Jelajahi Sumber

fix(config): 修正 trial 环境地址配置

- 取消注释并启用 trial 环境的 IP 地址配置
- 注释掉之前启用的 trial 环境地址配置
- 修正 manifest.json 文件中多余的闭合大括号错误
zhangtao 3 hari lalu
induk
melakukan
ffcf0eaa8f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/config/index.ts

+ 2 - 2
src/config/index.ts

@@ -19,9 +19,9 @@ const mapEnvVersion = {
    */
   // trial: "http://192.168.1.166:8080/jeecg-boot",
   // trial: 'http://192.168.0.157:8080',
-  // trial: 'http://47.109.84.152:8081',
+  trial: 'http://47.109.84.152:8081',
   // trial: 'http://192.168.1.166:8080,
-  trial: 'https://smqjh.api.zswlgz.com',
+  // trial: 'https://smqjh.api.zswlgz.com',
   /**
    * 正式版
    */