This commit is contained in:
akrike
2025-08-13 22:48:03 +08:00
parent 5de8b45b2f
commit 37748ecb7f
20 changed files with 7568 additions and 103 deletions

View File

@@ -1,4 +1,13 @@
export default [
{
path: "/login",
name: "login-page",
component: () => import("@/views/login/Login.vue"),
meta: {
layout: "auth",
title: "SignIn",
},
},
{
path: "/auth/signin",
name: "auth-signin",