mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-12 13:17:33 +08:00
添加用户页面, 修改登录 添加手机号登录
This commit is contained in:
@@ -29,6 +29,16 @@ const layoutRouter = [
|
||||
},
|
||||
component: () => import("@/views/list/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/user",
|
||||
name: "user",
|
||||
mate: {
|
||||
title: "用户",
|
||||
keepAlive: true,
|
||||
icon: "icon-Profile",
|
||||
},
|
||||
component: () => import("@/views/user/index.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
export default layoutRouter;
|
||||
|
||||
Reference in New Issue
Block a user