Skip to content

Commit

Permalink
🐎 ci: 改为 hash 路由
Browse files Browse the repository at this point in the history
  • Loading branch information
kiccer committed Apr 5, 2024
1 parent 524e1ad commit c2131bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHashHistory } from 'vue-router'
import { menuRoutes } from './menuRoute'

const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(),

routes: [
...menuRoutes
Expand Down

0 comments on commit c2131bc

Please sign in to comment.