From e13cc2a684000ab38a8cd3e8af091c4248b7ecf0 Mon Sep 17 00:00:00 2001 From: WangLeo <690854599@qq.com> Date: Wed, 11 Mar 2026 19:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7351d92..3949417 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,7 +5,7 @@ import { getToken, setToken } from '@/utils/auth' const routes = [ { path: '/', - redirect: '/aipaint' + redirect: '/home' }, { path: '/login', @@ -13,8 +13,8 @@ const routes = [ component: () => import('@/views/login/index.vue') }, { - path: '/aipaint', - name: 'aipaint', + path: '/home', + name: 'home', component: () => import('@/views/home/index.vue') }, {