修改基础配置
parent
3d2c2804f2
commit
e0f252431e
@ -1,29 +1,35 @@
|
||||
# user-center
|
||||
# 垛机监控系统
|
||||
|
||||
## Project setup
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Run your tests
|
||||
|
||||
```
|
||||
npm run test
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 27 KiB |
@ -1,131 +0,0 @@
|
||||
[{
|
||||
"description": "用户管理",
|
||||
"rights": "userIndex",
|
||||
"type": 2,
|
||||
"children": [{
|
||||
"description": "新增用户",
|
||||
"rights": "addUser",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "用户详情",
|
||||
"rights": "userDetailIndex",
|
||||
"type": 3,
|
||||
"children": [{
|
||||
"description": "编辑用户",
|
||||
"rights": "editUser",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "修改密码",
|
||||
"rights": "editUserPwd",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "绑定角色",
|
||||
"rights": "bindRole",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "解绑角色",
|
||||
"rights": "unbindRole",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "角色详情",
|
||||
"rights": "roleDetailIndex",
|
||||
"type": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "停用/启用",
|
||||
"rights": "enableUser",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "删除用户",
|
||||
"rights": "removeUser",
|
||||
"type": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "角色管理",
|
||||
"rights": "roleIndex",
|
||||
"type": 2,
|
||||
"children": [{
|
||||
"description": "新增角色",
|
||||
"rights": "addRole",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "角色详情",
|
||||
"rights": "roleDetailIndex",
|
||||
"type": 3,
|
||||
"children": [{
|
||||
"description": "编辑角色",
|
||||
"rights": "editRole",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "新增应用权限",
|
||||
"rights": "addAppAuth",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "绑定用户",
|
||||
"rights": "bindUser",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "用户详情",
|
||||
"rights": "userDetailIndex",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "解绑用户",
|
||||
"rights": "unbindUser",
|
||||
"type": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "停用/启用",
|
||||
"rights": "enableRole",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "删除角色",
|
||||
"rights": "removeRole",
|
||||
"type": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "应用管理",
|
||||
"rights": "appIndex",
|
||||
"type": 2,
|
||||
"children": [{
|
||||
"description": "新增应用",
|
||||
"rights": "addApp",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"description": "应用详情",
|
||||
"rights": "appDetailIndex",
|
||||
"type": 3,
|
||||
"children": [{
|
||||
"description": "编辑应用",
|
||||
"rights": "editApp",
|
||||
"type": 3
|
||||
}]
|
||||
},
|
||||
{
|
||||
"description": "删除应用",
|
||||
"rights": "removeApp",
|
||||
"type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue