This commit is contained in:
lcw
2025-09-15 21:16:45 +08:00
parent c16d0e6bed
commit ae76d8bbbe
381 changed files with 224 additions and 167 deletions

View File

@ -22,6 +22,10 @@ export const privateRoutes = [];
*/
export const publicRoutes = [
{
path: "/oatuh_login",
name: "oatuh_login",
component: () => import("@/views/login/oatuh_login")
}, {
path: "/login",
name: "login",
component: () => import("@/views/login/index")