ui หน้าสมัครสอบ
This commit is contained in:
parent
03b6076835
commit
792f30d606
48 changed files with 2845 additions and 43 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import HomeView from '../views/HomeView.vue'
|
||||
import Meta01 from '@/modules/01_meta/router'
|
||||
import Exam from '@/modules/01_exam/router'
|
||||
import Meta02 from '@/modules/02_meta/router'
|
||||
|
||||
const MainLayout = () => import('@/views/MainLayout.vue')
|
||||
|
|
@ -22,7 +22,7 @@ const router = createRouter({
|
|||
Key: [7]
|
||||
}
|
||||
},
|
||||
...Meta01,
|
||||
...Exam,
|
||||
...Meta02
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue