|
@@ -131,7 +131,9 @@ const routes = [
|
|
|
}
|
|
|
]
|
|
|
const router = createRouter({
|
|
|
- history: createWebHistory(import.meta.env.BASE_URL),
|
|
|
+ // history: createWebHistory(import.meta.env.BASE_URL),
|
|
|
+ history: createWebHistory("/highLevelIntellectual/"),
|
|
|
+ //highLevelIntellectual
|
|
|
// history: createWebHistory('/pc/'),
|
|
|
routes
|
|
|
})
|