huangbin 4 лет назад
Родитель
Сommit
e0a44af288
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      public/config/app.config.json
  2. 1 1
      src/common/constants/enumRouterName.ts

+ 1 - 1
public/config/app.config.json

@@ -1,3 +1,3 @@
 {
-    "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204"
+    "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139"
 }

+ 1 - 1
src/common/constants/enumRouterName.ts

@@ -326,5 +326,5 @@ export enum EnumRouterName {
 	warehouse_receipt_trade_blocs = 'warehouse_receipt_trade_blocs', //  仓单贸易 贸易圈挂牌
 	warehouse_pre_sale_blocs = 'warehouse_pre_sale_blocs', //  仓单预售 贸易圈挂牌
 	search_performance_template_sub = 'search_performance_template_sub', //  履约模板
-	account_manager_agency_sub = 'account-manager-agency-sub'
+	account_manager_agency_sub = 'account_manager_agency_sub'
 }