1 Star 0 Fork 424

zm520msj / ktg-mes-pad

forked from 心笑峰 / ktg-mes-pad 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangdi190 提交于 2022-07-18 10:20 . ui更新
//vue.config.js
const TransformPages = require('uni-read-pages')
const {webpack} = new TransformPages()
module.exports = {
configureWebpack: {
plugins: [
new webpack.DefinePlugin({
ROUTES: webpack.DefinePlugin.runtimeValue(() => {
const tfPages = new TransformPages({
includes: ['path', 'name', 'aliasPath']
});
return JSON.stringify(tfPages.routes)
}, true )
})
]
},
devServer: {
proxy: {
'/api': {
target: 'http://101.43.244.58:8080/',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
},
}
}
1
https://gitee.com/msj520zm_admin/ktg-mes-pad.git
git@gitee.com:msj520zm_admin/ktg-mes-pad.git
msj520zm_admin
ktg-mes-pad
ktg-mes-pad
master

搜索帮助