Browse Source

修改接口地址

wangqin
刘朋 1 year ago
parent
commit
b3015b5553
  1. 3
      ruoyi-ui/src/views/JiHeExpressway/utils/axios/auth.js
  2. 4
      ruoyi-ui/vue.config.js

3
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.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", const UN = "jhgskj",
PD = "jhgskj@2023", PD = "jhgskj@2023",

4
ruoyi-ui/vue.config.js

@ -42,9 +42,11 @@ module.exports = {
// target: `http://10.0.81.201:8080`, // target: `http://10.0.81.201:8080`,
// target: `http://10.168.73.36:8080`, // 周乐 // target: `http://10.168.73.36:8080`, // 周乐
//target: `http://10.168.77.209: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.66.196:8080`, //刘文阁
// target: `http://10.168.56.206:8087`, //孟 // target: `http://10.168.56.206:8087`, //孟
// target: `http://10.0.81.209:8087`,
target: `http://10.0.81.202:8087`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "", ["^" + process.env.VUE_APP_BASE_API]: "",

Loading…
Cancel
Save