This commit is contained in:
13684185576
2025-07-22 09:52:32 +08:00
parent c368707264
commit 3cb5f79884
373 changed files with 97 additions and 37151 deletions

View File

@ -21,6 +21,11 @@ export const privateRoutes = [];
* 公开路由表
*/
export const publicRoutes = [
{
path: "/oatuh_login",
name: "oatuh_login",
component: () => import("@/views/login/oatuh_login")
},
{
path: "/login",
name: "login",