init 初始化

This commit is contained in:
yuping
2022-11-28 11:48:43 +08:00
parent a0380b435f
commit 38ed53736f

View File

@@ -12,7 +12,7 @@ const routes = [
] ]
const router = createRouter({ const router = createRouter({
history: createWebHistory(), history: createWebHistory('/student-h5'),
routes routes
}) })