create project vue
This commit is contained in:
parent
243cb707ee
commit
03b6076835
58 changed files with 15606 additions and 1 deletions
13
src/modules/01_meta/router.ts
Normal file
13
src/modules/01_meta/router.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
const Meta = () => import('@/modules/01_meta/views/Meta01View.vue')
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/meta01',
|
||||
name: 'meta01',
|
||||
component: Meta,
|
||||
meta: {
|
||||
Auth: true
|
||||
// Key: [7]
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue