1 Star 0 Fork 431

root / cola-designer

forked from colaiven / cola-designer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
colaiven 提交于 2022-08-22 21:42 . 还原路由模式适应gitee page
module.exports = {
publicPath: './',
outputDir: 'dist',
devServer: {
disableHostCheck: true,
port: 8009,
open: true,
overlay: {
warnings: false,
errors: true,
},
proxy: {
'/design/': {
target: 'http://127.0.0.1:6882',
ws: false,
changeOrigin: true,
pathRewrite: {
'/design': '',
},
},
'/file': {
target: 'http://127.0.0.1/',
ws: false,
changeOrigin: true,
},
},
}
};
HTML
1
https://gitee.com/d1998cn/cola-designer.git
git@gitee.com:d1998cn/cola-designer.git
d1998cn
cola-designer
cola-designer
master

搜索帮助