This commit is contained in:
zmj 2024-06-26 20:14:05 +08:00
parent 86b5969b11
commit 89cd6cadb2
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ let BASE_URL
let WSS_URL
import store from "@/store/user.js"
// 环境
let env = "dev"
// let env = "prod"
// let env = "dev"
let env = "prod"
// let env = "liu";
switch (env) {
@ -34,7 +34,7 @@ let config = {
'Form-type': 'routine',
//#endif
//#ifdef APP-PLUS
'Form-type': 'routine',
'Form-type': 'app',
//#endif
'TOKEN': ''
},