Commit 4ded0327 authored by sunguoshu's avatar sunguoshu

fix

parent 181d1129
......@@ -114,12 +114,12 @@ const menu: Menu[] = [
},
{
id: '2000_1',
name: '1102',
name: '2000_1',
title: '申请信息',
type: 'menu',
icon: 'mdi:form',
path: '/trades/2000_1'
},
}
]
}
]
......
......@@ -87,7 +87,13 @@ export default defineConfig(({ mode }) => {
UnoCSS(),
antdvFix(),
Pages({
dirs: 'src/views',
dirs: [
{
dir: 'src/views',
baseRoute: '',
filePattern: '**/*.vue'
}
],
exclude: ['**/components/*.vue', 'system/**']
}),
Layouts({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment