Commit 4ded0327 authored by sunguoshu's avatar sunguoshu

fix

parent 181d1129
...@@ -114,12 +114,12 @@ const menu: Menu[] = [ ...@@ -114,12 +114,12 @@ const menu: Menu[] = [
}, },
{ {
id: '2000_1', id: '2000_1',
name: '1102', name: '2000_1',
title: '申请信息', title: '申请信息',
type: 'menu', type: 'menu',
icon: 'mdi:form', icon: 'mdi:form',
path: '/trades/2000_1' path: '/trades/2000_1'
}, }
] ]
} }
] ]
......
...@@ -87,7 +87,13 @@ export default defineConfig(({ mode }) => { ...@@ -87,7 +87,13 @@ export default defineConfig(({ mode }) => {
UnoCSS(), UnoCSS(),
antdvFix(), antdvFix(),
Pages({ Pages({
dirs: 'src/views', dirs: [
{
dir: 'src/views',
baseRoute: '',
filePattern: '**/*.vue'
}
],
exclude: ['**/components/*.vue', 'system/**'] exclude: ['**/components/*.vue', 'system/**']
}), }),
Layouts({ 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