修改路由
This commit is contained in:
@@ -31,7 +31,7 @@ const routes = [
|
||||
const router = createRouter({
|
||||
history: createWebHistory(process.env.BASE_URL),
|
||||
// history: createWebHistory("/"),
|
||||
mode: "hash",
|
||||
mode: "history",
|
||||
// base: process.env.BASE_URL,
|
||||
routes
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user