Skip to content

Commit f74b721

Browse files
authored
Update index.js
1 parent 80cdbab commit f74b721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const routes = [
3636
]
3737

3838
const router = createRouter({
39-
history: createWebHistory(),
39+
history: createWebHistory('/business'),
4040
routes,
4141
})
4242

0 commit comments

Comments
 (0)