2 Star 0 Fork 0

yanwenhui/data-base-generation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
MingYie 提交于 2021-11-14 18:46 . 2021-11-14提交
/*
* @Descripttion:
* @version:
* @Author: LuMingJie
* @Date: 2021-11-09 21:59:36
* @LastEditors: LuMingJie
* @LastEditTime: 2021-11-14 18:45:50
*/
module.exports = {
devServer: {
host: 'localhost',
port: 8080, // 端口号
https: false, // https:{type:Boolean}
open: true, // 配置自动启动浏览器
hotOnly: true, // 热更新
proxy: {
'/api': {
target: 'http://139.196.228.154:8080',
// 允许跨域
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yanwenhui0/data-base-generation.git
[email protected]:yanwenhui0/data-base-generation.git
yanwenhui0
data-base-generation
data-base-generation
master

搜索帮助