This commit is contained in:
zmj 2024-06-27 09:16:38 +08:00
parent 3f7adfc342
commit 0f86686f8b
1 changed files with 2 additions and 2 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) {