1 Star 0 Fork 14

名字是乱打的/chat-uniapp

forked from JavaDog/chat-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
JavaDog 提交于 2022-10-24 16:10 . v1.0.0版本更新
//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','white']
});
return JSON.stringify(tfPages.routes)
}, true )
})
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zyhjeecode/chat-uniapp.git
git@gitee.com:zyhjeecode/chat-uniapp.git
zyhjeecode
chat-uniapp
chat-uniapp
master

搜索帮助