ソースを参照

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",
},
}

読み込み中…
キャンセル
保存