5 Star 1 Fork 0

william4s/vue-store

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
william4s 提交于 2023-06-30 10:16 . update
/*
* @Description: 配置文件
* @Author: hai-27
* @Date: 2020-02-07 16:23:00
* @LastEditors: hai-27
* @LastEditTime: 2021-03-03 22:32:57
*/
module.exports = {
publicPath: './',
devServer: {
open: true,
port: 9527,
proxy: {
'/api': {
target: 'http://ip.usts.fun:9529/', // 本地后端地址
// target: 'http://101.132.181.9:3000/', // 线上后端地址
changeOrigin: true, //允许跨域
pathRewrite: {
'^/api': ''
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/william4s/MiMall-front.git
git@gitee.com:william4s/MiMall-front.git
william4s
MiMall-front
vue-store
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385