Sfoglia il codice sorgente

fix(config): 注释掉 develop 环境的代理地址

- 将 develop 环境的代理地址注释,防止使用旧的 API 端点
- 保留了其它测试代理地址的注释以备选用
- 更新后环境配置更加灵活,便于调试和发布管理
zouzexu 2 giorni fa
parent
commit
44ece728bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/config/index.ts

+ 1 - 1
src/config/index.ts

@@ -14,7 +14,7 @@ const mapEnvVersion = {
   develop: 'http://47.109.84.152:8081', // 测试代理
   // develop: 'https://5ed0f7cc.r9.vip.cpolar.cn',
   // develop: 'https://25740642.r3.cpolar.top',
-  develop: 'https://smqjh.api.zswlgz.com',
+  // develop: 'https://smqjh.api.zswlgz.com',
   /**
    * 体验版
    */