# vue-interface-layout **Repository Path**: wangye123456/vue-interface-layout ## Basic Information - **Project Name**: vue-interface-layout - **Description**: 负责项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2021-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 用户管理 : YHGL 角色管理 : JSGL 菜单管理 : CDGL 日志管理: RZGL 行政区域管理 :XZQYGL 字典管理 : ZDGL 模拟菜单数据: [ { key:'teacher', icon:'mail', title:'权限管理', path:'', children:[ { key:'onepage', icon:'', path:'/teacher/onepage', title:'应用管理', }, { key:'twopage', icon:'', path:'/teacher/threepage', title:'角色管理', }, { key:'cdglpage', icon:'', path:'/teacher/cdglpage', title:'菜单管理', } ] } ] 导出xlse文档 cnpm install xlsx file-saver -S 和 cnpm install script-loader -S -D 接口地址:http://192.168.18.118:9103/swagger-ui.html#/ 注册 /login/service/register { "createTime": {}, "createUser": "string", "createUserId": "string", "email": "string", "enterpriseId": "string", "id": "string", "idcard": "string", "mobilePhone": "string", "nickName": "string", "passWord": "string", "personName": "string", "state": 0, "syUserRoleList": [ { "id": "string", "roleId": "string", "userId": "string" } ], "userImage": "string", "userName": "string" } 登录 /login/service/switchUser 创建系统菜单表 /menu/service/create { "childList": [ {} ], "icon": "string", "id": "string", "isshow": 0, //是否显示 "menuName": "string", "menuUrl": "string", "parentId": "string", "readorwrite": 0, "type": 0 //1是web,2是app } 删除菜单 /menu/service/deleteByIds { "childList": [ {} ], "icon": "string", "id": "string", "isshow": 0, "menuName": "string", "menuUrl": "string", "parentId": "string", "readorwrite": 0, "type": 0 } 编辑系统菜单表 /menu/service/edit { "childList": [ {} ], "icon": "string", "id": "string", "isshow": 0, "menuName": "string", "menuUrl": "string", "parentId": "string", "readorwrite": 0, "type": 0 } 查询菜单表/menu/service/findByPage { "childList": [ {} ], "icon": "string", "id": "string", "isshow": 0, "menuName": "string", "menuUrl": "string", "parentId": "string", "readorwrite": 0, "type": 0 } 获取当前登录人的菜单 /menu/service/findMenuByUserId 创建角色 /role/service/create { "id": "string", "remark": "string", "roleName": "string", "syRoleMenuList": [ { "id": "string", "menuId": "string", "readorwrite": 0, //1读 2写 "roleId": "string" } ] } 删除角色 /role/service/deleteByIds { "id": "string", "remark": "string", "roleName": "string", "syRoleMenuList": [ { "id": "string", "menuId": "string", "readorwrite": 0, "roleId": "string" } ] } id: "20210225160645-6c00afd6257a4e258781b" remark: "巡查人的备注内容66666" roleName: "巡查人" 编辑系统角色表 /role/service/edit { "id": "string", "remark": "string", "roleName": "string", "syRoleMenuList": [ { "id": "string", "menuId": "string", "readorwrite": 0, "roleId": "string" } ] } 查询菜单表 /role/service/findByPage { "id": "string", "remark": "string", "roleName": "string", "syRoleMenuList": [ { "id": "string", "menuId": "string", "readorwrite": 0, "roleId": "string" } ] } 根据角色获取菜单 /role/service/queryMenuByRoleId { "id": "string", "remark": "string", "roleName": "string", "syRoleMenuList": [ { "id": "string", "menuId": "string", "readorwrite": 0, "roleId": "string" } ] } 创建行政区域 /area/service/create { "id": "string", "name": "string", "parentId": "string", "sort": 0 } 删除行政区域 /area/service/deleteByIds { "id": "string", "name": "string", "parentId": "string", "sort": 0 } 编辑行政区域 /area/service/edit { "id": "string", "name": "string", "parentId": "string", "sort": 0 } 查询行政区域 /area/service/findByPage { "id": "string", "name": "string", "parentId": "string", "sort": 0 } 查询操作日志记录 /operLog/service/findByPage { "businessType": 0, "errorMsg": "string", "id": "string", "method": "string", "openUrl": "string", "operTime": "2021-03-09T09:04:59.673Z", "operUserName": "string", "operatorType": 0, "status": 0, "title": "st } 创建数据字典子表 /dic/service/createDic { "code": "string", "createTime": {}, "createUserId": "string", "createUserName": "string", "dicDesc": "string", "id": "string", "typeId": "string", "value": "string" } 创建数据字典主表 /dic/service/createType { "createTime": {}, "createUserId": "string", "createUserName": "string", "dicCode": "string", "dicDesc": "string", "dicType": 0, "dicValue": "string", "id": "string", "pageno": 0, "pagesize": 0 } 删除数据字典子表 /dic/service/deleteByDicIds { "code": "string", "createTime": {}, "createUserId": "string", "createUserName": "string", "dicDesc": "string", "id": "string", "typeId": "string", "value": "string" } 删除数据字典主表 /dic/service/deleteByTypeIds { "createTime": {}, "createUserId": "string", "createUserName": "string", "dicCode": "string", "dicDesc": "string", "dicType": 0, "dicValue": "string", "id": "string", "pageno": 0, "pagesize": 0 } 编辑数据字典子表 /dic/service/editDic { "code": "string", "createTime": {}, "createUserId": "string", "createUserName": "string", "dicDesc": "string", "id": "string", "typeId": "string", "value": "string" } 编辑数据字典主表 /dic/service/editType { "createTime": {}, "createUserId": "string", "createUserName": "string", "dicCode": "string", "dicDesc": "string", "dicType": 0, "dicValue": "string", "id": "string", "pageno": 0, "pagesize": 0 } 查询数据字典子表 /dic/service/findByPage { "code": "string", "createTime": {}, "createUserId": "string", "createUserName": "string", "dicDesc": "string", "id": "string", "typeId": "string", "value": "string" } 查询数据字典主表 /dic/service/findByTypePage { "createTime": {}, "createUserId": "string", "createUserName": "string", "dicCode": "string", "dicDesc": "string", "dicType": 0, "dicValue": "string", "id": "string", "pageno": 0, "pagesize": 0 } 新建用户 /user/service/create { "createTime": {}, "createUser": "string", "createUserId": "string", "email": "string", "enterpriseId": "string", "id": "string", "idcard": "string", "mobilePhone": "string", "nickName": "string", "pageno": 0, "pagesize": 0, "passWord": "string", "personName": "string", "state": 0, "syUserRoleList": [ { "id": "string", "roleId": "string", "userId": "string" } ], "userImage": "string", "userName": "string" } 删除用户 /user/service/deleteByIds { "createTime": {}, "createUser": "string", "createUserId": "string", "email": "string", "enterpriseId": "string", "id": "string", "idcard": "string", "mobilePhone": "string", "nickName": "string", "pageno": 0, "pagesize": 0, "passWord": "string", "personName": "string", "state": 0, "syUserRoleList": [ { "id": "string", "roleId": "string", "userId": "string" } ], "userImage": "string", "userName": "string" }