Skip to content

Commit

Permalink
用户管理代码修改,代码表功能添加
Browse files Browse the repository at this point in the history
  • Loading branch information
Wen006 committed Jun 23, 2019
1 parent a14c851 commit 6f2bf5f
Show file tree
Hide file tree
Showing 37 changed files with 6,090 additions and 5,582 deletions.
4 changes: 2 additions & 2 deletions config/router.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default [
routes: ((urlPre,pageDir)=>[
{ path: `${urlPre}`, redirect: `${urlPre}/login` },
{ path: `${urlPre}/login`, component: `${pageDir}/Login` },
{ path: `${urlPre}/register`, component: `./example/User/Register` },
{ path: `${urlPre}/register-result`, component: `./example/User/RegisterResult` },
// { path: `${urlPre}/register`, component: `./example/User/Register` },
// { path: `${urlPre}/register-result`, component: `./example/User/RegisterResult` },
])('/user','./sys/user/login'),
},
// app
Expand Down
11 changes: 8 additions & 3 deletions config/routes/sys.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
icon: 'dashboard',
routes: [
{
path: `/system/user/info/userInfoIndex`,
name: 'UserManage',
component: `./sys/user/info/userInfoList`,
path: `/system/user/info/userInfoIndex`,
name: '用户信息',
component: `./sys/sm/user/info/userInfoList`,
},
{
path: `/system/user/info/userInfoEdit`,
name: '修改信息',
component: `./sys/sm/user/info/userInfoEdit`,
},
// {
// path: `/system/menu/info/menuInfoIndex`,
Expand Down
Loading

0 comments on commit 6f2bf5f

Please sign in to comment.