소스 검색

config(index): 更新测试环境API配置

- 注释掉旧的测试服务器地址 http://47.109.84.152:8081
- 启用新的HTTPS测试服务器地址 https://smqjh.api.zswlgz.com
- 为测试环境配置启用安全连接
zhangtao 3 일 전
부모
커밋
6b2578ac1b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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',
   /**
    * 正式版
    */