Explorar el Código

```
chore(config): 更新开发环境和体验版API配置

- 注释掉 http://192.168.0.217:8080 开发环境配置
- 启用 https://smqjh.api.zswlgz.com 开发环境配置
- 启用 http://47.109.84.152:8081 体验版配置
- 注释掉 https://smqjh.api.zswlgz.com 体验版配置
```

zouzexu hace 3 horas
padre
commit
ede0a664db
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/config/index.ts

+ 4 - 4
src/config/index.ts

@@ -7,21 +7,21 @@ const mapEnvVersion = {
   // develop: 'http://192.168.0.157:8080',
   // develop: 'http://192.168.1.253:8080',
   // develop: 'http://192.168.0.19:8080',
-  develop: 'http://192.168.0.217:8080', // 黄
+  // develop: 'http://192.168.0.217:8080', // 黄
   // develop: 'http://192.168.0.11:8080', // 王
   // develop: 'http://192.168.1.89:8080', // 田
   // develop: 'http://74949mkfh190.vicp.fun', // 付
   // develop: 'http://47.109.84.152:8081',
   // develop: 'https://5ed0f7cc.r9.vip.cpolar.cn',
-  // develop: 'https://smqjh.api.zswlgz.com',
+  develop: 'https://smqjh.api.zswlgz.com',
   /**
    * 体验版
    */
   // 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',
   /**
    * 正式版
    */