Browse Source

2022年5月9日10:54:00

master
wq 3 years ago
parent
commit
610e0980b4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/router/index.ts

+ 1
- 0
src/router/index.ts View File

@@ -119,6 +119,7 @@ const routes: RouteRecordRaw[] = [
}
],
}
]

const router = createRouter({
history: createWebHashHistory(), //createWebHistory createWebHashHistory(带#号) 路由模式

Loading…
Cancel
Save