@@ -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
})
@@ -6,7 +6,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
// https://vitejs.dev/config/
export default defineConfig({
- // base: '/pc/',
+ base: '/highLevelIntellectual/',
css: {
preprocessorOptions: {
scss: {