From a67a8e202a41a9841564af015e32d22ebf5e65e9 Mon Sep 17 00:00:00 2001 From: yys <47@gamerwa.com> Date: Fri, 10 Apr 2026 14:30:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95=E5=90=8E=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E8=A7=86=E9=A2=91=E7=94=9F?= =?UTF-8?q?=E6=88=90=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal-ui/src/layout/components/Login.vue | 1 + portal-ui/src/router/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/portal-ui/src/layout/components/Login.vue b/portal-ui/src/layout/components/Login.vue index 1bd02d1..04a6beb 100644 --- a/portal-ui/src/layout/components/Login.vue +++ b/portal-ui/src/layout/components/Login.vue @@ -181,6 +181,7 @@ export default { }) this.username = "" this.password = "" + this.$router.replace({ name: 'video-gen' }) this.$emit('cancel') }) } else { diff --git a/portal-ui/src/router/index.js b/portal-ui/src/router/index.js index c3c96ae..df4bc57 100644 --- a/portal-ui/src/router/index.js +++ b/portal-ui/src/router/index.js @@ -47,7 +47,7 @@ export const constantRoutes = [{ path: '/', component: Layout, redirect: { - name: 'index' + name: 'video-gen' }, children: [{ path: 'index',