From b3015b5553b9c83fe78f6f04a6d1b618ebbcafeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9C=8B?= Date: Thu, 18 Jan 2024 10:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/JiHeExpressway/utils/axios/auth.js | 3 ++- ruoyi-ui/vue.config.js | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/utils/axios/auth.js b/ruoyi-ui/src/views/JiHeExpressway/utils/axios/auth.js index 556205fe..214d0baa 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/utils/axios/auth.js +++ b/ruoyi-ui/src/views/JiHeExpressway/utils/axios/auth.js @@ -4,7 +4,8 @@ import axios from "axios"; // const RequestURL = `http://10.168.65.211:3000`; // 后台 -const RequestURL = `http://10.168.77.209:1024/dev-api`; +// const RequestURL = `http://10.168.77.209:1024/dev-api`; +const RequestURL = `http://10.166.147.60:9021` const UN = "jhgskj", PD = "jhgskj@2023", diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 5d25731f..fbbd0861 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -42,9 +42,11 @@ module.exports = { // target: `http://10.0.81.201:8080`, // target: `http://10.168.73.36:8080`, // 周乐 //target: `http://10.168.77.209:8080`, // 刘朋 - target:'http://10.168.66.196:8080', + // target:'http://10.168.66.196:8080', // target: `http://10.168.66.196:8080`, //刘文阁 // target: `http://10.168.56.206:8087`, //孟 + // target: `http://10.0.81.209:8087`, + target: `http://10.0.81.202:8087`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",