1 Star 0 Fork 0

IcerZengJC/medical-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
IcerZengjc 提交于 2020-09-10 19:57 . doctor-system
module.exports = {
devServer: {
host: "0.0.0.0",
port: "8010",
proxy: {
"/pub": {
// target: "http://192.168.1.109:8001/pub", // 寝室
target: "http://10.252.233.166:8001/pub", // 校园网
// target: "http://101.200.58.159:8001/pub",
changeOrigin: true,
pathRewrite: {
"^/pub": "",
},
},
"/doctor": {
// target: "http://192.168.1.109:8001/doctor", // 寝室
target: "http://10.252.233.166:8001/doctor", // 校园网
// target: "http://101.200.58.159:8001/doctor",
changeOrigin: true,
pathRewrite: {
"^/doctor": "",
},
},
"/drug": {
// target: "http://192.168.1.109:8001/drug", // 寝室
target: "http://10.252.233.166:8001/drug", // 校园网
// target: "http://101.200.58.159:8001/drug",
changeOrigin: true,
pathRewrite: {
"^/drug": "",
},
},
"/outpatient": {
// target: "http://192.168.1.109:8001/outpatient", // 寝室
target: "http://10.252.233.166:8001/outpatient", // 校园网
// target: "http://101.200.58.159:8001/outpatient",
changeOrigin: true,
pathRewrite: {
"^/outpatient": "",
},
},
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/IcerZengJC/medical-system.git
git@gitee.com:IcerZengJC/medical-system.git
IcerZengJC
medical-system
medical-system
docoter-system

搜索帮助