摘要: 1 export const Env = { 2 }; 3 export function getEnv(hostName) { 4 if (xxx.test(hostName)) { 5 return '环境' 6 } 7 } 8 9 class Config { 10 constructor(e 阅读全文
posted @ 2020-04-16 20:18 文刂刂 阅读(124) 评论(0) 推荐(0)