Commit 8e8bc563 by liyuhang19990520

11

parent 2936675b
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-11-13 11:09:56
* @LastEditTime: 2021-11-15 10:49:44
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -98,7 +98,6 @@ module.exports = {
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
target: "http://www.meetfood.cn:2390/", // 湖南-线上
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -115,11 +114,11 @@ module.exports = {
}
},
"/system": {
target: "http://192.168.128.109:8765", // 湖南-王
target: "http://192.168.128.104:8765", // 湖南-王
ws: true,
changeOrigin: true,
pathRewrite: {
"^/system": ""
"^/system": "/security"
}
}
// 阿里
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment