优化:将路由改为Hash模式,大屏预览新窗口打开,修复滚动条问题

This commit is contained in:
yuantao
2026-01-16 18:20:15 +08:00
parent 46756f2501
commit e2f9871199
4 changed files with 23 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHashHistory } from 'vue-router'
const router = createRouter({
history: createWebHistory(),
history: createWebHashHistory(),
routes: [
{
path: '/',