zhuxinbo 4 лет назад
Родитель
Сommit
2babaa107c
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -67,7 +67,8 @@ module.exports = {
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-        target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
+        // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
+        target:'http://118.24.244.213:8804',
 
         ws: false,
         changeOrigin: true,