朱鑫波 il y a 3 ans
Parent
commit
b47ec9fe85
4 fichiers modifiés avec 1532 ajouts et 5 suppressions
  1. 1 1
      .env.development
  2. 2 2
      .env.production
  3. 2 2
      src/utils/request.js
  4. 1527 0
      src/views/modules/Statistics/saleStatistics/index.vue

+ 1 - 1
.env.development

@@ -20,6 +20,6 @@ VUE_APP_BASE_MATERIAL_URL = http://api.tjyourong.com.cn/material
 # 西安环境 http://192.168.1.59:7006
 
 #盯盘相关接口
-VUE_APP_BASE_STARE_URL =  http://api.tjyourong.com.cn/material
+VUE_APP_BASE_STARE_URL =  http://192.168.0.195:9999/material
 # 字安接口 http://192.168.1.43:9999
 # 测试环境 http://192.168.0.195:9999

+ 2 - 2
.env.production

@@ -14,7 +14,7 @@ VUE_APP_BASE_SCRIPT_URL = http://114.117.193.186:31013
 
 
 #素材大盘相关接口
-VUE_APP_BASE_MATERIAL_URL = http://api.tjyourong.com.cn/material
+VUE_APP_BASE_MATERIAL_URL = http://192.168.0.195:9999/material
 # 泽宇 http://192.168.1.134:9999
 # 测试 http://192.168.0.195:9999
 
@@ -25,6 +25,6 @@ VUE_APP_BASE_MOST_SYSTEM = http://118.24.244.213:8808
 # 测试 http://139.186.165.84:8808
 
 #盯盘相关接口
-VUE_APP_BASE_STARE_URL = http://api.tjyourong.com.cn/material
+VUE_APP_BASE_STARE_URL = http://192.168.0.195:9999/material
 # 字安接口 http://192.168.1.43:9999
 # 测试环境 http://192.168.0.195:9999

+ 2 - 2
src/utils/request.js

@@ -21,9 +21,9 @@ else if (process.env.NODE_ENV === 'debug') {
 else if (process.env.NODE_ENV === 'production') {
 	// axios.defaults.baseURL = 'http://apipre.tjyourong.com.cn/jeecg-boot'; // 预生产
 	// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot';//测试
-	axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
+	// axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
 	// axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot'; // 测试环境
-	// axios.defaults.baseURL = 'http://192.168.0.195:9999/jeecg-boot'; // 测试环境
+	axios.defaults.baseURL = 'http://192.168.0.195:9999/jeecg-boot'; // 测试环境
 	// axios.defaults.baseURL = 'http://192.168.1.134:9999/jeecg-boot'; // 泽宇环境
 
 }

Fichier diff supprimé car celui-ci est trop grand
+ 1527 - 0
src/views/modules/Statistics/saleStatistics/index.vue