用户中心

This commit is contained in:
wangshiming
2021-11-29 20:03:45 +08:00
parent 8530a23707
commit c5eaff493d
24 changed files with 2511 additions and 262 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: your name
* @Date: 2021-11-29 10:20:33
* @LastEditTime: 2021-11-29 11:05:20
* @LastEditors: your name
* @LastEditTime: 2021-11-29 15:38:35
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\routes-routing.module.ts
*/
@ -27,6 +27,10 @@ const routes: Routes = [
path: 'account',
loadChildren: () => import('./account/account.module').then((m) => m.AccountModule),
},
{
path: 'usercenter',
loadChildren: () => import('./usercenter/usercenter.module').then((m) => m.UsercenterModule),
},
]
},
// passport