Browse Source

2023年9月21日14:50:30

yxb
wq 1 year ago
parent
commit
8553d60e3d
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      utils/network/api.js

+ 4
- 4
utils/network/api.js View File

@@ -8,17 +8,17 @@ export const envs = {
//开发环境配置
development: {
// baseUrl: "https://qtzl.etcjz.cn",
baseUrl: "http://192.168.124.6:8087",
// baseUrl: "https://trial.etcjz.cn",
// baseUrl: "http://192.168.124.6:8087",
baseUrl: "https://trial.etcjz.cn",
// baseUrl: "http://192.168.100.158:8085",
},
//生产环境配置
production: {
baseUrl: "http://192.168.124.6:8087",
// baseUrl: "http://192.168.124.6:8087",
// baseUrl: "http://222.85.144.89:19002",
// baseUrl: "http://192.168.100.158:8085/html/",
// baseUrl: "https://qtzl.etcjz.cn",
// baseUrl: "https://trial.etcjz.cn",
baseUrl: "https://trial.etcjz.cn",
// baseUrl: "http://192.168.100.158:8085",
},
}

Loading…
Cancel
Save