feat: 过滤pages中页面
This commit is contained in:
parent
060b4553ed
commit
cfd949b981
@ -52,7 +52,7 @@ export default ({ command, mode }) => {
|
||||
|
||||
plugins: [
|
||||
UniPages({
|
||||
exclude: ['**/**/[A-Z]*.*'],
|
||||
exclude: ['**/**/[A-Z][a-zA-Z0-9]*.*'],
|
||||
routeBlockLang: 'json5', // 虽然设了默认值,但是vue文件还是要加上 lang="json5", 这样才能很好地格式化
|
||||
// homePage 通过 vue 文件的 route-block 的type="home"来设定
|
||||
// pages 目录为 src/pages,分包目录不能配置在pages目录下
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user