Skip to content

Commit

Permalink
refactor: 完全移除内置 vxe-table 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Dec 5, 2022
1 parent 9594031 commit 3629a66
Show file tree
Hide file tree
Showing 17 changed files with 4,355 additions and 2,761 deletions.
2 changes: 0 additions & 2 deletions build/optimize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const include = [
"echarts",
"intro.js",
"vue-i18n",
"xe-utils",
"vxe-table",
"js-cookie",
"lodash-es",
"cropperjs",
Expand Down
1 change: 0 additions & 1 deletion locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ menus:
hsempty: Empty Page
hssysManagement: System Manage
hsUser: User Manage
hsDict: Dict Manage
hsRole: Role Manage
hsDept: Dept Manage
hseditor: Editor
Expand Down
1 change: 0 additions & 1 deletion locales/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ menus:
hsempty: 无Layout页
hssysManagement: 系统管理
hsUser: 用户管理
hsDict: 字典管理
hsRole: 角色管理
hsDept: 部门管理
hseditor: 编辑器
Expand Down
11 changes: 0 additions & 11 deletions mock/asyncRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ const systemRouter = {
title: "menus.hsDept",
roles: ["admin"]
}
},
{
path: "/system/dict",
component: "/system/dict/index",
name: "Dict",
meta: {
icon: "dict",
title: "menus.hsDict",
keepAlive: true,
roles: ["admin"]
}
}
]
};
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
"vue-virtual-scroller": "^2.0.0-alpha.1",
"vue3-danmaku": "^1.1.0",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.3.6",
"xe-utils": "^3.5.7",
"xgplayer": "^2.32.1",
"xlsx": "^0.18.5"
},
Expand Down Expand Up @@ -115,7 +113,6 @@
"eslint": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.7.0",
"font-awesome": "^4.7.0",
"husky": "^7.0.4",
"lint-staged": "11.1.2",
"picocolors": "^1.0.0",
Expand Down
Loading

0 comments on commit 3629a66

Please sign in to comment.