Skip to content

Commit 648f41c

Browse files
committed
修改:刪除多餘綴文
1 parent a69dac7 commit 648f41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/router/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes = [
1414
]
1515

1616
const router = createRouter({
17-
history: createWebHistory(import.meta.env.BASE_URL),
17+
history: createWebHistory(),
1818
routes
1919
})
2020

0 commit comments

Comments
 (0)