Browse Source

合并到测试分支

朱鑫波 4 năm trước cách đây
mục cha
commit
569d8139b0
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      src/utils/request.js
  2. 2 2
      vue.config.js

+ 2 - 2
src/utils/request.js

@@ -20,8 +20,8 @@ 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://139.186.165.84:8806/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://api.tjyourong.com.cn/jeecg-boot'; // 生产环境
+	axios.defaults.baseURL = 'http://gateway.tjyourong.com.cn/jeecg-boot'; // 生产环境
 	
 }
 const service = axios.create({

+ 2 - 2
vue.config.js

@@ -78,7 +78,7 @@ module.exports = {
 				// target: 'http://192.168.1.43:8806', //请求本地 需要jeecg-boot后台项目  毕洁泉
 				// target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
 				// target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
-        target: 'http://192.168.1.219:7701', //请求本地 需要jeecg-boot后台项目  赵西安
+        // target: 'http://192.168.1.219:7701', //请求本地 需要jeecg-boot后台项目  赵西安
 				// target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
 				// target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
 				//  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
@@ -91,7 +91,7 @@ module.exports = {
 				// target: 'http://192.168.1.8:8806', // 学超
 				// target:'http://139.186.165.84:8806', //测试
 				// target:'http://apipre.tjyourong.com.cn', //预生产
-        // target:'http://gateway.tjyourong.com.cn/',
+        target:'http://gateway.tjyourong.com.cn/',
 
 				ws: false,