0 Star 0 Fork 0

alcyonides/foxmall-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
foxnull2 提交于 2021-10-30 15:37 . Sat Oct 30 03:37:58 PM CST 2021
module.exports = {
lintOnSave: true,
devServer: {
proxy: {
'/api': { //将www.exaple.com印射为/apis
target: 'http://foxmall.com', // 接口域名
secure: false, // 如果是https接口,需要配置这个参数
changeOrigin: true, //是否跨域
// pathRewrite: {
// '^/api': '' //需要rewrite的,
// }
}
}
},
assetsDir: 'src/assets',
configureWebpack: config => {
if (process.env.NODE_ENV === 'production') {
// 为生产环境修改配置...
} else {
// 为开发环境修改配置...
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/alcyonides/foxmall-admin.git
git@gitee.com:alcyonides/foxmall-admin.git
alcyonides
foxmall-admin
foxmall-admin
master

搜索帮助