35 Star 196 Fork 81

语辰软件 / ShirneVueShop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
shirne 提交于 2021-04-23 17:09 . 下单页路由修复
module.exports = {
assetsDir: 'assets',
publicPath: process.env.NODE_ENV == 'production' ? '/' : '/',
productionSourceMap:false,
devServer: {
proxy: {
"/api": {
"target": "http://scms.test.com/",
"changeOrigin": true,
"pathRewrite": { }
}
}
}
}
JavaScript
1
https://gitee.com/shirnecn/ShirneVueShop.git
git@gitee.com:shirnecn/ShirneVueShop.git
shirnecn
ShirneVueShop
ShirneVueShop
master

搜索帮助