diff --git a/src/api/system/form.ts b/src/api/system/form.ts index ebc7a04..aaa036a 100644 --- a/src/api/system/form.ts +++ b/src/api/system/form.ts @@ -1,6 +1,6 @@ /* * @file: 表单设计相关api - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年08月26 16:14:53 */ diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 6f61a08..8de4696 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,6 +1,6 @@ diff --git a/src/components/ChangePasswordDialog/ChangePasswordDialog.vue b/src/components/ChangePasswordDialog/ChangePasswordDialog.vue index 826d0be..a6f8f4c 100644 --- a/src/components/ChangePasswordDialog/ChangePasswordDialog.vue +++ b/src/components/ChangePasswordDialog/ChangePasswordDialog.vue @@ -1,6 +1,6 @@ diff --git a/src/components/FileUpload/FileUpload.vue b/src/components/FileUpload/FileUpload.vue index 46d64e4..eb91d28 100644 --- a/src/components/FileUpload/FileUpload.vue +++ b/src/components/FileUpload/FileUpload.vue @@ -1,6 +1,6 @@ diff --git a/src/components/Tree/DeptTree.vue b/src/components/Tree/DeptTree.vue index 38d78ef..314155f 100644 --- a/src/components/Tree/DeptTree.vue +++ b/src/components/Tree/DeptTree.vue @@ -1,6 +1,6 @@ diff --git a/src/decorator/confirm.ts b/src/decorator/confirm.ts index bd2b936..5e1ecf3 100755 --- a/src/decorator/confirm.ts +++ b/src/decorator/confirm.ts @@ -1,6 +1,6 @@ /* * @file: 全局装饰器封装 - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年08月19 17:53:46 */ diff --git a/src/decorator/debounce.ts b/src/decorator/debounce.ts index 063794d..c1fa99e 100755 --- a/src/decorator/debounce.ts +++ b/src/decorator/debounce.ts @@ -1,6 +1,6 @@ /* * @file: 防抖装饰器 - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年08月19 17:53:46 */ diff --git a/src/decorator/index.ts b/src/decorator/index.ts index 724014e..c36e374 100755 --- a/src/decorator/index.ts +++ b/src/decorator/index.ts @@ -1,6 +1,6 @@ /* * @file: export - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年08月19 17:53:46 */ diff --git a/src/decorator/throttle.ts b/src/decorator/throttle.ts index f4b53c1..14e0053 100755 --- a/src/decorator/throttle.ts +++ b/src/decorator/throttle.ts @@ -1,6 +1,6 @@ /* * @file: 节流装饰器 - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年08月19 17:53:46 */ diff --git a/src/plugins/element-pro-crud.ts b/src/plugins/element-pro-crud.ts index 3aee1cf..286dbad 100644 --- a/src/plugins/element-pro-crud.ts +++ b/src/plugins/element-pro-crud.ts @@ -1,7 +1,7 @@ /* * @file: pro crud 组件注册 * @author: BoBo - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @Date: 2020-12-08 14:31:55 */ import Vue from 'vue'; diff --git a/src/plugins/element.ts b/src/plugins/element.ts index 80f20bc..d386550 100644 --- a/src/plugins/element.ts +++ b/src/plugins/element.ts @@ -1,6 +1,6 @@ /* * @file: 导入element-ui - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年09月24 14:00:34 */ diff --git a/src/router/index.ts b/src/router/index.ts index eec008f..dde3a65 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -60,6 +60,22 @@ const asyncRouter:RouteConfig[] = [ }, }], }, + { + path: '/person', + component: Layout, + name: 'Person', + meta: { + title: '员工管理', + }, + children: [ + { + path: 'index', + name: 'PersonIndex', + component: () => import(/* webpackChunkName: "system" */ '@/views/person/Person.vue'), + meta: { title: '员工管理' }, + }, + ], + }, { path: '/system', component: Layout, diff --git a/src/store/getters.ts b/src/store/getters.ts index d8df963..6079b4b 100644 --- a/src/store/getters.ts +++ b/src/store/getters.ts @@ -1,6 +1,6 @@ /* * @file: vuex getters - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2019-07-09 14:30:43 */ diff --git a/src/store/modules/webSocket.ts b/src/store/modules/webSocket.ts index 524a79e..22fedd8 100644 --- a/src/store/modules/webSocket.ts +++ b/src/store/modules/webSocket.ts @@ -1,6 +1,6 @@ /* * @file: websocket - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2019-07-15 12:48:33 */ diff --git a/src/styles/element-ui-override.scss b/src/styles/element-ui-override.scss index d139bc2..cd12654 100644 --- a/src/styles/element-ui-override.scss +++ b/src/styles/element-ui-override.scss @@ -1,6 +1,6 @@ /* * @file: override element ui css - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年09月14 18:01:58 */ diff --git a/src/styles/element-variables.scss b/src/styles/element-variables.scss index 00646bb..a4eae18 100644 --- a/src/styles/element-variables.scss +++ b/src/styles/element-variables.scss @@ -1,6 +1,6 @@ /* * @file: element-ui 主题色配置 - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年09月14 18:01:58 */ diff --git a/src/styles/theme.ts b/src/styles/theme.ts index b17cb91..df78672 100644 --- a/src/styles/theme.ts +++ b/src/styles/theme.ts @@ -1,6 +1,6 @@ /* * @file: 主题色 (siderbar,header) - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年10月12 16:13:17 */ diff --git a/src/types/shims-vue-expand.d.ts b/src/types/shims-vue-expand.d.ts index 337f0d6..9ba0c11 100644 --- a/src/types/shims-vue-expand.d.ts +++ b/src/types/shims-vue-expand.d.ts @@ -1,6 +1,6 @@ /* * @file: 声明vue拓展原型链上的属性类型 - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年06月23 16:47:06 */ diff --git a/src/types/shims-vue.d.ts b/src/types/shims-vue.d.ts index 5d4fd60..4f8d861 100644 --- a/src/types/shims-vue.d.ts +++ b/src/types/shims-vue.d.ts @@ -1,6 +1,6 @@ /* * @file: 让ts识别vue文件,声明第三方模块 - * @copyright: NanJing Anshare Tech .Com + * @copyright: BoBo * @author: BoBo * @Date: 2020年06月22 16:26:22 */ diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue index 75db0e5..89003ed 100644 --- a/src/views/dashboard/Dashboard.vue +++ b/src/views/dashboard/Dashboard.vue @@ -1,6 +1,6 @@ diff --git a/src/views/devTools/Dict.vue b/src/views/devTools/Dict.vue index 7825595..3d044bd 100644 --- a/src/views/devTools/Dict.vue +++ b/src/views/devTools/Dict.vue @@ -1,6 +1,6 @@ diff --git a/src/views/layout/components/Header.vue b/src/views/layout/components/Header.vue index ff53658..e5a8ac6 100644 --- a/src/views/layout/components/Header.vue +++ b/src/views/layout/components/Header.vue @@ -1,6 +1,6 @@ diff --git a/src/views/layout/components/MenuItem.vue b/src/views/layout/components/MenuItem.vue index fb761e7..e5cc57d 100644 --- a/src/views/layout/components/MenuItem.vue +++ b/src/views/layout/components/MenuItem.vue @@ -1,6 +1,6 @@ diff --git a/src/views/layout/components/PersonInfoCard.vue b/src/views/layout/components/PersonInfoCard.vue index 7d5bb9b..c704c10 100644 --- a/src/views/layout/components/PersonInfoCard.vue +++ b/src/views/layout/components/PersonInfoCard.vue @@ -1,6 +1,6 @@ diff --git a/src/views/layout/components/TagsView.vue b/src/views/layout/components/TagsView.vue index 1a3fdbd..fb2eca0 100644 --- a/src/views/layout/components/TagsView.vue +++ b/src/views/layout/components/TagsView.vue @@ -1,6 +1,6 @@ diff --git a/src/views/public/404.vue b/src/views/public/404.vue index 3833c4d..c195212 100644 --- a/src/views/public/404.vue +++ b/src/views/public/404.vue @@ -1,6 +1,6 @@ diff --git a/src/views/system/Dept.vue b/src/views/system/Dept.vue index 81715f4..e12aaa3 100644 --- a/src/views/system/Dept.vue +++ b/src/views/system/Dept.vue @@ -1,6 +1,6 @@