Browse Source

ACG模块BUG修复

SunZehao 1 month ago
parent
commit
73f7972b78
3 changed files with 729 additions and 769 deletions
  1. 1 1
      .env.development
  2. 3 1
      .env.production
  3. 725 767
      src/views/economicsOperation/stationAnalyse/angleAnalysis/index.vue

+ 1 - 1
.env.development

@@ -25,4 +25,4 @@ VUE_APP_URL=https://10.220.1.5:5300
 VUE_APP_REPORT=http://10.220.1.5:8001
 # VUE_APP_REPORT=https://10.112.33.5:8001
 
-VUE_APP_GENERAT_URL=http://10.220.1.5:8001
+VUE_APP_GENERAT_URL=http://10.220.1.5:6060

+ 3 - 1
.env.production

@@ -50,4 +50,6 @@ VUE_APP_REPORT=http://10.112.33.5:8001
 
 # VUE_APP_ADP_BASE_URL='http://172.16.12.103'
 # # 登录
-# VUE_APP_VUE_LOGIN_URL=http://10.81.3.127:48080
+# VUE_APP_VUE_LOGIN_URL=http://10.81.3.127:48080
+
+VUE_APP_GENERAT_URL=http://10.220.1.5:6060

File diff suppressed because it is too large
+ 725 - 767
src/views/economicsOperation/stationAnalyse/angleAnalysis/index.vue