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