1 Star 0 Fork 0

inve_end / ccdl-admin-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
ranky 提交于 2019-04-26 14:30 . [update]
module.exports = {
productionSourceMap: false,
devServer: {
proxy: {
// '/':{
// target: 'http://18.136.80.153:9167',
// changeOrigin: true,
// pathRewrite: {
// '^/': '/'
// }
// },
'/market':{target:'http://18.136.80.153:9167'},
'/admin':{target:'http://18.136.80.153:9167'}
}
},
pwa: {
name: 'vue-typescript-admin-template'
}
}
1
https://gitee.com/inve_end/ccdl-admin-web.git
git@gitee.com:inve_end/ccdl-admin-web.git
inve_end
ccdl-admin-web
ccdl-admin-web
master

搜索帮助