50 Star 859 Fork 160

小海同学 / vue-store

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
小海同学 提交于 2022-02-26 00:51 . feat: 更新服务器地址
/*
* @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,
proxy: {
'/api': {
// target: 'http://localhost:3000/', // 本地后端地址
target: 'http://101.132.181.9:3000/', // 线上后端地址
changeOrigin: true, //允许跨域
pathRewrite: {
'^/api': ''
}
}
}
}
}
JavaScript
1
https://gitee.com/hai-27/vue-store.git
git@gitee.com:hai-27/vue-store.git
hai-27
vue-store
vue-store
master

搜索帮助