优化弹框关闭图表

This commit is contained in:
ym1026
2025-09-01 17:18:30 +08:00
parent 4ca96a267f
commit cc9a30e205
3 changed files with 16 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
import { createRouter, createWebHistory } from 'vue-router'
export const routes = [
// {
// path: '/',
// redirect: '/main'
// },
{
path: '/',
redirect: '/main/Home'
},
{
path: '/login',
name: 'login',