Skip to content

Commit

Permalink
style: change copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 18, 2020
1 parent 56d7e1c commit dd61125
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/api/system/form.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 表单设计相关api
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年08月26 16:14:53
*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/Breadcrumb/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 面包屑导航
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-08-07 10:50:56
-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 修改密码弹窗
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019年10月16 14:42:32
-->
Expand Down
2 changes: 1 addition & 1 deletion src/components/FileUpload/FileUpload.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 文件上传
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019年04月28 13:45:17
-->
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tree/DeptTree.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 部门树结构
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-04-08 09:52:18
-->
Expand Down
2 changes: 1 addition & 1 deletion src/decorator/confirm.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 全局装饰器封装
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年08月19 17:53:46
*/
Expand Down
2 changes: 1 addition & 1 deletion src/decorator/debounce.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 防抖装饰器
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年08月19 17:53:46
*/
Expand Down
2 changes: 1 addition & 1 deletion src/decorator/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: export
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年08月19 17:53:46
*/
Expand Down
2 changes: 1 addition & 1 deletion src/decorator/throttle.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 节流装饰器
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年08月19 17:53:46
*/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/element-pro-crud.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/element.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 导入element-ui
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年09月24 14:00:34
*/
Expand Down
16 changes: 16 additions & 0 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/store/getters.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: vuex getters
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-07-09 14:30:43
*/
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/webSocket.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: websocket
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-07-15 12:48:33
*/
Expand Down
2 changes: 1 addition & 1 deletion src/styles/element-ui-override.scss
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/styles/element-variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: element-ui 主题色配置
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年09月14 18:01:58
*/
Expand Down
2 changes: 1 addition & 1 deletion src/styles/theme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 主题色 (siderbar,header)
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年10月12 16:13:17
*/
Expand Down
2 changes: 1 addition & 1 deletion src/types/shims-vue-expand.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 声明vue拓展原型链上的属性类型
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年06月23 16:47:06
*/
Expand Down
2 changes: 1 addition & 1 deletion src/types/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @file: 让ts识别vue文件,声明第三方模块
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年06月22 16:26:22
*/
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/Dashboard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: DashBoard
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-04-12 19:42:47
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/devTools/Dict.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 重构字典模块
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019年12月16日17:33:54
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/layout/components/Header.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 顶部导航
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-04-26 15:26:49
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/layout/components/MenuItem.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 菜单item
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-09-05 21:55:47
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/layout/components/PersonInfoCard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 当前用户个人信息card
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年02月20 10:02:20
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/layout/components/TagsView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: tabs
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2020年09月14 18:01:58
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/public/404.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 404页面
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-07-09 14:30:43
-->
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/Dept.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @file: 部门管理
* @copyright: NanJing Anshare Tech .Com
* @copyright: BoBo
* @author: BoBo
* @Date: 2019-07-09 14:30:43
-->
Expand Down

0 comments on commit dd61125

Please sign in to comment.