瀏覽代碼

2023年9月21日14:50:30

yxb
wq 1 年之前
父節點
當前提交
8553d60e3d
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      utils/network/api.js

+ 4
- 4
utils/network/api.js 查看文件

@@ -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…
取消
儲存