1 Star 0 Fork 4

丿玫瑰之殇彡/seat-select-controller

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
xollipop 提交于 2019-05-24 09:51 . 新增部分操作
module.exports = {
// 基本路径
publicPath: '/',
productionSourceMap: false,
css: {
loaderOptions: {
stylus: {
javascriptEnabled: true
}
}
},
devServer: {
port: 9099,
proxy: {
'/api': {
target: 'http://localhost:9080',
changeOrigin: true, // 是否允许跨越
pathRewrite: {
'^/api': '' // 重写,
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/991347306/seat-select-controller.git
git@gitee.com:991347306/seat-select-controller.git
991347306
seat-select-controller
seat-select-controller
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385