6 Star 42 Fork 11

学无止境/大学生健康档案管理系统前端代码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
PickJ 提交于 2020-05-29 16:13 . 修改
module.exports = {
filenameHashing : false,
// webpack配置
devServer: {
open: true,
host: "localhost",
port: 8083,
proxy: {
'/api': {
target: 'http://localhost:8082',
ws:true,
changeOrigin: true,
pathRewrite: {
'^/api': '/api'
}
}
}
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/out-project/StudentDocumentFront.git
[email protected]:out-project/StudentDocumentFront.git
out-project
StudentDocumentFront
大学生健康档案管理系统前端代码
master

搜索帮助