Browse Source

Merge branch 'feature/work-jyf' of http://git.tjyourong.com.cn/ctop/adsp-vue into feature/work-jyf

jiayufei 3 năm trước cách đây
mục cha
commit
40bc8a233e

+ 2 - 2
src/utils/request.js

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

+ 2 - 2
src/views/modules/policy-management/policy-management-server.js

@@ -6,6 +6,6 @@
 //  export const urlAcount = 'http://118.24.244.213:8808'; // 线上
 //  export const urlAcount = 'http://gateway.tjyourong.com.cn'; // 测试
  // export const urlAcount = 'http://192.168.1.43:8808'; // 子安
-//  export const urlAcount = 'http://139.186.165.84:8808'; // 测试
- export const urlAcount = 'http://192.168.1.8:9999'; // 学超
+ export const urlAcount = 'http://gateway.tjyourong.com.cn'; // 测试
+//  export const urlAcount = 'http://192.168.1.8:9999'; // 学超