This commit is contained in:
weipengfei 2023-11-09 19:04:00 +08:00
parent 8f7ced92d1
commit 6a6cfd9f76
1 changed files with 2 additions and 2 deletions

View File

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