提交 2808da06 authored 作者: lidongxu's avatar lidongxu

同步所有人分数

上级 082c4031
import { createRouter, createWebHistory } from 'vue-router' import { createRouter, createWebHashHistory } from 'vue-router'
import AppLayout from '../components/layout/AppLayout.vue' import AppLayout from '../components/layout/AppLayout.vue'
const routes = [ const routes = [
...@@ -42,7 +42,7 @@ const routes = [ ...@@ -42,7 +42,7 @@ const routes = [
] ]
const router = createRouter({ const router = createRouter({
history: createWebHistory(), history: createWebHashHistory(),
routes, routes,
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论