This commit is contained in:
wpf 2023-11-05 11:56:26 +08:00
parent 98dfd452f7
commit ad8b45c300
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@ let httpApiTwo
let httpApiThree
// 在打包之前请检查当前环境是否正确
const env = 'dev'; // 开发
// const env = 'prod'; // 生产
// const env = 'dev'; // 开发
const env = 'prod'; // 生产
// const env = 'prew'; // 预上线
switch (env) {