|
@@ -131,8 +131,8 @@ const routes = [
|
|
|
}
|
|
|
]
|
|
|
const router = createRouter({
|
|
|
- history: createWebHistory(import.meta.env.BASE_URL),
|
|
|
- // history: createWebHistory('/pc/'),
|
|
|
+ // history: createWebHistory(import.meta.env.BASE_URL),
|
|
|
+ history: createWebHistory('/finance/'),
|
|
|
routes
|
|
|
})
|
|
|
//页面滚动到最顶部
|