feat: 本次提交更新内容如下
定版本,准备大批量迁移
This commit is contained in:
11
nkebao/src/router/module/auth.tsx
Normal file
11
nkebao/src/router/module/auth.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Login from "@/pages/login/login";
|
||||
|
||||
const authRoutes = [
|
||||
{
|
||||
path: "/login",
|
||||
element: <Login />,
|
||||
auth: false, // 不需要权限
|
||||
},
|
||||
];
|
||||
|
||||
export default authRoutes;
|
||||
Reference in New Issue
Block a user