From 48a6f3cabc4e4e22cb4bb14cf8d675cf2222df7d Mon Sep 17 00:00:00 2001
From: admin <>
Date: Sun, 8 Sep 2024 11:01:57 +0800
Subject: [PATCH] feat: init
---
.env.development | 14 +
.env.production | 3 +
.eslintignore | 14 +
.eslintrc-auto-import.json | 284 +++
.eslintrc.cjs | 88 +
.gitignore | 18 +
.husky/commit-msg | 1 +
.husky/pre-commit | 1 +
.prettierignore | 11 +
.prettierrc.cjs | 46 +
.stylelintignore | 11 +
.stylelintrc.cjs | 51 +
.vscode/extensions.json | 11 +
.vscode/settings.json | 81 +
.vscode/vue3.0.code-snippets | 23 +
.vscode/vue3.2.code-snippets | 17 +
.vscode/vue3.3.code-snippets | 21 +
CHANGELOG.md | 386 ++++
LICENSE | 21 +
README.en-US.md | 161 ++
README.md | 182 ++
commitlint.config.cjs | 93 +
index.html | 61 +
licenses/vue-element-admin/LICENSE | 21 +
licenses/vue3-element-admin/LICENSE | 21 +
mock/auth.mock.ts | 43 +
mock/base.ts | 10 +
mock/dept.mock.ts | 153 ++
mock/dict.mock.ts | 168 ++
mock/log.mock.ts | 225 +++
mock/menu.mock.ts | 1620 +++++++++++++++
mock/role.mock.ts | 335 ++++
mock/user.mock.ts | 189 ++
package.json | 133 ++
public/favicon.ico | Bin 0 -> 4286 bytes
src/App.vue | 37 +
src/api/auth.ts | 81 +
src/api/dept.ts | 130 ++
src/api/dict.ts | 183 ++
src/api/file.ts | 46 +
src/api/menu.ts | 216 ++
src/api/role.ts | 122 ++
src/api/user.ts | 118 ++
src/assets/font_4666703_de1boqvna1d/demo.css | 539 +++++
.../font_4666703_de1boqvna1d/demo_index.html | 373 ++++
.../font_4666703_de1boqvna1d/iconfont.css | 48 +
.../font_4666703_de1boqvna1d/iconfont.js | 1 +
.../font_4666703_de1boqvna1d/iconfont.json | 65 +
.../font_4666703_de1boqvna1d/iconfont.svg | 35 +
.../font_4666703_de1boqvna1d/iconfont.ttf | Bin 0 -> 4548 bytes
.../font_4666703_de1boqvna1d/iconfont.woff | Bin 0 -> 2840 bytes
.../font_4666703_de1boqvna1d/iconfont.woff2 | Bin 0 -> 2280 bytes
src/assets/icons/api.svg | 1 +
src/assets/icons/backtop.svg | 1 +
src/assets/icons/captcha.svg | 1 +
src/assets/icons/cascader.svg | 1 +
src/assets/icons/client.svg | 1 +
src/assets/icons/close.svg | 1 +
src/assets/icons/close_all.svg | 1 +
src/assets/icons/close_left.svg | 1 +
src/assets/icons/close_other.svg | 1 +
src/assets/icons/close_right.svg | 1 +
src/assets/icons/collapse.svg | 1 +
src/assets/icons/dict.svg | 1 +
src/assets/icons/document.svg | 1 +
src/assets/icons/download.svg | 1 +
src/assets/icons/fullscreen-exit.svg | 1 +
src/assets/icons/fullscreen.svg | 1 +
src/assets/icons/github.svg | 1 +
src/assets/icons/homepage.svg | 1 +
src/assets/icons/ip.svg | 1 +
src/assets/icons/language.svg | 1 +
src/assets/icons/menu.svg | 1 +
src/assets/icons/message.svg | 1 +
src/assets/icons/monitor.svg | 1 +
src/assets/icons/project.svg | 1 +
src/assets/icons/pv.svg | 1 +
src/assets/icons/refresh.svg | 1 +
src/assets/icons/role.svg | 1 +
src/assets/icons/setting.svg | 1 +
src/assets/icons/size.svg | 1 +
src/assets/icons/system.svg | 1 +
src/assets/icons/table.svg | 1 +
src/assets/icons/todo.svg | 1 +
src/assets/icons/tree.svg | 1 +
src/assets/icons/user.svg | 1 +
src/assets/icons/uv.svg | 1 +
src/assets/images/401.gif | Bin 0 -> 162867 bytes
src/assets/images/404.png | Bin 0 -> 20613 bytes
src/assets/images/404_cloud.png | Bin 0 -> 2644 bytes
src/assets/images/login-background-dark.jpg | Bin 0 -> 20471 bytes
src/assets/images/login-background-light.jpg | Bin 0 -> 32872 bytes
src/assets/logo.png | Bin 0 -> 4242 bytes
src/components/AppLink/index.vue | 38 +
src/components/BaseEcharts/config.ts | 74 +
src/components/BaseEcharts/index.vue | 43 +
src/components/Breadcrumb/index.vue | 97 +
src/components/CURD/PageContent.vue | 1022 ++++++++++
src/components/CURD/PageForm.vue | 174 ++
src/components/CURD/PageModal.vue | 405 ++++
src/components/CURD/PageSearch.vue | 237 +++
src/components/CURD/types.ts | 271 +++
src/components/CURD/usePage.ts | 73 +
src/components/CopyButton/index.vue | 62 +
src/components/Dictionary/index.vue | 76 +
src/components/GithubCorner/index.vue | 62 +
src/components/Hamburger/index.vue | 39 +
src/components/IconSelect/index.vue | 237 +++
src/components/LangSelect/index.vue | 47 +
src/components/Pagination/index.vue | 81 +
src/components/SizeSelect/index.vue | 39 +
src/components/SvgIcon/index.vue | 45 +
src/components/TableSelect/index.vue | 371 ++++
src/components/Upload/MultiUpload.vue | 139 ++
src/components/Upload/SingleUpload.vue | 77 +
src/components/WangEditor/index.vue | 73 +
src/directive/index.ts | 9 +
src/directive/permission/index.ts | 38 +
src/enums/CacheEnum.ts | 10 +
src/enums/DeviceEnum.ts | 14 +
src/enums/LanguageEnum.ts | 14 +
src/enums/LayoutEnum.ts | 18 +
src/enums/MenuTypeEnum.ts | 22 +
src/enums/MessageTypeEnum.ts | 15 +
src/enums/NoticeTypeEnum.ts | 30 +
src/enums/ResultEnum.ts | 18 +
src/enums/SidebarStatusEnum.ts | 14 +
src/enums/SizeEnum.ts | 19 +
src/enums/ThemeEnum.ts | 18 +
src/hooks/useEcharts.ts | 59 +
src/hooks/useWebSocket.ts | 30 +
src/json/index.ts | 1 +
src/json/menus copy.json | 870 ++++++++
src/json/menus.json | 1 +
src/lang/index.ts | 31 +
src/lang/package/en.ts | 54 +
src/lang/package/zh-cn.ts | 54 +
src/layout/components/AppMain/index.vue | 37 +
.../NavBar/components/NavbarAction.vue | 214 ++
src/layout/components/NavBar/index.vue | 33 +
.../Settings/components/LayoutSelect.vue | 108 +
.../Settings/components/ThemeColorPicker.vue | 41 +
src/layout/components/Settings/index.vue | 138 ++
.../Sidebar/components/SidebarLogo.vue | 64 +
.../Sidebar/components/SidebarMenu.vue | 66 +
.../Sidebar/components/SidebarMenuItem.vue | 202 ++
.../components/SidebarMenuItemTitle.vue | 49 +
.../Sidebar/components/SidebarMixTopMenu.vue | 88 +
src/layout/components/Sidebar/index.vue | 38 +
src/layout/components/TagsView/index.vue | 448 +++++
src/layout/index.vue | 303 +++
src/main.ts | 25 +
src/plugins/icons.ts | 9 +
src/plugins/index.ts | 24 +
src/plugins/permission.ts | 106 +
src/router/index.ts | 138 ++
src/settings.ts | 26 +
src/store/index.ts | 16 +
src/store/modules/app.ts | 109 +
src/store/modules/permission.ts | 103 +
src/store/modules/settings.ts | 125 ++
src/store/modules/tagsView.ts | 253 +++
src/store/modules/user.ts | 104 +
src/styles/index.scss | 87 +
src/styles/login.scss | 81 +
src/styles/reset.scss | 76 +
src/styles/variables.module.scss | 11 +
src/styles/variables.scss | 34 +
src/types/auto-imports.d.ts | 1780 +++++++++++++++++
src/types/components.d.ts | 107 +
src/types/env.d.ts | 40 +
src/types/global.d.ts | 95 +
src/types/json-bigint.d.ts | 1 +
src/types/router.d.ts | 54 +
src/types/socket.d.ts | 6 +
src/types/underscore.d.ts | 1 +
src/types/vue3-license-plate.d.ts | 1 +
src/utils/enum.ts | 121 ++
src/utils/i18n.ts | 12 +
src/utils/index.ts | 477 +++++
src/utils/nprogress.ts | 18 +
src/utils/request.ts | 101 +
src/views/dashboard/components/VisitTrend.vue | 205 ++
src/views/dashboard/index.vue | 177 ++
src/views/error-page/401.vue | 109 +
src/views/error-page/404.vue | 264 +++
src/views/login/index.vue | 265 +++
src/views/redirect/index.vue | 15 +
src/views/system/menu/index.vue | 644 ++++++
tsconfig.json | 28 +
uno.config.ts | 43 +
vite.config.ts | 262 +++
192 files changed, 19649 insertions(+)
create mode 100644 .env.development
create mode 100644 .env.production
create mode 100644 .eslintignore
create mode 100644 .eslintrc-auto-import.json
create mode 100644 .eslintrc.cjs
create mode 100644 .gitignore
create mode 100755 .husky/commit-msg
create mode 100755 .husky/pre-commit
create mode 100644 .prettierignore
create mode 100644 .prettierrc.cjs
create mode 100644 .stylelintignore
create mode 100644 .stylelintrc.cjs
create mode 100644 .vscode/extensions.json
create mode 100644 .vscode/settings.json
create mode 100644 .vscode/vue3.0.code-snippets
create mode 100644 .vscode/vue3.2.code-snippets
create mode 100644 .vscode/vue3.3.code-snippets
create mode 100644 CHANGELOG.md
create mode 100644 LICENSE
create mode 100644 README.en-US.md
create mode 100644 README.md
create mode 100644 commitlint.config.cjs
create mode 100644 index.html
create mode 100644 licenses/vue-element-admin/LICENSE
create mode 100644 licenses/vue3-element-admin/LICENSE
create mode 100644 mock/auth.mock.ts
create mode 100644 mock/base.ts
create mode 100644 mock/dept.mock.ts
create mode 100644 mock/dict.mock.ts
create mode 100644 mock/log.mock.ts
create mode 100644 mock/menu.mock.ts
create mode 100644 mock/role.mock.ts
create mode 100644 mock/user.mock.ts
create mode 100644 package.json
create mode 100644 public/favicon.ico
create mode 100644 src/App.vue
create mode 100644 src/api/auth.ts
create mode 100644 src/api/dept.ts
create mode 100644 src/api/dict.ts
create mode 100644 src/api/file.ts
create mode 100644 src/api/menu.ts
create mode 100644 src/api/role.ts
create mode 100644 src/api/user.ts
create mode 100644 src/assets/font_4666703_de1boqvna1d/demo.css
create mode 100644 src/assets/font_4666703_de1boqvna1d/demo_index.html
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.css
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.js
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.json
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.svg
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.ttf
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.woff
create mode 100644 src/assets/font_4666703_de1boqvna1d/iconfont.woff2
create mode 100644 src/assets/icons/api.svg
create mode 100644 src/assets/icons/backtop.svg
create mode 100644 src/assets/icons/captcha.svg
create mode 100644 src/assets/icons/cascader.svg
create mode 100644 src/assets/icons/client.svg
create mode 100644 src/assets/icons/close.svg
create mode 100644 src/assets/icons/close_all.svg
create mode 100644 src/assets/icons/close_left.svg
create mode 100644 src/assets/icons/close_other.svg
create mode 100644 src/assets/icons/close_right.svg
create mode 100644 src/assets/icons/collapse.svg
create mode 100644 src/assets/icons/dict.svg
create mode 100644 src/assets/icons/document.svg
create mode 100644 src/assets/icons/download.svg
create mode 100644 src/assets/icons/fullscreen-exit.svg
create mode 100644 src/assets/icons/fullscreen.svg
create mode 100644 src/assets/icons/github.svg
create mode 100644 src/assets/icons/homepage.svg
create mode 100644 src/assets/icons/ip.svg
create mode 100644 src/assets/icons/language.svg
create mode 100644 src/assets/icons/menu.svg
create mode 100644 src/assets/icons/message.svg
create mode 100644 src/assets/icons/monitor.svg
create mode 100644 src/assets/icons/project.svg
create mode 100644 src/assets/icons/pv.svg
create mode 100644 src/assets/icons/refresh.svg
create mode 100644 src/assets/icons/role.svg
create mode 100644 src/assets/icons/setting.svg
create mode 100644 src/assets/icons/size.svg
create mode 100644 src/assets/icons/system.svg
create mode 100644 src/assets/icons/table.svg
create mode 100644 src/assets/icons/todo.svg
create mode 100644 src/assets/icons/tree.svg
create mode 100644 src/assets/icons/user.svg
create mode 100644 src/assets/icons/uv.svg
create mode 100644 src/assets/images/401.gif
create mode 100644 src/assets/images/404.png
create mode 100644 src/assets/images/404_cloud.png
create mode 100644 src/assets/images/login-background-dark.jpg
create mode 100644 src/assets/images/login-background-light.jpg
create mode 100644 src/assets/logo.png
create mode 100644 src/components/AppLink/index.vue
create mode 100644 src/components/BaseEcharts/config.ts
create mode 100644 src/components/BaseEcharts/index.vue
create mode 100644 src/components/Breadcrumb/index.vue
create mode 100644 src/components/CURD/PageContent.vue
create mode 100644 src/components/CURD/PageForm.vue
create mode 100644 src/components/CURD/PageModal.vue
create mode 100644 src/components/CURD/PageSearch.vue
create mode 100644 src/components/CURD/types.ts
create mode 100644 src/components/CURD/usePage.ts
create mode 100644 src/components/CopyButton/index.vue
create mode 100644 src/components/Dictionary/index.vue
create mode 100644 src/components/GithubCorner/index.vue
create mode 100644 src/components/Hamburger/index.vue
create mode 100644 src/components/IconSelect/index.vue
create mode 100644 src/components/LangSelect/index.vue
create mode 100644 src/components/Pagination/index.vue
create mode 100644 src/components/SizeSelect/index.vue
create mode 100644 src/components/SvgIcon/index.vue
create mode 100644 src/components/TableSelect/index.vue
create mode 100644 src/components/Upload/MultiUpload.vue
create mode 100644 src/components/Upload/SingleUpload.vue
create mode 100644 src/components/WangEditor/index.vue
create mode 100644 src/directive/index.ts
create mode 100644 src/directive/permission/index.ts
create mode 100644 src/enums/CacheEnum.ts
create mode 100644 src/enums/DeviceEnum.ts
create mode 100644 src/enums/LanguageEnum.ts
create mode 100644 src/enums/LayoutEnum.ts
create mode 100644 src/enums/MenuTypeEnum.ts
create mode 100644 src/enums/MessageTypeEnum.ts
create mode 100644 src/enums/NoticeTypeEnum.ts
create mode 100644 src/enums/ResultEnum.ts
create mode 100644 src/enums/SidebarStatusEnum.ts
create mode 100644 src/enums/SizeEnum.ts
create mode 100644 src/enums/ThemeEnum.ts
create mode 100644 src/hooks/useEcharts.ts
create mode 100644 src/hooks/useWebSocket.ts
create mode 100644 src/json/index.ts
create mode 100644 src/json/menus copy.json
create mode 100644 src/json/menus.json
create mode 100644 src/lang/index.ts
create mode 100644 src/lang/package/en.ts
create mode 100644 src/lang/package/zh-cn.ts
create mode 100644 src/layout/components/AppMain/index.vue
create mode 100644 src/layout/components/NavBar/components/NavbarAction.vue
create mode 100644 src/layout/components/NavBar/index.vue
create mode 100644 src/layout/components/Settings/components/LayoutSelect.vue
create mode 100644 src/layout/components/Settings/components/ThemeColorPicker.vue
create mode 100644 src/layout/components/Settings/index.vue
create mode 100644 src/layout/components/Sidebar/components/SidebarLogo.vue
create mode 100644 src/layout/components/Sidebar/components/SidebarMenu.vue
create mode 100644 src/layout/components/Sidebar/components/SidebarMenuItem.vue
create mode 100644 src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue
create mode 100644 src/layout/components/Sidebar/components/SidebarMixTopMenu.vue
create mode 100644 src/layout/components/Sidebar/index.vue
create mode 100644 src/layout/components/TagsView/index.vue
create mode 100644 src/layout/index.vue
create mode 100644 src/main.ts
create mode 100644 src/plugins/icons.ts
create mode 100644 src/plugins/index.ts
create mode 100644 src/plugins/permission.ts
create mode 100644 src/router/index.ts
create mode 100644 src/settings.ts
create mode 100644 src/store/index.ts
create mode 100644 src/store/modules/app.ts
create mode 100644 src/store/modules/permission.ts
create mode 100644 src/store/modules/settings.ts
create mode 100644 src/store/modules/tagsView.ts
create mode 100644 src/store/modules/user.ts
create mode 100644 src/styles/index.scss
create mode 100644 src/styles/login.scss
create mode 100644 src/styles/reset.scss
create mode 100644 src/styles/variables.module.scss
create mode 100644 src/styles/variables.scss
create mode 100644 src/types/auto-imports.d.ts
create mode 100644 src/types/components.d.ts
create mode 100644 src/types/env.d.ts
create mode 100644 src/types/global.d.ts
create mode 100644 src/types/json-bigint.d.ts
create mode 100644 src/types/router.d.ts
create mode 100644 src/types/socket.d.ts
create mode 100644 src/types/underscore.d.ts
create mode 100644 src/types/vue3-license-plate.d.ts
create mode 100644 src/utils/enum.ts
create mode 100644 src/utils/i18n.ts
create mode 100644 src/utils/index.ts
create mode 100644 src/utils/nprogress.ts
create mode 100644 src/utils/request.ts
create mode 100644 src/views/dashboard/components/VisitTrend.vue
create mode 100644 src/views/dashboard/index.vue
create mode 100644 src/views/error-page/401.vue
create mode 100644 src/views/error-page/404.vue
create mode 100644 src/views/login/index.vue
create mode 100644 src/views/redirect/index.vue
create mode 100644 src/views/system/menu/index.vue
create mode 100644 tsconfig.json
create mode 100644 uno.config.ts
create mode 100644 vite.config.ts
diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..2922f76
--- /dev/null
+++ b/.env.development
@@ -0,0 +1,14 @@
+# 应用端口
+VITE_APP_PORT = 3000
+
+# 代理前缀
+VITE_APP_BASE_API = '/'
+# /test/sh0001/api
+
+# 线上接口地址
+VITE_APP_API_URL = 'https://cloud.52zaisheng.cn'
+# 开发接口地址
+# VITE_APP_API_URL = http://localhost:8989
+
+# 是否启用 Mock 服务
+VITE_MOCK_DEV_SERVER = false
diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..7e0146f
--- /dev/null
+++ b/.env.production
@@ -0,0 +1,3 @@
+# 代理前缀
+VITE_APP_BASE_API = '/test'
+
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..43af40f
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,14 @@
+dist
+node_modules
+public
+.husky
+.vscode
+.idea
+*.sh
+*.md
+
+src/assets
+
+.eslintrc.cjs
+.prettierrc.cjs
+.stylelintrc.cjs
diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json
new file mode 100644
index 0000000..f4738bf
--- /dev/null
+++ b/.eslintrc-auto-import.json
@@ -0,0 +1,284 @@
+{
+ "globals": {
+ "Component": true,
+ "ComponentPublicInstance": true,
+ "ComputedRef": true,
+ "EffectScope": true,
+ "ElMessage": true,
+ "ElMessageBox": true,
+ "ElNotification": true,
+ "InjectionKey": true,
+ "PropType": true,
+ "Ref": true,
+ "VNode": true,
+ "asyncComputed": true,
+ "autoResetRef": true,
+ "computed": true,
+ "computedAsync": true,
+ "computedEager": true,
+ "computedInject": true,
+ "computedWithControl": true,
+ "controlledComputed": true,
+ "controlledRef": true,
+ "createApp": true,
+ "createEventHook": true,
+ "createGlobalState": true,
+ "createInjectionState": true,
+ "createReactiveFn": true,
+ "createReusableTemplate": true,
+ "createSharedComposable": true,
+ "createTemplatePromise": true,
+ "createUnrefFn": true,
+ "customRef": true,
+ "debouncedRef": true,
+ "debouncedWatch": true,
+ "defineAsyncComponent": true,
+ "defineComponent": true,
+ "eagerComputed": true,
+ "effectScope": true,
+ "extendRef": true,
+ "getCurrentInstance": true,
+ "getCurrentScope": true,
+ "h": true,
+ "ignorableWatch": true,
+ "inject": true,
+ "isDefined": true,
+ "isProxy": true,
+ "isReactive": true,
+ "isReadonly": true,
+ "isRef": true,
+ "makeDestructurable": true,
+ "markRaw": true,
+ "nextTick": true,
+ "onActivated": true,
+ "onBeforeMount": true,
+ "onBeforeUnmount": true,
+ "onBeforeUpdate": true,
+ "onClickOutside": true,
+ "onDeactivated": true,
+ "onErrorCaptured": true,
+ "onKeyStroke": true,
+ "onLongPress": true,
+ "onMounted": true,
+ "onRenderTracked": true,
+ "onRenderTriggered": true,
+ "onScopeDispose": true,
+ "onServerPrefetch": true,
+ "onStartTyping": true,
+ "onUnmounted": true,
+ "onUpdated": true,
+ "pausableWatch": true,
+ "provide": true,
+ "reactify": true,
+ "reactifyObject": true,
+ "reactive": true,
+ "reactiveComputed": true,
+ "reactiveOmit": true,
+ "reactivePick": true,
+ "readonly": true,
+ "ref": true,
+ "refAutoReset": true,
+ "refDebounced": true,
+ "refDefault": true,
+ "refThrottled": true,
+ "refWithControl": true,
+ "resolveComponent": true,
+ "resolveRef": true,
+ "resolveUnref": true,
+ "shallowReactive": true,
+ "shallowReadonly": true,
+ "shallowRef": true,
+ "syncRef": true,
+ "syncRefs": true,
+ "templateRef": true,
+ "throttledRef": true,
+ "throttledWatch": true,
+ "toRaw": true,
+ "toReactive": true,
+ "toRef": true,
+ "toRefs": true,
+ "toValue": true,
+ "triggerRef": true,
+ "tryOnBeforeMount": true,
+ "tryOnBeforeUnmount": true,
+ "tryOnMounted": true,
+ "tryOnScopeDispose": true,
+ "tryOnUnmounted": true,
+ "unref": true,
+ "unrefElement": true,
+ "until": true,
+ "useActiveElement": true,
+ "useAnimate": true,
+ "useArrayDifference": true,
+ "useArrayEvery": true,
+ "useArrayFilter": true,
+ "useArrayFind": true,
+ "useArrayFindIndex": true,
+ "useArrayFindLast": true,
+ "useArrayIncludes": true,
+ "useArrayJoin": true,
+ "useArrayMap": true,
+ "useArrayReduce": true,
+ "useArraySome": true,
+ "useArrayUnique": true,
+ "useAsyncQueue": true,
+ "useAsyncState": true,
+ "useAttrs": true,
+ "useBase64": true,
+ "useBattery": true,
+ "useBluetooth": true,
+ "useBreakpoints": true,
+ "useBroadcastChannel": true,
+ "useBrowserLocation": true,
+ "useCached": true,
+ "useClipboard": true,
+ "useCloned": true,
+ "useColorMode": true,
+ "useConfirmDialog": true,
+ "useCounter": true,
+ "useCssModule": true,
+ "useCssVar": true,
+ "useCssVars": true,
+ "useCurrentElement": true,
+ "useCycleList": true,
+ "useDark": true,
+ "useDateFormat": true,
+ "useDebounce": true,
+ "useDebounceFn": true,
+ "useDebouncedRefHistory": true,
+ "useDeviceMotion": true,
+ "useDeviceOrientation": true,
+ "useDevicePixelRatio": true,
+ "useDevicesList": true,
+ "useDisplayMedia": true,
+ "useDocumentVisibility": true,
+ "useDraggable": true,
+ "useDropZone": true,
+ "useElementBounding": true,
+ "useElementByPoint": true,
+ "useElementHover": true,
+ "useElementSize": true,
+ "useElementVisibility": true,
+ "useEventBus": true,
+ "useEventListener": true,
+ "useEventSource": true,
+ "useEyeDropper": true,
+ "useFavicon": true,
+ "useFetch": true,
+ "useFileDialog": true,
+ "useFileSystemAccess": true,
+ "useFocus": true,
+ "useFocusWithin": true,
+ "useFps": true,
+ "useFullscreen": true,
+ "useGamepad": true,
+ "useGeolocation": true,
+ "useIdle": true,
+ "useImage": true,
+ "useInfiniteScroll": true,
+ "useIntersectionObserver": true,
+ "useInterval": true,
+ "useIntervalFn": true,
+ "useKeyModifier": true,
+ "useLastChanged": true,
+ "useLocalStorage": true,
+ "useMagicKeys": true,
+ "useManualRefHistory": true,
+ "useMediaControls": true,
+ "useMediaQuery": true,
+ "useMemoize": true,
+ "useMemory": true,
+ "useMounted": true,
+ "useMouse": true,
+ "useMouseInElement": true,
+ "useMousePressed": true,
+ "useMutationObserver": true,
+ "useNavigatorLanguage": true,
+ "useNetwork": true,
+ "useNow": true,
+ "useObjectUrl": true,
+ "useOffsetPagination": true,
+ "useOnline": true,
+ "usePageLeave": true,
+ "useParallax": true,
+ "useParentElement": true,
+ "usePerformanceObserver": true,
+ "usePermission": true,
+ "usePointer": true,
+ "usePointerLock": true,
+ "usePointerSwipe": true,
+ "usePreferredColorScheme": true,
+ "usePreferredContrast": true,
+ "usePreferredDark": true,
+ "usePreferredLanguages": true,
+ "usePreferredReducedMotion": true,
+ "usePrevious": true,
+ "useRafFn": true,
+ "useRefHistory": true,
+ "useResizeObserver": true,
+ "useScreenOrientation": true,
+ "useScreenSafeArea": true,
+ "useScriptTag": true,
+ "useScroll": true,
+ "useScrollLock": true,
+ "useSessionStorage": true,
+ "useShare": true,
+ "useSlots": true,
+ "useSorted": true,
+ "useSpeechRecognition": true,
+ "useSpeechSynthesis": true,
+ "useStepper": true,
+ "useStorage": true,
+ "useStorageAsync": true,
+ "useStyleTag": true,
+ "useSupported": true,
+ "useSwipe": true,
+ "useTemplateRefsList": true,
+ "useTextDirection": true,
+ "useTextSelection": true,
+ "useTextareaAutosize": true,
+ "useThrottle": true,
+ "useThrottleFn": true,
+ "useThrottledRefHistory": true,
+ "useTimeAgo": true,
+ "useTimeout": true,
+ "useTimeoutFn": true,
+ "useTimeoutPoll": true,
+ "useTimestamp": true,
+ "useTitle": true,
+ "useToNumber": true,
+ "useToString": true,
+ "useToggle": true,
+ "useTransition": true,
+ "useUrlSearchParams": true,
+ "useUserMedia": true,
+ "useVModel": true,
+ "useVModels": true,
+ "useVibrate": true,
+ "useVirtualList": true,
+ "useWakeLock": true,
+ "useWebNotification": true,
+ "useWebSocket": true,
+ "useWebWorker": true,
+ "useWebWorkerFn": true,
+ "useWindowFocus": true,
+ "useWindowScroll": true,
+ "useWindowSize": true,
+ "watch": true,
+ "watchArray": true,
+ "watchAtMost": true,
+ "watchDebounced": true,
+ "watchDeep": true,
+ "watchEffect": true,
+ "watchIgnorable": true,
+ "watchImmediate": true,
+ "watchOnce": true,
+ "watchPausable": true,
+ "watchPostEffect": true,
+ "watchSyncEffect": true,
+ "watchThrottled": true,
+ "watchTriggerable": true,
+ "watchWithFilter": true,
+ "whenever": true
+ }
+}
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
new file mode 100644
index 0000000..8ae169a
--- /dev/null
+++ b/.eslintrc.cjs
@@ -0,0 +1,88 @@
+module.exports = {
+ root: true,
+ env: {
+ browser: true,
+ es2021: true,
+ node: true,
+ },
+ parser: "vue-eslint-parser",
+ extends: [
+ // https://eslint.vuejs.org/user-guide/#usage
+ "plugin:vue/vue3-recommended",
+ "./.eslintrc-auto-import.json",
+ "prettier",
+ "plugin:@typescript-eslint/recommended",
+ "plugin:prettier/recommended",
+ ],
+ parserOptions: {
+ ecmaVersion: "latest",
+ sourceType: "module",
+ parser: "@typescript-eslint/parser",
+ project: "./tsconfig.*?.json",
+ createDefaultProgram: false,
+ extraFileExtensions: [".vue"],
+ },
+ plugins: ["vue", "@typescript-eslint"],
+ rules: {
+ // https://eslint.vuejs.org/rules/#priority-a-essential-error-prevention
+ "vue/multi-word-component-names": "off",
+ "vue/no-v-model-argument": "off",
+ "vue/script-setup-uses-vars": "error",
+ "vue/no-reserved-component-names": "off",
+ "vue/custom-event-name-casing": "off",
+ "vue/attributes-order": "off",
+ "vue/one-component-per-file": "off",
+ "vue/html-closing-bracket-newline": "off",
+ "vue/max-attributes-per-line": "off",
+ "vue/multiline-html-element-content-newline": "off",
+ "vue/singleline-html-element-content-newline": "off",
+ "vue/attribute-hyphenation": "off",
+ "vue/require-default-prop": "off",
+ "vue/require-explicit-emits": "off",
+ "vue/html-self-closing": [
+ "error",
+ {
+ html: {
+ void: "always",
+ normal: "never",
+ component: "always",
+ },
+ svg: "always",
+ math: "always",
+ },
+ ],
+
+ "@typescript-eslint/no-empty-function": "off", // 关闭空方法检查
+ "@typescript-eslint/no-explicit-any": "off", // 关闭any类型的警告
+ "@typescript-eslint/no-non-null-assertion": "off",
+ "@typescript-eslint/ban-ts-ignore": "off",
+ "@typescript-eslint/ban-ts-comment": "off",
+ "@typescript-eslint/ban-types": "off",
+ "@typescript-eslint/explicit-function-return-type": "off",
+ "@typescript-eslint/no-explicit-any": "off",
+ "@typescript-eslint/no-var-requires": "off",
+ "@typescript-eslint/no-empty-function": "off",
+ "@typescript-eslint/no-use-before-define": "off",
+ "@typescript-eslint/no-non-null-assertion": "off",
+ "@typescript-eslint/explicit-module-boundary-types": "off",
+ "@typescript-eslint/no-unused-vars": "off",
+
+ "prettier/prettier": [
+ "error",
+ {
+ useTabs: false, // 不使用制表符
+ },
+ ],
+ },
+ // eslint不能对html文件生效
+ overrides: [
+ {
+ files: ["*.html"],
+ processor: "vue/.vue",
+ },
+ ],
+ // https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
+ globals: {
+ OptionType: "readonly",
+ },
+};
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fee6999
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+node_modules
+.DS_Store
+dist
+dist-ssr
+*.local
+.history
+
+# Editor directories and files
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.local
+
+package-lock.json
+pnpm-lock.yaml
+stats.html
diff --git a/.husky/commit-msg b/.husky/commit-msg
new file mode 100755
index 0000000..fd2bf70
--- /dev/null
+++ b/.husky/commit-msg
@@ -0,0 +1 @@
+npx --no-install commitlint --edit $1
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100755
index 0000000..b18d041
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1 @@
+npm run lint:lint-staged
diff --git a/.prettierignore b/.prettierignore
new file mode 100644
index 0000000..f3e9850
--- /dev/null
+++ b/.prettierignore
@@ -0,0 +1,11 @@
+dist
+node_modules
+public
+.husky
+.vscode
+.idea
+*.sh
+*.md
+
+src/assets
+stats.html
diff --git a/.prettierrc.cjs b/.prettierrc.cjs
new file mode 100644
index 0000000..419b91e
--- /dev/null
+++ b/.prettierrc.cjs
@@ -0,0 +1,46 @@
+module.exports = {
+ // (x)=>{},单个参数箭头函数是否显示小括号。(always:始终显示;avoid:省略括号。默认:always)
+ arrowParens: "always",
+ // 开始标签的右尖括号是否跟随在最后一行属性末尾,默认false
+ bracketSameLine: false,
+ // 对象字面量的括号之间打印空格 (true - Example: { foo: bar } ; false - Example: {foo:bar})
+ bracketSpacing: true,
+ // 是否格式化一些文件中被嵌入的代码片段的风格(auto|off;默认auto)
+ embeddedLanguageFormatting: "auto",
+ // 指定 HTML 文件的空格敏感度 (css|strict|ignore;默认css)
+ htmlWhitespaceSensitivity: "ignore",
+ // 当文件已经被 Prettier 格式化之后,是否会在文件顶部插入一个特殊的 @format 标记,默认false
+ insertPragma: false,
+ // 在 JSX 中使用单引号替代双引号,默认false
+ jsxSingleQuote: false,
+ // 每行最多字符数量,超出换行(默认80)
+ printWidth: 80,
+ // 超出打印宽度 (always | never | preserve )
+ proseWrap: "preserve",
+ // 对象属性是否使用引号(as-needed | consistent | preserve;默认as-needed:对象的属性需要加引号才添加;)
+ quoteProps: "as-needed",
+ // 是否只格式化在文件顶部包含特定注释(@prettier| @format)的文件,默认false
+ requirePragma: false,
+ // 结尾添加分号
+ semi: true,
+ // 使用单引号 (true:单引号;false:双引号)
+ singleQuote: false,
+ // 缩进空格数,默认2个空格
+ tabWidth: 2,
+ // 元素末尾是否加逗号,默认es5: ES5中的 objects, arrays 等会添加逗号,TypeScript 中的 type 后不加逗号
+ trailingComma: "es5",
+ // 指定缩进方式,空格或tab,默认false,即使用空格
+ useTabs: false,
+ // vue 文件中是否缩进 ",
+ ""
+ ],
+ "description": "Vue3.0"
+ }
+}
diff --git a/.vscode/vue3.2.code-snippets b/.vscode/vue3.2.code-snippets
new file mode 100644
index 0000000..a083940
--- /dev/null
+++ b/.vscode/vue3.2.code-snippets
@@ -0,0 +1,17 @@
+{
+ "Vue3.2+快速生成模板": {
+ "scope": "vue",
+ "prefix": "Vue3.2+",
+ "body": [
+ "",
+ "",
+ "",
+ " ${1:test}
",
+ " ",
+ "",
+ "",
+ ""
+ ],
+ "description": "Vue3.2+"
+ }
+}
diff --git a/.vscode/vue3.3.code-snippets b/.vscode/vue3.3.code-snippets
new file mode 100644
index 0000000..705e04f
--- /dev/null
+++ b/.vscode/vue3.3.code-snippets
@@ -0,0 +1,21 @@
+{
+ "Vue3.3+defineOptions快速生成模板": {
+ "scope": "vue",
+ "prefix": "Vue3.3+",
+ "body": [
+ "",
+ "",
+ "",
+ " ${1:test}
",
+ " ",
+ "",
+ "",
+ ""
+ ],
+ "description": "Vue3.3+defineOptions快速生成模板"
+ }
+}
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..fd2cef3
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,386 @@
+
+# 2.11.5 (2024/6/18)
+
+## ✨ feat
+
+- 支持后端文件导入([#142](https://github.com/youlaitech/vue3-element-admin/pull/142)) [@cshaptx4869](https://github.com/cshaptx4869)
+
+
+## 🐛 fix
+- vue-dev-tools 插件导致菜单路由切换卡死,暂时关闭 ([28349e](https://github.com/youlaitech/vue3-element-admin/commit/28349efe147afab36531ba148eaac3a448fe6c71)) [@haoxianrui](https://github.com/haoxianrui)
+
+
+
+# 2.11.4 (2024/6/16)
+
+## ✨ feat
+
+- 操作栏增加render配置参数([#138](https://github.com/youlaitech/vue3-element-admin/pull/140)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 左侧工具栏增加type配置参数([#141](https://github.com/youlaitech/vue3-element-admin/pull/141)) [@diamont1001](https://github.com/diamont1001)
+
+## ♻️ refactor
+- 更换权限分配弹窗类型为 drawer 并添加父子联动开关([2d9193](https://github.com/youlaitech/vue3-element-admin/commit/2d9193c47fd224f01f82b9c0b2bbeb5e7cb33584)) [@haoxianrui](https://github.com/haoxianrui)
+
+
+
+# 2.11.3 (2024/6/11)
+
+## ✨ feat
+
+- 支持默认工具栏的导入([#138](https://github.com/youlaitech/vue3-element-admin/pull/138)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 添加CURD导入示例([19e7bb](https://github.com/youlaitech/vue3-element-admin/commit/eab91effd6a01d5a3d9257249c8d06aa252b3bf8)) [@cshaptx4869](https://github.com/cshaptx4869)
+
+## ♻️ refactor
+- 修改导出全量数据选项文本([904fec](https://github.com/youlaitech/vue3-element-admin/commit/904fecad65217650482fcdbb10ffb7f3d27eb9ea)) [@cshaptx4869](https://github.com/cshaptx4869)
+
+## 🐛 fix
+- 菜单列表未适配el-icon导致图标不显示问题修复([e72b68](https://github.com/youlaitech/vue3-element-admin/commit/e72b68337562b5a7ea24ad55bbe00023e1266b40)) [@haoxianrui](https://github.com/haoxianrui)
+
+# 2.11.2 (2024/6/8)
+
+## ✨ feat
+
+- 支持表格远程筛选([#131](https://github.com/youlaitech/vue3-element-admin/pull/131)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 支持标签输入框([#132](https://github.com/youlaitech/vue3-element-admin/pull/132)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 表单项支持tips配置([#133](https://github.com/youlaitech/vue3-element-admin/pull/133)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 前端导出支持全量数据([#134](https://github.com/youlaitech/vue3-element-admin/pull/134)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 支持选中数据导出([#135](https://github.com/youlaitech/vue3-element-admin/pull/135)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 表格默认工具栏的导出、搜索按钮增加权限点控制([883128](https://github.com/youlaitech/vue3-element-admin/commit/8831289b655f2cc086ecdababaa89f8d8a087c42)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 页签title支持动态设置([23876a](https://github.com/youlaitech/vue3-element-admin/commit/23876aa396143bf77cb5c86af8d6023d9ff6555a)) [@haoxianrui](https://github.com/haoxianrui)
+
+## ♻️ refactor
+- 默认工具栏支持自定义([#136](https://github.com/youlaitech/vue3-element-admin/pull/136)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 未配置全量导出接口时选项隐藏([eab91ef](https://github.com/youlaitech/vue3-element-admin/commit/eab91effd6a01d5a3d9257249c8d06aa252b3bf8)) [@cshaptx4869](https://github.com/cshaptx4869)
+
+## 🐛 fix
+- 修复注销登出后redirect跳转路由参数丢失([5626017](https://github.com/youlaitech/vue3-element-admin/commit/562601736731afd20bb1a5140d856f6515720159)) [@haoxianrui](https://github.com/haoxianrui)
+
+# 2.11.1 (2024/6/6)
+
+## ✨ feat
+
+- 增加pagination、request、parseData配置参数([#119](https://github.com/youlaitech/vue3-element-admin/pull/119)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 增加返回顶部功能([#120](https://github.com/youlaitech/vue3-element-admin/pull/120)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 支持前端导出([#126](https://github.com/youlaitech/vue3-element-admin/pull/126)) [@cshaptx4869](https://github.com/cshaptx4869)
+
+## ♻️ refactor
+- 重构布局样式(解决页面抖动问题)([#116](https://github.com/youlaitech/vue3-element-admin/pull/116)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 修改CURD示例编辑弹窗尺寸([#121](https://github.com/youlaitech/vue3-element-admin/pull/121)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 统一注册vue插件([#122](https://github.com/youlaitech/vue3-element-admin/pull/122)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 默认主题跟随系统([#128](https://github.com/youlaitech/vue3-element-admin/pull/128)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 增加"scss.lint.unknownAtRules": "ignore"代码,解决style中使用@apply提示unknow at rules@apply提示问题([Gitee#22](https://gitee.com/youlaiorg/vue3-element-admin/pulls/22)) [@zjsy521](https://gitee.com/zjsy521)
+
+## 🐛 fix
+- 修复左侧布局移动端菜单弹出样式 ([#117](https://github.com/youlaitech/vue3-element-admin/pull/117)) [@cshaptx4869](https://github.com/cshaptx4869)
+
+- 修复编辑后未清空id再新增菜单覆盖的问题([0e78eeb](https://github.com/youlaitech/vue3-element-admin/commit/0e78eeb75008fa8e9732b1b4e7d7a1ea345c7a1b)) [@haoxianrui](https://github.com/haoxianrui)
+- 修复水印层级问题([#123](https://github.com/youlaitech/vue3-element-admin/pull/123)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 修复混合布局样式问题([#124](https://github.com/youlaitech/vue3-element-admin/pull/124)) [@cshaptx4869](https://github.com/cshaptx4869)
+- 修复关闭弹窗时没有clearValidate问题([#125](https://github.com/youlaitech/vue3-element-admin/pull/125)) [@andm31](https://github.com/andm31)
+
+
+
+# 2.11.0 (2024/5/27)
+
+## ✨ feat
+- 菜单添加路由参数设置(author by [haoxianrui](https://github.com/haoxianrui))
+- 增加列表选择组件(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 增加列表选择组件使用示例(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 增加defaultToolbar配置参数(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 表单弹窗支持drawer模式(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 表单项增加computed和watchEffect配置(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 支持switch属性修改(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 表单项增加文本类型支持(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 列表列增加show配置项(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 支持搜索表单显隐控制(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 支持input属性修改(author by [cshaptx4869](https://github.com/cshaptx4869))
+- search配置新增函数能力拓展(author by [xiudaozhe](https://github.com/xiudaozhe))
+- 表格新增列设置控制(author by [haoxianrui](https://github.com/haoxianrui))
+- 搜索添加展开和收缩(author by [haoxianrui](https://github.com/haoxianrui))
+- watch函数增加配置项参数返回(author by [cshaptx4869](https://github.com/cshaptx4869))
+
+## ♻️ refactor
+- 重构图标选择组件(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 重构列表选择组件默认样式 (author by [cshaptx4869](https://github.com/cshaptx4869))
+- 加强对话框表单组件和列表选择组件(author by [cshaptx4869](https://github.com/cshaptx4869))
+- routeMeta增加alwaysShow字段声明(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 分页组件增加溢出滚动效果(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修正登录表单的Ref类型(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 点击表格刷新按钮不重置页码(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 筛选列超出一定高度滚动(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 优化加强initFn函数,表单项增加initFn函数(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 重构watch、computed、watchEffect调用(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修改操作成功提示(author by [cshaptx4869](https://github.com/cshaptx4869))
+- PageSearch 改用card作为容器,样式改用unocss写法(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 优化首页 loading 动画效果author by [haoxianrui](https://github.com/haoxianrui))
+
+
+## 🐛 fix
+- 路由是否始终显示不限制只有顶级目录才有的配置,开放至菜单 (author by [haoxianrui](https://github.com/haoxianrui))
+- sockjs-client 报错 global is not defined 导致开发环境无法打开 WebSocket 页面问题修复 (author by [haoxianrui](https://github.com/haoxianrui))
+- 发送用户重启密码功能,最少为6位字符(小于6位登陆时不允许的问题) (author by [dreamnyj](https://gitee.com/dreamnyj))
+- 修复系统设置面板滚动条问题(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修复表单插槽失效问题(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修改tagsview刷新丢失query问题(author by [xiudaozhe](https://github.com/xiudaozhe))
+
+## 📦️ build
+- 升级 NPM 包版本至最新 (author by [haoxianrui](https://github.com/haoxianrui))
+
+## ⚙️ ci
+- 规整脚本执行命令(author by [cshaptx4869](https://github.com/cshaptx4869))
+
+
+# 2.10.1 (2024/5/4)
+
+## ♻️ refactor
+- 抽离CURD的使用部分代码为Hooks实现(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修改CURD导入权限点标识名(author by [cshaptx4869](https://github.com/cshaptx4869))
+- cURD表单字段支持watch监听(author by [cshaptx4869](https://github.com/cshaptx4869))
+- cURD表单input支持number修饰(author by [cshaptx4869](https://github.com/cshaptx4869))
+- cURD表单组件支持checkbox多选框(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 优化axios响应数据TS类型提示(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修改CURD表单组件自定义类型的attrs传值(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 同步重置密码按钮权限标识重命名(author by [haoxianrui](https://github.com/haoxianrui))
+- 重构API为静态方法实现模块化管理,并将types.ts重命名为model.ts用于存放接口模型定义(author by [haoxianrui](https://github.com/haoxianrui))
+
+
+## 🐛 fix
+- sockjs-client 报错 global is not defined 导致开发环境无法打开 WebSocket 页面问题修复 (author by [haoxianrui](https://github.com/haoxianrui))
+- 主题颜色设置覆盖暗黑模式下el-table行激活的背景色问题修复 (author by [haoxianrui](https://github.com/haoxianrui))
+- 修复因API接口调整而影响的调用页面的问题 (author by [haoxianrui](https://github.com/haoxianrui))
+
+## 📦️ build
+- 升级 NPM 包版本至最新 (author by [haoxianrui](https://github.com/haoxianrui))
+
+
+# 2.10.0 (2024/4/26)
+## ✨ feat
+- 封装增删改查组件(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 集成 vite-plugin-vue-devtools 插件(author by [Tricker39](https://github.com/Tricker39))
+- 增加CURD配置化实现(author by [cshaptx4869](https://github.com/cshaptx4869))
+
+
+# 2.9.3 (2024/04/14)
+## ✨ feat
+- 增加vue文件代码片段(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 菜单 hover 背景色添加值全局SCSS变量进行控制(author by [haoxianrui](https://github.com/haoxianrui))
+
+## ♻️ refactor
+- 加强基础国际化(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 增加语言和布局大小枚举类型(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 增加侧边栏状态枚举类型(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 使用布局枚举替换字面量(author by [haoxianrui](https://github.com/haoxianrui))
+- 控制台使用静态数据循环渲染(author by [april](mailto:april@zen-game.cn))
+- 本地缓存的 token 变量重命名(author by [haoxianrui](https://github.com/haoxianrui))
+- 完善 Vite 环境变量类型声明(author by [haoxianrui](https://github.com/haoxianrui))
+
+## 🐛 fix
+- 修复构建时提示iconComponent.name可能为undefined的报错 (author by [wangji1042](https://github.com/wangji1042))
+- 修复浏览器密码自动填充时可能存在的报错 (author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修复eslint报错(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 移动端下点击左侧菜单节点后关闭侧边栏(author by [haoxianrui](https://github.com/haoxianrui))
+- 添加 size 类型断言修复类型报错(author by [haoxianrui](https://github.com/haoxianrui))
+
+## 📦️ build
+- husky9.x版本适配 (author by [cshaptx4869](https://github.com/cshaptx4869))
+- 升级 npm 包版本至最新(author by [haoxianrui](https://github.com/haoxianrui))
+
+# 2.9.2 (2024/03/05)
+## ✨ feat
+- vscode开发扩展推荐(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 完善基础增删改查Mock接口(author by [haoxianrui](https://github.com/haoxianrui))
+
+## ♻️ refactor
+- 修改login密码框功能实现(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 弱化页面进入动画效果(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 取消推荐TypeScript Vue Plugin (author by [cshaptx4869](https://github.com/cshaptx4869))
+- 网站加载动画替换 (author by [haoxianrui](https://github.com/haoxianrui))
+- 优化主题和主题色监听,避免多个页面重复初始化 (author by [haoxianrui](https://github.com/haoxianrui))
+
+## 🐛 fix
+- AppMain 高度在非固定头部不正确导致出现滚动条问题修复 (author by [haoxianrui](https://github.com/haoxianrui))
+- 修复混合模式开启固定Head时的样式问题 (author by [cshaptx4869](https://github.com/cshaptx4869))
+- 设置面板统一字体大小 (author by [cshaptx4869](https://github.com/cshaptx4869))
+
+## 📦️build
+- 通过env配置控制mock服务 (author by [cshaptx4869](https://github.com/cshaptx4869))
+- 升级依赖包至最新版本 (author by [haoxianrui](https://github.com/haoxianrui))
+- 定义vite全局常量替换项目标题和版本 (author by [cshaptx4869](https://github.com/cshaptx4869))
+
+# 2.9.1 (2024/02/28)
+## ♻️ refactor
+- 项目配置按钮移入navbar(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 优化user数据定义(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 统一设置栏的 SVG 图标风格
+
+## 🐛 fix
+- 规整一些开发依赖(author by [cshaptx4869](https://github.com/cshaptx4869))
+- 修复登录页主题切换问题 (author by [cshaptx4869](https://github.com/cshaptx4869))
+
+## 🚀 pref
+
+- 压缩图片资源 (author by [cshaptx4869](https://github.com/cshaptx4869))
+
+
+# 2.9.0 (2024/02/25)
+
+## ✨ feat
+- 引入 animate.css 动画库
+- 新增水印和配置
+- 动态路由菜单支持 element plus 的图标
+
+## ♻️ refactor
+- Layout 布局重构和相关问题修复
+- sass 使用 @use 替代 @import 引入外部文件指令
+
+## 🐛 fix
+- 修复管理页面部分弹窗无法打开问题
+- 主题颜色设置按钮 hover 等未变化问题修复
+
+
+# 2.8.1 (2024/01/10)
+
+## ✨ feat
+- 替换 Mock 解决方案 vite-plugin-mock 为 vite-plugin-mock-dev-server 适配 Vite5
+
+# 2.8.0 (2023/12/27)
+
+## ⬆️ chore
+- 升级 Vite4 至 Vite5
+
+# 2.7.1 (2023/12/12)
+
+## ♻️ refactor
+- 将打包后的文件进行分类 (author by [ityangzhiwen](https://gitee.com/ityangzhiwen))
+
+# 2.7.0 (2023/11/19)
+
+## ♻️ refactor
+- 代码重构优化
+- 修改自动导入组件类型声明文件路径
+- 完善 typescript 类型
+
+## 🐛 fix
+- 修复管理页面部分弹窗无法打开问题
+
+
+# 2.7.0 (2023/11/19)
+
+## ♻️ refactor
+- 代码重构
+- 修改自动导入组件类型声明文件路径
+- 完善 typescript 类型
+
+## 🐛 fix
+- 修复管理页面部分弹窗无法打开问题
+
+
+# 2.6.3 (2023/10/22)
+
+## ✨ feat
+- 菜单管理新增目录只有一级子路由是否始终显示(alwaysShow)和路由页面是否缓存(keepAlive)的配置
+- 接口文档新增 swagger、knife4j
+- 引入和支持 tsx
+
+## ♻️ refactor
+- 代码瘦身,整理并删除未使用的 svg
+- 控制台样式优化
+
+## 🐛 fix
+- 菜单栏折叠和展开的图标暗黑模式显示问题修复
+
+
+# 2.6.2 (2023/10/11)
+
+## 🐛 fix
+- 主题设置未持久化问题
+- UnoCSS 插件无智能提示
+
+## ♻️ refactor
+- WebSocket 演示样式和代码优化
+- 用户管理代码重构
+
+# 2.6.1 (2023/9/4)
+
+## 🐛 fix
+- 导航顶部模式、混合模式样式在固定 Header 出现的样式问题修复
+- 固定 Header 没有持久化问题修复
+- 字典回显兼容 String 和 Number 类型
+
+# 2.6.0 (2023/8/24)💥💥💥
+
+## ✨ feat
+- 导航顶部模式、混合模式支持(author by [april-tong](https://april-tong.com/))
+- 平台文档(内嵌)(author by [april-tong](https://april-tong.com/))
+
+# 2.5.0 (2023/8/8)
+
+## ✨ feat
+- 新增 Mock(author by [ygcaicn](https://github.com/ygcaicn))
+- 图标 DEMO(author by [ygcaicn](https://github.com/ygcaicn))
+
+## 🐛 fix
+- 字典支持 Number 类型
+
+# 2.4.1 (2023/7/20)
+
+## ✨ feat
+- 整合 vite-plugin-compression 插件打包优化(3.66MB → 1.58MB) (author by [april-tong](https://april-tong.com/))
+- 字典组件封装(author by [haoxr](https://juejin.cn/user/4187394044331261/posts))
+
+## 🐛 fix
+- 分页组件hidden无效
+- 签名无法保存至后端
+- Git 提交 stylelint 校验部分机器报错
+
+# 2.4.0 (2023/6/17)
+
+## ✨ feat
+- 新增组件标签输入框(author by [april-tong](https://april-tong.com/))
+- 新增组件签名(author by [april-tong](https://april-tong.com/))
+- 新增组件表格(author by [april-tong](https://april-tong.com/))
+- Echarts 图表添加下载功能 author by [april-tong](https://april-tong.com/))
+
+## ♻️ refactor
+- 限制包管理器为 pnpm 和 node 版本16+
+- 自定义组件自动导入配置
+- 搜索框样式写法优化
+
+## 🐛 fix
+- 用户导入的部门回显成数字问题修复
+
+## ⬆️ chore
+- element-plus 版本升级 2.3.5 → 2.3.6
+
+# 2.3.1 (2023/5/21)
+
+## 🔄 refactor
+- 组件示例文件名称优化
+
+# 2.2.2 (2023/5/11)
+
+## ✨ feat
+- 组件封装示例添加源码地址
+- 角色、菜单、部门、字段按钮添加权限控制
+
+
+# 2.3.0 (2023/5/12)
+
+## ⬆️ chore
+- vue 版本升级 3.2.45 → 3.3.1 ([CHANGELOG](https://github.com/vuejs/core/blob/main/CHANGELOG.md))
+- vite 版本升级 4.3.1 → 4.3.5
+
+## ♻️ refactor
+- 使用 vue 3.3 版本新特性 `defineOptions` 在 `setup` 定义组件名称,移除重复的 `script` 标签
+
+# 2.2.2 (2023/5/11)
+
+## ✨ feat
+- 用户新增提交添加 `vueUse` 的 `useDebounceFn` 函数实现按钮防抖节流
+
+
+# 2.2.1 (2023/4/25)
+
+## 🐛 fix
+- 图标选择器组件使用 `onClickOutside` 未排除下拉弹出框元素导致无法输入搜索。
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9825cba
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021-present 有来开源组织
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.en-US.md b/README.en-US.md
new file mode 100644
index 0000000..68cc337
--- /dev/null
+++ b/README.en-US.md
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+## Introduction
+
+[vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) is a free and open-source admin template for backend management frontend, built with popular technologies such as Vue3, Vite5, TypeScript, Element-Plus, and Pinia (with accompanying [backend source code](https://gitee.com/youlaiorg/youlai-boot)).
+
+
+
+
+## Project Features
+
+- **Simple and Easy-to-use**: Upgraded version of [vue-element-admin](https://gitee.com/panjiachen/vue-element-admin) for Vue3, with minimal encapsulation and easy to get started.
+
+- **Data Interaction**: Support both local `Mock` data and remote API. Comes with [Java backend source code](https://gitee.com/youlaiorg/youlai-boot) and online API documentation.
+
+- **Permission Management**: Complete permission system for users, roles, menus, dictionaries, and departments.
+
+- **Essential Infrastructure**: Dynamic routing, button permissions, internationalization, code style, Git commit conventions, and common component encapsulation.
+
+- **Continuous Updates**: Since 2021, the project has maintained an open-source status with continuous updates, integrating new tools and dependencies in real time, and has accumulated a broad user base.
+
+## Project Preview
+
+
+
+
+
+
+
+## Project Links
+
+| Project | Gitee | Github | GitCode |
+| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
+| Frontend | [vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) | [vue3-element-admin](https://github.com/youlaitech/vue3-element-admin) | [vue3-element-admin](https://gitcode.net/youlai/vue3-element-admin) |
+| Backend | [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | [youlai-boot](https://github.com/haoxianrui/youlai-boot.git) | [youlai-boot](https://gitcode.net/youlai/youlai-boot) |
+
+## Environment Setup
+
+| Environment | Name and Version | Download Link |
+| -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ |
+| **Development Tool** | VSCode | [Download](https://code.visualstudio.com/Download) |
+| **Runtime Environment** | Node ≥18 | [Download](http://nodejs.cn/download) |
+
+
+## Project Setup
+
+```bash
+# Clone the repository
+git clone https://gitee.com/youlaiorg/vue3-element-admin.git
+
+# Change directory
+cd vue3-element-admin
+
+# Install pnpm
+npm install pnpm -g
+
+# Install dependencies
+pnpm install
+
+# Start the project
+pnpm run dev
+```
+
+## Project Deployment
+
+```bash
+# Build the project
+pnpm run build
+
+# Upload files to the remote server
+Copy the files generated in the `dist` directory to the `/usr/share/nginx/html` directory.
+
+# nginx.cofig configuration
+server {
+ listen 80;
+ server_name localhost;
+ location / {
+ root /usr/share/nginx/html;
+ index index.html index.htm;
+ }
+ # Reverse proxy configuration
+ location /prod-api/ {
+ proxy_pass http://vapi.youlai.tech/; # Replace vapi.youlai.tech with your backend API address
+ }
+}
+```
+
+## Local Mock
+
+The project supports both online API and local mock API. By default, it uses the online API. If you want to switch to the mock API, modify the value of `VITE_MOCK_DEV_SERVER` in the `.env.development` file to `true`.
+
+## Backend API
+
+> If you have a basic understanding of Java development, follow these steps to convert online API to local backend API and set up a full-stack development environment.
+
+1. Get the backend source code based on `Java` and `SpringBoot` from [youlai-boot](https://gitee.com/youlaiorg/youlai-boot.git).
+2. Follow the instructions in the backend project's README.md to set up the local environment.
+3. Modify the value of `VITE_APP_API_URL` in the `.env.development` file to `http://localhost:8989`, replacing it with the backend API URL.
+
+## Notes
+
+- **Auto import plugin is disabled by default**
+
+ Component type declarations have been automatically generated for the template project. If you add and use new components, follow the instructions in the screenshot to enable automatic generation. After automatic generation is complete, remember to set it back to `false` to avoid conflicts.
+
+ 
+
+- **Blank page when accessing the project**
+
+ Try upgrading your browser, as older browser engines may not support certain new JavaScript syntax, such as optional chaining operator `?.`.
+
+- **Red highlight on project components, functions, and imports**
+
+ Restart VSCode to try again.
+
+- **Other issues**
+
+ If you have any other issues or suggestions, please open an [issue](https://gitee.com/youlaiorg/vue3-element-admin/issues/new).
+
+## Project Documentation
+
+- [Building a Backend Management System from Scratch with Vue3, Vite, TypeScript, and Element-Plus](https://blog.csdn.net/u013737132/article/details/130191394)
+
+- [ESLint+Prettier+Stylelint+EditorConfig for Standardized and Unified Frontend Code Style](https://blog.csdn.net/u013737132/article/details/130190788)
+- [Git Commit Conventions with Husky, Lint-staged, Commitlint, Commitizen, and cz-git](https://blog.csdn.net/u013737132/article/details/130191363)
+
+## Commit Conventions
+
+Execute `pnpm run commit` to invoke interactive git commit and complete the information input and selection according to the prompts.
+
+
+
+## Community 🚀
+
+> **Follow "Youlai Tech" WeChat Official Account to get the QR code for the community.**
+>
+> If the QR code for the community has expired, please add my WeChat (haoxianrui) and indicate whether you are interested in "Frontend", "Backend", or "Full Stack" to get the latest QR code.
+>
+> This measure is taken to ensure the quality of the community and prevent marketing advertising from infiltrating. Thank you for your understanding!
+
+| Official Account | Community |
+|:----:|:----:|
+|  |  |
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5566178
--- /dev/null
+++ b/README.md
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+## 项目简介
+
+[vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) 是基于 Vue3 + Vite5+ TypeScript5 + Element-Plus + Pinia 等主流技术栈构建的免费开源的后台管理前端模板(配套[后端源码](https://gitee.com/youlaiorg/youlai-boot))。
+
+
+## 项目特色
+
+- **简洁易用**:基于 [vue-element-admin](https://gitee.com/panjiachen/vue-element-admin) 升级的 Vue3 版本,无过渡封装 ,易上手。
+
+- **数据交互**:同时支持本地 `Mock` 和线上接口,配套 [Java 后端源码](https://gitee.com/youlaiorg/youlai-boot)和[在线接口文档](https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5)。
+
+- **权限管理**:用户、角色、菜单、字典、部门等完善的权限系统功能。
+
+- **基础设施**:动态路由、按钮权限、国际化、代码规范、Git 提交规范、常用组件封装。
+
+- **持续更新**:项目持续开源更新,实时更新工具和依赖。
+
+
+
+## 项目预览
+
+
+
+
+
+
+
+## 项目地址
+
+| 项目 | Gitee | Github |
+| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ |
+| 前端 | [vue3-element-admin](https://gitee.com/youlaiorg/vue3-element-admin) | [vue3-element-admin](https://github.com/youlaitech/vue3-element-admin) | [vue3-element-admin](https://gitcode.net/youlai/vue3-element-admin) |
+| 精简版 | [vue3-element-admin-thin](https://gitee.com/cshaptx4869/vue3-element-admin-thin) | [vue3-element-admin-thin](https://github.com/youlaitech/vue3-element-admin-thin) |
+| 后端 | [youlai-boot](https://gitee.com/youlaiorg/youlai-boot) | [youlai-boot](https://github.com/haoxianrui/youlai-boot.git) |
+
+## 环境准备
+
+| 环境 | 名称版本 | 下载地址 |
+| -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ |
+| **开发工具** | VSCode | [下载](https://code.visualstudio.com/Download) |
+| **运行环境** | Node ≥18 (其中 20.6.0 版本不可用) | [下载](http://nodejs.cn/download) |
+
+
+## 项目启动
+
+```bash
+# 克隆代码
+git clone https://gitee.com/youlaiorg/vue3-element-admin.git
+
+# 切换目录
+cd vue3-element-admin
+
+# 安装 pnpm
+npm install pnpm -g
+
+# 安装依赖
+pnpm install
+
+# 启动运行
+pnpm run dev
+```
+
+
+
+## 项目部署
+
+```bash
+# 项目打包
+pnpm run build
+
+# 上传文件至远程服务器
+将打包生成在 `dist` 目录下的文件拷贝至 `/usr/share/nginx/html` 目录
+
+# nginx.cofig 配置
+server {
+ listen 80;
+ server_name localhost;
+ location / {
+ root /usr/share/nginx/html;
+ index index.html index.htm;
+ }
+ # 反向代理配置
+ location /prod-api/ {
+ # vapi.youlai.tech 替换后端API地址,注意保留后面的斜杠 /
+ proxy_pass http://vapi.youlai.tech/;
+ }
+}
+```
+
+## 本地Mock
+
+项目同时支持在线和本地 Mock 接口,默认使用线上接口,如需替换为 Mock 接口,修改文件 `.env.development` 的 `VITE_MOCK_DEV_SERVER` 为 `true` **即可**。
+
+## 后端接口
+
+> 如果您具备Java开发基础,按照以下步骤将在线接口转为本地后端接口,创建企业级前后端分离开发环境,助您走向全栈之路。
+
+1. 获取基于 `Java` 和 `SpringBoot` 开发的后端 [youlai-boot](https://gitee.com/youlaiorg/youlai-boot.git) 源码。
+2. 根据后端工程的说明文档 [README.md](https://gitee.com/youlaiorg/youlai-boot#%E9%A1%B9%E7%9B%AE%E8%BF%90%E8%A1%8C) 完成本地启动。
+3. 修改 `.env.development` 文件中的 `VITE_APP_API_URL` 的值,将其从 http://vapi.youlai.tech 更改为 http://localhost:8989。
+
+
+## 注意事项
+
+- **自动导入插件自动生成默认关闭**
+
+ 模板项目的组件类型声明已自动生成。如果添加和使用新的组件,请按照图示方法开启自动生成。在自动生成完成后,记得将其设置为 `false`,避免重复执行引发冲突。
+
+ 
+
+- **项目启动浏览器访问空白**
+
+ 请升级浏览器尝试,低版本浏览器内核可能不支持某些新的 JavaScript 语法,比如可选链操作符 `?.`。
+
+- **项目同步仓库更新升级**
+
+ 项目同步仓库更新升级之后,建议 `pnpm install` 安装更新依赖之后启动 。
+
+- **项目组件、函数和引用爆红**
+
+ 重启 VSCode 尝试
+
+- **其他问题**
+
+ 如果有其他问题或者建议,建议 [ISSUE](https://gitee.com/youlaiorg/vue3-element-admin/issues/new)
+
+
+
+## 项目文档
+
+- [基于 Vue3 + Vite + TypeScript + Element-Plus 从0到1搭建后台管理系统](https://blog.csdn.net/u013737132/article/details/130191394)
+
+- [ESLint+Prettier+Stylelint+EditorConfig 约束和统一前端代码规范](https://blog.csdn.net/u013737132/article/details/130190788)
+- [Husky + Lint-staged + Commitlint + Commitizen + cz-git 配置 Git 提交规范](https://blog.csdn.net/u013737132/article/details/130191363)
+
+
+## 提交规范
+
+执行 `pnpm run commit` 唤起 git commit 交互,根据提示完成信息的输入和选择。
+
+
+
+
+## 项目统计
+
+
+
+
+Thanks to all the contributors!
+
+[](https://github.com/youlaitech/vue3-element-admin/graphs/contributors)
+
+
+## 交流群🚀
+
+> **关注「有来技术」公众号,获取交流群二维码。**
+>
+> 如果交流群的二维码过期,请加微信(haoxianrui)并备注「前端」、「后端」或「全栈」以获取最新二维码。
+>
+> 为确保交流群质量,防止营销广告人群混入,我们采取了此措施。望各位理解!
+
+| 公众号 | 交流群 |
+|:----:|:----:|
+|  |  |
+
diff --git a/commitlint.config.cjs b/commitlint.config.cjs
new file mode 100644
index 0000000..89f188e
--- /dev/null
+++ b/commitlint.config.cjs
@@ -0,0 +1,93 @@
+module.exports = {
+ // 继承的规则
+ extends: ["@commitlint/config-conventional"],
+ // 自定义规则
+ rules: {
+ // @see https://commitlint.js.org/#/reference-rules
+
+ // 提交类型枚举,git提交type必须是以下类型
+ "type-enum": [
+ 2,
+ "always",
+ [
+ "feat", // 新增功能
+ "fix", // 修复缺陷
+ "docs", // 文档变更
+ "style", // 代码格式(不影响功能,例如空格、分号等格式修正)
+ "refactor", // 代码重构(不包括 bug 修复、功能新增)
+ "perf", // 性能优化
+ "test", // 添加疏漏测试或已有测试改动
+ "build", // 构建流程、外部依赖变更(如升级 npm 包、修改 webpack 配置等)
+ "ci", // 修改 CI 配置、脚本
+ "revert", // 回滚 commit
+ "chore", // 对构建过程或辅助工具和库的更改(不影响源文件、测试用例)
+ ],
+ ],
+ "subject-case": [0], // subject大小写不做校验
+ },
+
+ prompt: {
+ messages: {
+ type: "选择你要提交的类型 :",
+ scope: "选择一个提交范围(可选):",
+ customScope: "请输入自定义的提交范围 :",
+ subject: "填写简短精炼的变更描述 :\n",
+ body: '填写更加详细的变更描述(可选)。使用 "|" 换行 :\n',
+ breaking: '列举非兼容性重大的变更(可选)。使用 "|" 换行 :\n',
+ footerPrefixesSelect: "选择关联issue前缀(可选):",
+ customFooterPrefix: "输入自定义issue前缀 :",
+ footer: "列举关联issue (可选) 例如: #31, #I3244 :\n",
+ generatingByAI: "正在通过 AI 生成你的提交简短描述...",
+ generatedSelectByAI: "选择一个 AI 生成的简短描述:",
+ confirmCommit: "是否提交或修改commit ?",
+ },
+ // prettier-ignore
+ types: [
+ { value: "feat", name: "特性: ✨ 新增功能", emoji: ":sparkles:" },
+ { value: "fix", name: "修复: 🐛 修复缺陷", emoji: ":bug:" },
+ { value: "docs", name: "文档: 📝 文档变更(更新README文件,或者注释)", emoji: ":memo:" },
+ { value: "style", name: "格式: 🌈 代码格式(空格、格式化、缺失的分号等)", emoji: ":lipstick:" },
+ { value: "refactor", name: "重构: 🔄 代码重构(不修复错误也不添加特性的代码更改)", emoji: ":recycle:" },
+ { value: "perf", name: "性能: 🚀 性能优化", emoji: ":zap:" },
+ { value: "test", name: "测试: 🧪 添加疏漏测试或已有测试改动", emoji: ":white_check_mark:"},
+ { value: "build", name: "构建: 📦️ 构建流程、外部依赖变更(如升级 npm 包、修改 vite 配置等)", emoji: ":package:"},
+ { value: "ci", name: "集成: ⚙️ 修改 CI 配置、脚本", emoji: ":ferris_wheel:"},
+ { value: "revert", name: "回退: ↩️ 回滚 commit",emoji: ":rewind:"},
+ { value: "chore", name: "其他: 🛠️ 对构建过程或辅助工具和库的更改(不影响源文件、测试用例)", emoji: ":hammer:"},
+ ],
+ useEmoji: true,
+ emojiAlign: "center",
+ useAI: false,
+ aiNumber: 1,
+ themeColorCode: "",
+ scopes: [],
+ allowCustomScopes: true,
+ allowEmptyScopes: true,
+ customScopesAlign: "bottom",
+ customScopesAlias: "custom",
+ emptyScopesAlias: "empty",
+ upperCaseSubject: false,
+ markBreakingChangeMode: false,
+ allowBreakingChanges: ["feat", "fix"],
+ breaklineNumber: 100,
+ breaklineChar: "|",
+ skipQuestions: [],
+ issuePrefixes: [
+ { value: "closed", name: "closed: ISSUES has been processed" },
+ ],
+ customIssuePrefixAlign: "top",
+ emptyIssuePrefixAlias: "skip",
+ customIssuePrefixAlias: "custom",
+ allowCustomIssuePrefix: true,
+ allowEmptyIssuePrefix: true,
+ confirmColorize: true,
+ maxHeaderLength: Infinity,
+ maxSubjectLength: Infinity,
+ minSubjectLength: 0,
+ scopeOverrides: undefined,
+ defaultBody: "",
+ defaultIssues: "",
+ defaultScope: "",
+ defaultSubject: "",
+ },
+};
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..bd224a6
--- /dev/null
+++ b/index.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+ vue3-element-admin
+
+
+
+
+
+
+
+
+
diff --git a/licenses/vue-element-admin/LICENSE b/licenses/vue-element-admin/LICENSE
new file mode 100644
index 0000000..3fce384
--- /dev/null
+++ b/licenses/vue-element-admin/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017-present PanJiaChen
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/licenses/vue3-element-admin/LICENSE b/licenses/vue3-element-admin/LICENSE
new file mode 100644
index 0000000..9825cba
--- /dev/null
+++ b/licenses/vue3-element-admin/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021-present 有来开源组织
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/mock/auth.mock.ts b/mock/auth.mock.ts
new file mode 100644
index 0000000..90f08f7
--- /dev/null
+++ b/mock/auth.mock.ts
@@ -0,0 +1,43 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "auth/captcha",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ captchaKey: "534b8ef2b0a24121bec76391ddd159f9",
+ captchaBase64:
+ "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAkCAIAAADNSmkJAAAFKUlEQVR4Xu2ZXUwcVRiGV70wMWo08V5NvPXCrDbFaGpMaZW2hqQxaoiJTRsaMBCNSYtpa2JTKiFSelFa+Q/QZcMWqEhBlh+htbEpZhMrBQrlJ0hBywLLyrJ0WZbje3bqOvPNLHPWrDvdOE9ONmfe78zkzMs335wzWJhJQrBQweS/wTQ6QWgYHdoIOcecOe05O+t2WkutO+p2ZF3Ksg/YV9ZW6FATYajR3nveg60H9327r3O8c35lHgp+r05dPdJzBL73TPSQ8SaCKIxGLsPlop+K0JHrEkPuoT31e5qGmmjARACF0agYyGVNlyVm/pzZXrN9fHGcBkz0UBid+31u93i3XFFT80vN8cvHqWqih8Lo1NpUqS5vwh3vnd223VQ10UNh9NbyrcFQUK6oCawHUipSqGqiB83oBf+CXFGDMp1mS6OqiR4Ko7FexkpOrqhpHGw82nOUqiZ6KIzGrkRuorW0dJMmOy+hOCfYGzb2RBFv6HRO0gEJw/U7y+pgL1bwmTxexN6sZ31TdEwEhdG+gA+7EqyXpUO1uZH20cWL8hMTRt1N9tBXzCJrOIRoCPJpSO2RAp4HmtCdIfZ+2JWgEBN9LbR28seTGU0Zue1tMLp+YIAMSADzfvbkKX4/eb28j4YODiGin3heqmIlLja5hAUCu+nmGY3JWKvpMAlqNGgebsauBOvlqSX+JEx7p7EbTLen53XlzfmWUioqXikrc68Y8N2juJ/fyVsNChGHEE//rBANYWaZz+TRQqpLaBgNsPfDrgSpbS21YtV87IdjrlkX9JZbt5DOma2t9ITo5F+5glN22WwL/n+yDv00mw06orKxOqQ5+J04hhViwzAXETIcJDVm8uxZqktoGx2Nj9t43Wgaul/ERQiGQvtbWnDWgZYW9CXlQFjZ/7ciyHNn+Z2MexTimIeLz59TiIln0M1e+IbPpOAaDUnEYPTi6iqKxpbycs/qKo1tCslfKcffPn9enuMiPPY1vxO/ckeFQ4h46cdGqUWoidE/y54q5tPY5WDrGzQqIXot4BgchEE57e00IMCw2/1qZSVO/7SjA78o9INzcxsbrL+fnTnDDh9mmZn8F30oG1Hm+nABv5mQMopDS/h1HxtqTzWbABMe9sxpPoe9zezeOo1GELqWhPS8t46M0IAYHbdvR1aHbaOjbjfLz2eFhez6dba4yAfgF30o0BFVE8+Mjh/wFxPI+I5mAEHU6Ls+38vhTFwOBGhMDF8gkFpbC5ffsdv/uBs6dIj19dExEtARVXv9YNbop8NFY3aZ6gRRo+tu3IBHnzmdNCBMXldXJKPfL74WzWUJRE+coDUknqsOdZXQbAJYwluVTbOZI3Qt8GFzMwxyjo3RgBiN4fr+elXVpZGRLWXl6PdOTtJBSlBDUK/lnIrjOlrtqWYTQDJaF6FrTXu9sOa1ysrVoM5HVE1GFxZQcyJ/p+xzv6K/rbr6N6+XDpUBl0tKFIrbz78qWB6YnWFMCBld4XLBms+7df75ook/GNzb0GCV7U1Qfz9p64TyQWNjYD3qe9rj4SMJtQP3MyjSDPzWIRHPjH7X4YAvfXoPuyZf9Pbi3PcuXIh4mp3NllYC6XY79C+jl2o8PBipxjnBttn4MgMNnWgfcRJGPI2OL8hTj3LloIlmRicvBhiNykvecpqoa3RSY4DRcLAwyicuOepVR1JjgNFYHWONHL04czTX0UmNAUYD7Pr+xc4wqTHGaBb2OtZvHUmNYUazcA2J6etdUmOk0f8rTKMTxF91RG0D1SwYGwAAAABJRU5ErkJggg==",
+ },
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "auth/login",
+ method: ["POST"],
+ body: {
+ code: "00000",
+ data: {
+ accessToken:
+ "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbiIsImp0aSI6IjE2YWJkNTlkOTAxNzQwZDliYmI3ZjczODBhZDkyNzNhIiwidXNlcklkIjoyLCJ1c2VybmFtZSI6ImFkbWluIiwiZGVwdElkIjoxLCJkYXRhU2NvcGUiOjEsImF1dGhvcml0aWVzIjpbIlJPTEVfQURNSU4iXSwiZXhwIjoxNjkxMTAzMzgyfQ.P4cuIfmPepl3HuguhMS7NXn5a7IUPpsLbmtA_rHOhHk",
+ tokenType: "Bearer",
+ refreshToken: null,
+ expires: null,
+ },
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "auth/logout",
+ method: ["DELETE"],
+ body: {
+ code: "00000",
+ data: {},
+ msg: "string",
+ },
+ },
+]);
diff --git a/mock/base.ts b/mock/base.ts
new file mode 100644
index 0000000..438e1c1
--- /dev/null
+++ b/mock/base.ts
@@ -0,0 +1,10 @@
+import path from "path";
+import { createDefineMock } from "vite-plugin-mock-dev-server";
+
+export const defineMock = createDefineMock((mock) => {
+ // 拼接url
+ mock.url = path.join(
+ import.meta.env.VITE_APP_BASE_API + "/api/v1/",
+ mock.url
+ );
+});
diff --git a/mock/dept.mock.ts b/mock/dept.mock.ts
new file mode 100644
index 0000000..e9b6d1b
--- /dev/null
+++ b/mock/dept.mock.ts
@@ -0,0 +1,153 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "dept/options",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ value: 1,
+ label: "有来技术",
+ children: [
+ {
+ value: 2,
+ label: "研发部门",
+ },
+ {
+ value: 3,
+ label: "测试部门",
+ },
+ ],
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "dept",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ id: 1,
+ parentId: 0,
+ name: "有来技术",
+ code: "YOULAI",
+ sort: 1,
+ status: 1,
+ children: [
+ {
+ id: 2,
+ parentId: 1,
+ name: "研发部门",
+ code: "RD001",
+ sort: 1,
+ status: 1,
+ children: [],
+ createTime: null,
+ updateTime: "2022-04-19 12:46",
+ },
+ {
+ id: 3,
+ parentId: 1,
+ name: "测试部门",
+ code: "QA001",
+ sort: 1,
+ status: 1,
+ children: [],
+ createTime: null,
+ updateTime: "2022-04-19 12:46",
+ },
+ ],
+ createTime: null,
+ updateTime: null,
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+
+ // 新增部门
+ {
+ url: "dept",
+ method: ["POST"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "新增部门" + body.name + "成功",
+ };
+ },
+ },
+
+ // 获取部门表单数据
+ {
+ url: "dept/:id/form",
+ method: ["GET"],
+ body: ({ params }) => {
+ return {
+ code: "00000",
+ data: deptMap[params.id],
+ msg: "一切ok",
+ };
+ },
+ },
+
+ // 修改部门
+ {
+ url: "dept/:id",
+ method: ["PUT"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "修改部门" + body.name + "成功",
+ };
+ },
+ },
+
+ // 删除部门
+ {
+ url: "dept/:id",
+ method: ["DELETE"],
+ body({ params }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "删除部门" + params.id + "成功",
+ };
+ },
+ },
+]);
+
+// 部门映射表数据
+const deptMap: Record = {
+ 1: {
+ id: 1,
+ name: "有来技术",
+ code: "YOULAI",
+ parentId: 0,
+ status: 1,
+ sort: 1,
+ },
+ 2: {
+ id: 2,
+ name: "研发部门",
+ code: "RD001",
+ parentId: 1,
+ status: 1,
+ sort: 1,
+ },
+ 3: {
+ id: 3,
+ name: "测试部门",
+ code: "QA001",
+ parentId: 1,
+ status: 1,
+ sort: 1,
+ },
+};
diff --git a/mock/dict.mock.ts b/mock/dict.mock.ts
new file mode 100644
index 0000000..63b4b2c
--- /dev/null
+++ b/mock/dict.mock.ts
@@ -0,0 +1,168 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "dict/:code/options",
+ method: ["GET"],
+ body: ({ params }) => {
+ const code = params.code;
+
+ let list = null;
+
+ if (code == "gender") {
+ list = [
+ {
+ value: "1",
+ label: "男",
+ },
+ {
+ value: "2",
+ label: "女",
+ },
+ {
+ value: "0",
+ label: "保密",
+ },
+ ];
+ }
+
+ return {
+ code: "00000",
+ data: list,
+ msg: "一切ok",
+ };
+ },
+ },
+
+ {
+ url: "dict/page",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ list: [
+ {
+ id: 1,
+ name: "性别",
+ code: "gender",
+ status: 1,
+ dictItems: [
+ {
+ id: 1,
+ name: "男",
+ value: "1",
+ sort: 1,
+ status: 1,
+ },
+ {
+ id: 2,
+ name: "女",
+ value: "2",
+ sort: 2,
+ status: 1,
+ },
+ {
+ id: 3,
+ name: "保密",
+ value: "0",
+ sort: 3,
+ status: 1,
+ },
+ ],
+ },
+ ],
+ total: 1,
+ },
+ msg: "一切ok",
+ },
+ },
+
+ // 新增字典
+ {
+ url: "dict",
+ method: ["POST"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "新增字典" + body.name + "成功",
+ };
+ },
+ },
+
+ // 获取字典表单数据
+ {
+ url: "dict/:id/form",
+ method: ["GET"],
+ body: ({ params }) => {
+ return {
+ code: "00000",
+ data: dictMap[params.id],
+ msg: "一切ok",
+ };
+ },
+ },
+
+ // 修改字典
+ {
+ url: "dict/:id",
+ method: ["PUT"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "修改字典" + body.name + "成功",
+ };
+ },
+ },
+
+ // 删除字典
+ {
+ url: "dict/:id",
+ method: ["DELETE"],
+ body({ params }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "删除字典" + params.id + "成功",
+ };
+ },
+ },
+]);
+
+// 字典映射表数据
+const dictMap: Record = {
+ 1: {
+ code: "00000",
+ data: {
+ id: 1,
+ name: "性别",
+ code: "gender",
+ status: 1,
+ dictItems: [
+ {
+ id: 1,
+ name: "男",
+ value: "1",
+ sort: 1,
+ status: 1,
+ },
+ {
+ id: 2,
+ name: "女",
+ value: "2",
+ sort: 2,
+ status: 1,
+ },
+ {
+ id: 3,
+ name: "未知",
+ value: "0",
+ sort: 3,
+ status: 1,
+ },
+ ],
+ },
+ msg: "一切ok",
+ },
+};
diff --git a/mock/log.mock.ts b/mock/log.mock.ts
new file mode 100644
index 0000000..08e63f2
--- /dev/null
+++ b/mock/log.mock.ts
@@ -0,0 +1,225 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "logs/page",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ list: [
+ {
+ id: 36192,
+ module: "菜单",
+ content: "菜单列表",
+ requestUri: "/api/v1/menus",
+ method: null,
+ ip: "183.156.148.241",
+ region: "浙江省 杭州市",
+ browser: "Chrome 109.0.0.0",
+ os: "OSX",
+ executionTime: 5,
+ createBy: null,
+ createTime: "2024-07-07 20:38:47",
+ operator: "系统管理员",
+ },
+ {
+ id: 36190,
+ module: "字典",
+ content: "字典分页列表",
+ requestUri: "/api/v1/dict/page",
+ method: null,
+ ip: "183.156.148.241",
+ region: "浙江省 杭州市",
+ browser: "Chrome 109.0.0.0",
+ os: "OSX",
+ executionTime: 9,
+ createBy: null,
+ createTime: "2024-07-07 20:38:45",
+ operator: "系统管理员",
+ },
+ {
+ id: 36193,
+ module: "部门",
+ content: "部门列表",
+ requestUri: "/api/v1/dept",
+ method: null,
+ ip: "192.168.31.134",
+ region: "0 内网IP",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 27,
+ createBy: null,
+ createTime: "2024-07-07 20:38:45",
+ operator: "系统管理员",
+ },
+ {
+ id: 36191,
+ module: "菜单",
+ content: "菜单列表",
+ requestUri: "/api/v1/menus",
+ method: null,
+ ip: "192.168.31.134",
+ region: "0 内网IP",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 39,
+ createBy: null,
+ createTime: "2024-07-07 20:38:44",
+ operator: "系统管理员",
+ },
+ {
+ id: 36189,
+ module: "角色",
+ content: "角色分页列表",
+ requestUri: "/api/v1/roles/page",
+ method: null,
+ ip: "192.168.31.134",
+ region: "0 内网IP",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 55,
+ createBy: null,
+ createTime: "2024-07-07 20:38:43",
+ operator: "系统管理员",
+ },
+ {
+ id: 36188,
+ module: "用户",
+ content: "用户分页列表",
+ requestUri: "/api/v1/users/page",
+ method: null,
+ ip: "192.168.31.134",
+ region: "0 内网IP",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 92,
+ createBy: null,
+ createTime: "2024-07-07 20:38:42",
+ operator: "系统管理员",
+ },
+ {
+ id: 36187,
+ module: "登录",
+ content: "登录",
+ requestUri: "/api/v1/auth/login",
+ method: null,
+ ip: "192.168.31.134",
+ region: "0 内网IP",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 19340,
+ createBy: null,
+ createTime: "2024-07-07 20:38:09",
+ operator: "系统管理员",
+ },
+ {
+ id: 36186,
+ module: "登录",
+ content: "登录",
+ requestUri: "/api/v1/auth/login",
+ method: null,
+ ip: "192.168.31.134",
+ region: "0 内网IP",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 19869,
+ createBy: null,
+ createTime: "2024-07-07 20:37:59",
+ operator: "系统管理员",
+ },
+ {
+ id: 36185,
+ module: "登录",
+ content: "登录",
+ requestUri: "/api/v1/auth/login",
+ method: null,
+ ip: "112.103.111.59",
+ region: "黑龙江省 哈尔滨市",
+ browser: "Chrome 97.0.4692.98",
+ os: "Android",
+ executionTime: 96,
+ createBy: null,
+ createTime: "2024-07-07 20:37:21",
+ operator: "系统管理员",
+ },
+ {
+ id: 36184,
+ module: "登录",
+ content: "登录",
+ requestUri: "/api/v1/auth/login",
+ method: null,
+ ip: "114.86.204.190",
+ region: "上海 上海市",
+ browser: "Chrome 125.0.0.0",
+ os: "Windows 10 or Windows Server 2016",
+ executionTime: 89,
+ createBy: null,
+ createTime: "2024-07-07 20:29:37",
+ operator: "系统管理员",
+ },
+ ],
+ total: 36188,
+ },
+ msg: "一切ok",
+ },
+ },
+ {
+ url: "logs/visit-trend",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ dates: [
+ "2024-06-30",
+ "2024-07-01",
+ "2024-07-02",
+ "2024-07-03",
+ "2024-07-04",
+ "2024-07-05",
+ "2024-07-06",
+ "2024-07-07",
+ ],
+ pvList: [1751, 5168, 4882, 5301, 4721, 4885, 1901, 1003],
+ uvList: null,
+ ipList: [207, 566, 565, 631, 579, 496, 222, 152],
+ },
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "logs/visit-stats",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ type: "pv",
+ title: "浏览量",
+ todayCount: 1003,
+ totalCount: 36193,
+ growthRate: -0.35,
+ granularityLabel: "日",
+ },
+ {
+ type: "uv",
+ title: "访客数",
+ todayCount: 100,
+ totalCount: 2000,
+ growthRate: 0,
+ granularityLabel: "日",
+ },
+ {
+ type: "ip",
+ title: "IP数",
+ todayCount: 152,
+ totalCount: 3234,
+ growthRate: -0.2,
+ granularityLabel: "日",
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+]);
diff --git a/mock/menu.mock.ts b/mock/menu.mock.ts
new file mode 100644
index 0000000..a31ef4f
--- /dev/null
+++ b/mock/menu.mock.ts
@@ -0,0 +1,1620 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "menus/routes",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ path: "/system",
+ component: "Layout",
+ redirect: "/system/user",
+ name: "/system",
+ meta: {
+ title: "系统管理",
+ icon: "system",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ children: [
+ {
+ path: "user",
+ component: "system/user/index",
+ name: "User",
+ meta: {
+ title: "用户管理",
+ icon: "el-icon-User",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "role",
+ component: "system/role/index",
+ name: "Role",
+ meta: {
+ title: "角色管理",
+ icon: "role",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "menu",
+ component: "system/menu/index",
+ name: "Menu",
+ meta: {
+ title: "菜单管理",
+ icon: "menu",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "dept",
+ component: "system/dept/index",
+ name: "Dept",
+ meta: {
+ title: "部门管理",
+ icon: "tree",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "dict",
+ component: "system/dict/index",
+ name: "Dict",
+ meta: {
+ title: "字典管理",
+ icon: "dict",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ ],
+ },
+ {
+ path: "/api",
+ component: "Layout",
+ name: "/api",
+ meta: {
+ title: "接口文档",
+ icon: "api",
+ hidden: false,
+ alwaysShow: true,
+ params: null,
+ },
+ children: [
+ {
+ path: "apifox",
+ component: "demo/api/apifox",
+ name: "Apifox",
+ meta: {
+ title: "Apifox",
+ icon: "api",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ ],
+ },
+ {
+ path: "/doc",
+ component: "Layout",
+ redirect: "https://juejin.cn/post/7228990409909108793",
+ name: "/doc",
+ meta: {
+ title: "平台文档",
+ icon: "document",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ children: [
+ {
+ path: "internal-doc",
+ component: "demo/internal-doc",
+ name: "InternalDoc",
+ meta: {
+ title: "平台文档(内嵌)",
+ icon: "document",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "https://juejin.cn/post/7228990409909108793",
+ name: "Https://juejin.cn/post/7228990409909108793",
+ meta: {
+ title: "平台文档(外链)",
+ icon: "el-icon-Link",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ ],
+ },
+ {
+ path: "/multi-level",
+ component: "Layout",
+ name: "/multiLevel",
+ meta: {
+ title: "多级菜单",
+ icon: "cascader",
+ hidden: false,
+ alwaysShow: true,
+ params: null,
+ },
+ children: [
+ {
+ path: "multi-level1",
+ component: "demo/multi-level/level1",
+ name: "MultiLevel1",
+ meta: {
+ title: "菜单一级",
+ icon: "",
+ hidden: false,
+ alwaysShow: true,
+ params: null,
+ },
+ children: [
+ {
+ path: "multi-level2",
+ component: "demo/multi-level/children/level2",
+ name: "MultiLevel2",
+ meta: {
+ title: "菜单二级",
+ icon: "",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ children: [
+ {
+ path: "multi-level3-1",
+ component: "demo/multi-level/children/children/level3-1",
+ name: "MultiLevel31",
+ meta: {
+ title: "菜单三级-1",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "multi-level3-2",
+ component: "demo/multi-level/children/children/level3-2",
+ name: "MultiLevel32",
+ meta: {
+ title: "菜单三级-2",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ ],
+ },
+ ],
+ },
+ ],
+ },
+ {
+ path: "/component",
+ component: "Layout",
+ name: "/component",
+ meta: {
+ title: "组件封装",
+ icon: "menu",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ children: [
+ {
+ path: "curd",
+ component: "demo/curd/index",
+ name: "Curd",
+ meta: {
+ title: "增删改查",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "table-select",
+ component: "demo/table-select/index",
+ name: "TableSelect",
+ meta: {
+ title: "列表选择器",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "wang-editor",
+ component: "demo/wang-editor",
+ name: "WangEditor",
+ meta: {
+ title: "富文本编辑器",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "upload",
+ component: "demo/upload",
+ name: "Upload",
+ meta: {
+ title: "图片上传",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "icon-selector",
+ component: "demo/icon-selector",
+ name: "IconSelector",
+ meta: {
+ title: "图标选择器",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "dict-demo",
+ component: "demo/dict",
+ name: "DictDemo",
+ meta: {
+ title: "字典组件",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ ],
+ },
+ {
+ path: "/route-param",
+ component: "Layout",
+ name: "/routeParam",
+ meta: {
+ title: "路由参数",
+ icon: "el-icon-ElementPlus",
+ hidden: false,
+ alwaysShow: true,
+ params: null,
+ },
+ children: [
+ {
+ path: "route-param-type1",
+ component: "demo/route-param",
+ name: "RouteParamType1",
+ meta: {
+ title: "参数(type=1)",
+ icon: "el-icon-Star",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: {
+ type: "1",
+ },
+ },
+ },
+ {
+ path: "route-param-type2",
+ component: "demo/route-param",
+ name: "RouteParamType2",
+ meta: {
+ title: "参数(type=2)",
+ icon: "el-icon-StarFilled",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: {
+ type: "2",
+ },
+ },
+ },
+ ],
+ },
+ {
+ path: "/function",
+ component: "Layout",
+ name: "/function",
+ meta: {
+ title: "功能演示",
+ icon: "menu",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ children: [
+ {
+ path: "icon-demo",
+ component: "demo/icons",
+ name: "IconDemo",
+ meta: {
+ title: "Icons",
+ icon: "el-icon-Notification",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "/function/websocket",
+ component: "demo/websocket",
+ name: "/function/websocket",
+ meta: {
+ title: "Websocket",
+ icon: "",
+ hidden: false,
+ keepAlive: true,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ {
+ path: "other/:id",
+ component: "demo/other",
+ name: "Other/:id",
+ meta: {
+ title: "敬请期待...",
+ icon: "",
+ hidden: false,
+ alwaysShow: false,
+ params: null,
+ },
+ },
+ ],
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "menus",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ id: 1,
+ parentId: 0,
+ name: "系统管理",
+ type: "CATALOG",
+ routeName: "",
+ routePath: "/system",
+ component: "Layout",
+ sort: 1,
+ visible: 1,
+ icon: "system",
+ redirect: "/system/user",
+ perm: null,
+ children: [
+ {
+ id: 2,
+ parentId: 1,
+ name: "用户管理",
+ type: "MENU",
+ routeName: "User",
+ routePath: "user",
+ component: "system/user/index",
+ sort: 1,
+ visible: 1,
+ icon: "el-icon-User",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 105,
+ parentId: 2,
+ name: "用户查询",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 0,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:user:query",
+ children: [],
+ },
+ {
+ id: 31,
+ parentId: 2,
+ name: "用户新增",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: "sys:user:add",
+ children: [],
+ },
+ {
+ id: 32,
+ parentId: 2,
+ name: "用户编辑",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 2,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: "sys:user:edit",
+ children: [],
+ },
+ {
+ id: 33,
+ parentId: 2,
+ name: "用户删除",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: "sys:user:delete",
+ children: [],
+ },
+ {
+ id: 88,
+ parentId: 2,
+ name: "重置密码",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 4,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:user:password:reset",
+ children: [],
+ },
+ {
+ id: 106,
+ parentId: 2,
+ name: "用户导入",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 5,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:user:import",
+ children: [],
+ },
+ {
+ id: 107,
+ parentId: 2,
+ name: "用户导出",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 6,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:user:export",
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 3,
+ parentId: 1,
+ name: "角色管理",
+ type: "MENU",
+ routeName: "Role",
+ routePath: "role",
+ component: "system/role/index",
+ sort: 2,
+ visible: 1,
+ icon: "role",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 70,
+ parentId: 3,
+ name: "角色新增",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:role:add",
+ children: [],
+ },
+ {
+ id: 71,
+ parentId: 3,
+ name: "角色编辑",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 2,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:role:edit",
+ children: [],
+ },
+ {
+ id: 72,
+ parentId: 3,
+ name: "角色删除",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:role:delete",
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 4,
+ parentId: 1,
+ name: "菜单管理",
+ type: "MENU",
+ routeName: "Menu",
+ routePath: "menu",
+ component: "system/menu/index",
+ sort: 3,
+ visible: 1,
+ icon: "menu",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 73,
+ parentId: 4,
+ name: "菜单新增",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:menu:add",
+ children: [],
+ },
+ {
+ id: 75,
+ parentId: 4,
+ name: "菜单删除",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:menu:delete",
+ children: [],
+ },
+ {
+ id: 74,
+ parentId: 4,
+ name: "菜单编辑",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:menu:edit",
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 5,
+ parentId: 1,
+ name: "部门管理",
+ type: "MENU",
+ routeName: "Dept",
+ routePath: "dept",
+ component: "system/dept/index",
+ sort: 4,
+ visible: 1,
+ icon: "tree",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 76,
+ parentId: 5,
+ name: "部门新增",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dept:add",
+ children: [],
+ },
+ {
+ id: 77,
+ parentId: 5,
+ name: "部门编辑",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 2,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dept:edit",
+ children: [],
+ },
+ {
+ id: 78,
+ parentId: 5,
+ name: "部门删除",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dept:delete",
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 6,
+ parentId: 1,
+ name: "字典管理",
+ type: "MENU",
+ routeName: "Dict",
+ routePath: "dict",
+ component: "system/dict/index",
+ sort: 5,
+ visible: 1,
+ icon: "dict",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 79,
+ parentId: 6,
+ name: "字典类型新增",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dict_type:add",
+ children: [],
+ },
+ {
+ id: 81,
+ parentId: 6,
+ name: "字典类型编辑",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 2,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dict_type:edit",
+ children: [],
+ },
+ {
+ id: 84,
+ parentId: 6,
+ name: "字典类型删除",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dict_type:delete",
+ children: [],
+ },
+ {
+ id: 85,
+ parentId: 6,
+ name: "字典数据新增",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 4,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dict:add",
+ children: [],
+ },
+ {
+ id: 86,
+ parentId: 6,
+ name: "字典数据编辑",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 5,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dict:edit",
+ children: [],
+ },
+ {
+ id: 87,
+ parentId: 6,
+ name: "字典数据删除",
+ type: "BUTTON",
+ routeName: null,
+ routePath: "",
+ component: null,
+ sort: 6,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: "sys:dict:delete",
+ children: [],
+ },
+ ],
+ },
+ ],
+ },
+ {
+ id: 40,
+ parentId: 0,
+ name: "接口文档",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "/api",
+ component: "Layout",
+ sort: 7,
+ visible: 1,
+ icon: "api",
+ redirect: "",
+ perm: null,
+ children: [
+ {
+ id: 41,
+ parentId: 40,
+ name: "Apifox",
+ type: "MENU",
+ routeName: null,
+ routePath: "apifox",
+ component: "demo/api/apifox",
+ sort: 1,
+ visible: 1,
+ icon: "api",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 26,
+ parentId: 0,
+ name: "平台文档",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "/doc",
+ component: "Layout",
+ sort: 8,
+ visible: 1,
+ icon: "document",
+ redirect: "https://juejin.cn/post/7228990409909108793",
+ perm: null,
+ children: [
+ {
+ id: 102,
+ parentId: 26,
+ name: "平台文档(内嵌)",
+ type: "EXTLINK",
+ routeName: null,
+ routePath: "internal-doc",
+ component: "demo/internal-doc",
+ sort: 1,
+ visible: 1,
+ icon: "document",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 30,
+ parentId: 26,
+ name: "平台文档(外链)",
+ type: "EXTLINK",
+ routeName: null,
+ routePath: "https://juejin.cn/post/7228990409909108793",
+ component: "",
+ sort: 2,
+ visible: 1,
+ icon: "link",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 20,
+ parentId: 0,
+ name: "多级菜单",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "/multi-level",
+ component: "Layout",
+ sort: 9,
+ visible: 1,
+ icon: "cascader",
+ redirect: "",
+ perm: null,
+ children: [
+ {
+ id: 21,
+ parentId: 20,
+ name: "菜单一级",
+ type: "MENU",
+ routeName: null,
+ routePath: "multi-level1",
+ component: "demo/multi-level/level1",
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [
+ {
+ id: 22,
+ parentId: 21,
+ name: "菜单二级",
+ type: "MENU",
+ routeName: null,
+ routePath: "multi-level2",
+ component: "demo/multi-level/children/level2",
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 23,
+ parentId: 22,
+ name: "菜单三级-1",
+ type: "MENU",
+ routeName: null,
+ routePath: "multi-level3-1",
+ component: "demo/multi-level/children/children/level3-1",
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 24,
+ parentId: 22,
+ name: "菜单三级-2",
+ type: "MENU",
+ routeName: null,
+ routePath: "multi-level3-2",
+ component: "demo/multi-level/children/children/level3-2",
+ sort: 2,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ ],
+ },
+ ],
+ },
+ ],
+ },
+ {
+ id: 36,
+ parentId: 0,
+ name: "组件封装",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "/component",
+ component: "Layout",
+ sort: 10,
+ visible: 1,
+ icon: "menu",
+ redirect: "",
+ perm: null,
+ children: [
+ {
+ id: 108,
+ parentId: 36,
+ name: "增删改查",
+ type: "MENU",
+ routeName: null,
+ routePath: "curd",
+ component: "demo/curd/index",
+ sort: 0,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 109,
+ parentId: 36,
+ name: "列表选择器",
+ type: "MENU",
+ routeName: null,
+ routePath: "table-select",
+ component: "demo/table-select/index",
+ sort: 1,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 37,
+ parentId: 36,
+ name: "富文本编辑器",
+ type: "MENU",
+ routeName: null,
+ routePath: "wang-editor",
+ component: "demo/wang-editor",
+ sort: 2,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 38,
+ parentId: 36,
+ name: "图片上传",
+ type: "MENU",
+ routeName: null,
+ routePath: "upload",
+ component: "demo/upload",
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 95,
+ parentId: 36,
+ name: "字典组件",
+ type: "MENU",
+ routeName: null,
+ routePath: "dict-demo",
+ component: "demo/dict",
+ sort: 4,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 39,
+ parentId: 36,
+ name: "图标选择器",
+ type: "MENU",
+ routeName: null,
+ routePath: "icon-selector",
+ component: "demo/icon-selector",
+ sort: 4,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 110,
+ parentId: 0,
+ name: "路由参数",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "/route-param",
+ component: "Layout",
+ sort: 11,
+ visible: 1,
+ icon: "el-icon-ElementPlus",
+ redirect: null,
+ perm: null,
+ children: [
+ {
+ id: 111,
+ parentId: 110,
+ name: "参数(type=1)",
+ type: "MENU",
+ routeName: null,
+ routePath: "route-param-type1",
+ component: "demo/route-param",
+ sort: 1,
+ visible: 1,
+ icon: "el-icon-Star",
+ redirect: null,
+ perm: null,
+ children: [],
+ },
+ {
+ id: 112,
+ parentId: 110,
+ name: "参数(type=2)",
+ type: "MENU",
+ routeName: null,
+ routePath: "route-param-type2",
+ component: "demo/route-param",
+ sort: 2,
+ visible: 1,
+ icon: "el-icon-StarFilled",
+ redirect: null,
+ perm: null,
+ children: [],
+ },
+ ],
+ },
+ {
+ id: 89,
+ parentId: 0,
+ name: "功能演示",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "/function",
+ component: "Layout",
+ sort: 12,
+ visible: 1,
+ icon: "menu",
+ redirect: "",
+ perm: null,
+ children: [
+ {
+ id: 97,
+ parentId: 89,
+ name: "Icons",
+ type: "MENU",
+ routeName: null,
+ routePath: "icon-demo",
+ component: "demo/icons",
+ sort: 2,
+ visible: 1,
+ icon: "el-icon-Notification",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 90,
+ parentId: 89,
+ name: "Websocket",
+ type: "MENU",
+ routeName: null,
+ routePath: "/function/websocket",
+ component: "demo/websocket",
+ sort: 3,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ {
+ id: 91,
+ parentId: 89,
+ name: "敬请期待...",
+ type: "CATALOG",
+ routeName: null,
+ routePath: "other/:id",
+ component: "demo/other",
+ sort: 4,
+ visible: 1,
+ icon: "",
+ redirect: "",
+ perm: null,
+ children: [],
+ },
+ ],
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "menus/options",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ value: 1,
+ label: "系统管理",
+ children: [
+ {
+ value: 2,
+ label: "用户管理",
+ children: [
+ {
+ value: 105,
+ label: "用户查询",
+ },
+ {
+ value: 31,
+ label: "用户新增",
+ },
+ {
+ value: 32,
+ label: "用户编辑",
+ },
+ {
+ value: 33,
+ label: "用户删除",
+ },
+ {
+ value: 88,
+ label: "重置密码",
+ },
+ {
+ value: 106,
+ label: "用户导入",
+ },
+ {
+ value: 107,
+ label: "用户导出",
+ },
+ ],
+ },
+ {
+ value: 3,
+ label: "角色管理",
+ children: [
+ {
+ value: 70,
+ label: "角色新增",
+ },
+ {
+ value: 71,
+ label: "角色编辑",
+ },
+ {
+ value: 72,
+ label: "角色删除",
+ },
+ ],
+ },
+ {
+ value: 4,
+ label: "菜单管理",
+ children: [
+ {
+ value: 73,
+ label: "菜单新增",
+ },
+ {
+ value: 75,
+ label: "菜单删除",
+ },
+ {
+ value: 74,
+ label: "菜单编辑",
+ },
+ ],
+ },
+ {
+ value: 5,
+ label: "部门管理",
+ children: [
+ {
+ value: 76,
+ label: "部门新增",
+ },
+ {
+ value: 77,
+ label: "部门编辑",
+ },
+ {
+ value: 78,
+ label: "部门删除",
+ },
+ ],
+ },
+ {
+ value: 6,
+ label: "字典管理",
+ children: [
+ {
+ value: 79,
+ label: "字典类型新增",
+ },
+ {
+ value: 81,
+ label: "字典类型编辑",
+ },
+ {
+ value: 84,
+ label: "字典类型删除",
+ },
+ {
+ value: 85,
+ label: "字典数据新增",
+ },
+ {
+ value: 86,
+ label: "字典数据编辑",
+ },
+ {
+ value: 87,
+ label: "字典数据删除",
+ },
+ ],
+ },
+ ],
+ },
+ {
+ value: 40,
+ label: "接口文档",
+ children: [
+ {
+ value: 41,
+ label: "Apifox",
+ },
+ ],
+ },
+ {
+ value: 26,
+ label: "平台文档",
+ children: [
+ {
+ value: 102,
+ label: "平台文档(内嵌)",
+ },
+ {
+ value: 30,
+ label: "平台文档(外链)",
+ },
+ ],
+ },
+ {
+ value: 20,
+ label: "多级菜单",
+ children: [
+ {
+ value: 21,
+ label: "菜单一级",
+ children: [
+ {
+ value: 22,
+ label: "菜单二级",
+ children: [
+ {
+ value: 23,
+ label: "菜单三级-1",
+ },
+ {
+ value: 24,
+ label: "菜单三级-2",
+ },
+ ],
+ },
+ ],
+ },
+ ],
+ },
+ {
+ value: 36,
+ label: "组件封装",
+ children: [
+ {
+ value: 108,
+ label: "增删改查",
+ },
+ {
+ value: 109,
+ label: "列表选择器",
+ },
+ {
+ value: 37,
+ label: "富文本编辑器",
+ },
+ {
+ value: 38,
+ label: "图片上传",
+ },
+ {
+ value: 95,
+ label: "字典组件",
+ },
+ {
+ value: 39,
+ label: "图标选择器",
+ },
+ ],
+ },
+ {
+ value: 110,
+ label: "路由参数",
+ children: [
+ {
+ value: 111,
+ label: "参数(type=1)",
+ },
+ {
+ value: 112,
+ label: "参数(type=2)",
+ },
+ ],
+ },
+ {
+ value: 89,
+ label: "功能演示",
+ children: [
+ {
+ value: 97,
+ label: "Icons",
+ },
+ {
+ value: 90,
+ label: "Websocket",
+ },
+ {
+ value: 91,
+ label: "敬请期待...",
+ },
+ ],
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+
+ // 新增菜单
+ {
+ url: "menus",
+ method: ["POST"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "新增菜单" + body.name + "成功",
+ };
+ },
+ },
+
+ // 获取菜单表单数据
+ {
+ url: "menus/:id/form",
+ method: ["GET"],
+ body: ({ params }) => {
+ return {
+ code: "00000",
+ data: menuMap[params.id],
+ msg: "一切ok",
+ };
+ },
+ },
+
+ // 修改菜单
+ {
+ url: "menus/:id",
+ method: ["PUT"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "修改菜单" + body.name + "成功",
+ };
+ },
+ },
+
+ // 删除菜单
+ {
+ url: "menus/:id",
+ method: ["DELETE"],
+ body({ params }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "删除菜单" + params.id + "成功",
+ };
+ },
+ },
+]);
+
+// 菜单映射表数据
+const menuMap: Record = {
+ 1: {
+ id: 1,
+ parentId: 0,
+ name: "系统管理",
+ type: "CATALOG",
+ routeName: "",
+ routePath: "/system",
+ component: "Layout",
+ perm: null,
+ visible: 1,
+ sort: 1,
+ icon: "system",
+ redirect: "/system/user",
+ keepAlive: null,
+ alwaysShow: null,
+ params: null,
+ },
+ 2: {
+ id: 2,
+ parentId: 1,
+ name: "用户管理",
+ type: "MENU",
+ routeName: "User",
+ routePath: "user",
+ component: "system/user/index",
+ perm: null,
+ visible: 1,
+ sort: 1,
+ icon: "user",
+ redirect: null,
+ keepAlive: 1,
+ alwaysShow: null,
+ },
+ 3: {
+ id: 3,
+ parentId: 1,
+ name: "角色管理",
+ type: "MENU",
+ routeName: "Role",
+ routePath: "role",
+ component: "system/role/index",
+ perm: null,
+ visible: 1,
+ sort: 2,
+ icon: "role",
+ redirect: null,
+ keepAlive: 1,
+ alwaysShow: null,
+ },
+ 4: {
+ id: 4,
+ parentId: 1,
+ name: "菜单管理",
+ type: "MENU",
+ routeName: "Menu",
+ routePath: "menu",
+ component: "system/menu/index",
+ perm: null,
+ visible: 1,
+ sort: 3,
+ icon: "menu",
+ redirect: null,
+ keepAlive: 1,
+ alwaysShow: null,
+ },
+ 5: {
+ id: 5,
+ parentId: 1,
+ name: "部门管理",
+ type: "MENU",
+ routeName: "Dept",
+ routePath: "dept",
+ component: "system/dept/index",
+ perm: null,
+ visible: 1,
+ sort: 4,
+ icon: "tree",
+ redirect: null,
+ keepAlive: 1,
+ alwaysShow: null,
+ },
+ 6: {
+ id: 6,
+ parentId: 1,
+ name: "字典管理",
+ type: "MENU",
+ routeName: "Dict",
+ routePath: "dict",
+ component: "system/dict/index",
+ perm: null,
+ visible: 1,
+ sort: 5,
+ icon: "dict",
+ redirect: null,
+ keepAlive: 1,
+ alwaysShow: null,
+ },
+};
diff --git a/mock/role.mock.ts b/mock/role.mock.ts
new file mode 100644
index 0000000..cc87026
--- /dev/null
+++ b/mock/role.mock.ts
@@ -0,0 +1,335 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "roles/options",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: [
+ {
+ value: 2,
+ label: "系统管理员",
+ },
+ {
+ value: 4,
+ label: "系统管理员1",
+ },
+ {
+ value: 5,
+ label: "系统管理员2",
+ },
+ {
+ value: 6,
+ label: "系统管理员3",
+ },
+ {
+ value: 7,
+ label: "系统管理员4",
+ },
+ {
+ value: 8,
+ label: "系统管理员5",
+ },
+ {
+ value: 9,
+ label: "系统管理员6",
+ },
+ {
+ value: 10,
+ label: "系统管理员7",
+ },
+ {
+ value: 11,
+ label: "系统管理员8",
+ },
+ {
+ value: 12,
+ label: "系统管理员9",
+ },
+ {
+ value: 3,
+ label: "访问游客",
+ },
+ ],
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "roles/page",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ list: [
+ {
+ id: 2,
+ name: "系统管理员",
+ code: "ADMIN",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 3,
+ name: "访问游客",
+ code: "GUEST",
+ status: 1,
+ sort: 3,
+ createTime: "2021-05-26 15:49:05",
+ updateTime: "2019-05-05 16:00:00",
+ },
+ {
+ id: 4,
+ name: "系统管理员1",
+ code: "ADMIN1",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 5,
+ name: "系统管理员2",
+ code: "ADMIN2",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 6,
+ name: "系统管理员3",
+ code: "ADMIN3",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 7,
+ name: "系统管理员4",
+ code: "ADMIN4",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 8,
+ name: "系统管理员5",
+ code: "ADMIN5",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 9,
+ name: "系统管理员6",
+ code: "ADMIN6",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: "2023-12-04 11:43:15",
+ },
+ {
+ id: 10,
+ name: "系统管理员7",
+ code: "ADMIN7",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ {
+ id: 11,
+ name: "系统管理员8",
+ code: "ADMIN8",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ ],
+ total: 10,
+ },
+ msg: "一切ok",
+ },
+ },
+
+ // 新增角色
+ {
+ url: "roles",
+ method: ["POST"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "新增角色" + body.name + "成功",
+ };
+ },
+ },
+
+ // 获取角色表单数据
+ {
+ url: "roles/:id/form",
+ method: ["GET"],
+ body: ({ params }) => {
+ return {
+ code: "00000",
+ data: roleMap[params.id],
+ msg: "一切ok",
+ };
+ },
+ },
+ // 修改角色
+ {
+ url: "roles/:id",
+ method: ["PUT"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "修改角色" + body.name + "成功",
+ };
+ },
+ },
+
+ // 删除角色
+ {
+ url: "roles/:id",
+ method: ["DELETE"],
+ body({ params }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "删除角色" + params.id + "成功",
+ };
+ },
+ },
+ // 获取角色拥有的菜单ID
+ {
+ url: "roles/:id/menuIds",
+ method: ["GET"],
+ body: ({ params }) => {
+ return {
+ code: "00000",
+ data: [
+ 1, 2, 31, 32, 33, 88, 3, 70, 71, 72, 4, 73, 75, 74, 5, 76, 77, 78, 6,
+ 79, 81, 84, 85, 86, 87, 40, 41, 26, 30, 20, 21, 22, 23, 24, 89, 90,
+ 91, 36, 37, 38, 39, 93, 94, 95, 97, 102, 89, 90, 91, 93, 94, 95, 97,
+ 102, 103, 104,
+ ],
+ msg: "一切ok",
+ };
+ },
+ },
+ // 保存角色菜单
+ {
+ url: "roles/:id/menus",
+ method: ["PUT"],
+ body: {
+ code: "00000",
+ data: null,
+ msg: "一切ok",
+ },
+ },
+]);
+
+// 角色映射表数据
+const roleMap: Record = {
+ 2: {
+ id: 2,
+ name: "系统管理员",
+ code: "ADMIN",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ 3: {
+ id: 3,
+ name: "访问游客",
+ code: "GUEST",
+ status: 1,
+ sort: 3,
+ createTime: "2021-05-26 15:49:05",
+ updateTime: "2019-05-05 16:00:00",
+ },
+ 4: {
+ id: 4,
+ name: "系统管理员1",
+ code: "ADMIN1",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ 5: {
+ id: 5,
+ name: "系统管理员2",
+ code: "ADMIN2",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+
+ 6: {
+ id: 6,
+ name: "系统管理员3",
+ code: "ADMIN3",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ 7: {
+ id: 7,
+ name: "系统管理员4",
+ code: "ADMIN4",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ 8: {
+ id: 8,
+ name: "系统管理员5",
+ code: "ADMIN5",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ 9: {
+ id: 9,
+ name: "系统管理员6",
+ code: "ADMIN6",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: "2023-12-04 11:43:15",
+ },
+ 10: {
+ id: 10,
+ name: "系统管理员7",
+ code: "ADMIN7",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+ 11: {
+ id: 11,
+ name: "系统管理员8",
+ code: "ADMIN8",
+ status: 1,
+ sort: 2,
+ createTime: "2021-03-25 12:39:54",
+ updateTime: null,
+ },
+};
diff --git a/mock/user.mock.ts b/mock/user.mock.ts
new file mode 100644
index 0000000..bc9041e
--- /dev/null
+++ b/mock/user.mock.ts
@@ -0,0 +1,189 @@
+import { defineMock } from "./base";
+
+export default defineMock([
+ {
+ url: "users/me",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ userId: 2,
+ nickname: "系统管理员",
+ username: "admin",
+ avatar:
+ "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
+ roles: ["ROOT"],
+ perms: [
+ "sys:menu:delete",
+ "sys:dept:edit",
+ "sys:dict_type:add",
+ "sys:dict:edit",
+ "sys:dict:delete",
+ "sys:dict_type:edit",
+ "sys:menu:add",
+ "sys:user:add",
+ "sys:role:edit",
+ "sys:dept:delete",
+ "sys:user:edit",
+ "sys:user:delete",
+ "sys:user:password:reset",
+ "sys:dept:add",
+ "sys:role:delete",
+ "sys:dict_type:delete",
+ "sys:menu:edit",
+ "sys:dict:add",
+ "sys:role:add",
+ "sys:user:query",
+ "sys:user:export",
+ ],
+ },
+ msg: "一切ok",
+ },
+ },
+
+ {
+ url: "users/page",
+ method: ["GET"],
+ body: {
+ code: "00000",
+ data: {
+ list: [
+ {
+ id: 2,
+ username: "admin",
+ nickname: "系统管理员",
+ mobile: "17621210366",
+ gender: 1,
+ avatar:
+ "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
+ email: "",
+ status: 1,
+ deptId: 1,
+ roleIds: [2],
+ },
+ {
+ id: 3,
+ username: "test",
+ nickname: "测试小用户",
+ mobile: "17621210366",
+ gender: 1,
+ avatar:
+ "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
+ email: "youlaitech@163.com",
+ status: 1,
+ deptId: 3,
+ roleIds: [3],
+ },
+ ],
+ total: 2,
+ },
+ msg: "一切ok",
+ },
+ },
+
+ // 新增用户
+ {
+ url: "users",
+ method: ["POST"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "新增用户" + body.nickname + "成功",
+ };
+ },
+ },
+
+ // 获取用户表单数据
+ {
+ url: "users/:userId/form",
+ method: ["GET"],
+ body: ({ params }) => {
+ return {
+ code: "00000",
+ data: userMap[params.userId],
+ msg: "一切ok",
+ };
+ },
+ },
+ // 修改用户
+ {
+ url: "users/:userId",
+ method: ["PUT"],
+ body({ body }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "修改用户" + body.nickname + "成功",
+ };
+ },
+ },
+
+ // 删除用户
+ {
+ url: "users/:userId",
+ method: ["DELETE"],
+ body({ params }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "删除用户" + params.id + "成功",
+ };
+ },
+ },
+
+ // 重置密码
+ {
+ url: "users/:userId/password",
+ method: ["PATCH"],
+ body({ query }) {
+ return {
+ code: "00000",
+ data: null,
+ msg: "重置密码成功,新密码为:" + query.password,
+ };
+ },
+ },
+
+ // 导出Excel
+ {
+ url: "users/_export",
+ method: ["GET"],
+ headers: {
+ "Content-Disposition":
+ "attachment; filename=%E7%94%A8%E6%88%B7%E5%88%97%E8%A1%A8.xlsx",
+ "Content-Type":
+ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
+ },
+ },
+]);
+
+// 用户映射表数据
+const userMap: Record = {
+ 2: {
+ id: 2,
+ username: "admin",
+ nickname: "系统管理员",
+ mobile: "17621210366",
+ gender: 1,
+ avatar:
+ "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
+ email: "",
+ status: 1,
+ deptId: 1,
+ roleIds: [2],
+ },
+ 3: {
+ id: 3,
+ username: "test",
+ nickname: "测试小用户",
+ mobile: "17621210366",
+ gender: 1,
+ avatar:
+ "https://oss.youlai.tech/youlai-boot/2023/05/16/811270ef31f548af9cffc026dfc3777b.gif",
+ email: "youlaitech@163.com",
+ status: 1,
+ deptId: 3,
+ roleIds: [3],
+ },
+};
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c79d7eb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,133 @@
+{
+ "name": "在生万有货场ERP后台",
+ "version": "1.0.0",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vue-tsc --noEmit & vite build",
+ "preview": "vite preview",
+ "build-only": "vite build",
+ "type-check": "vue-tsc --noEmit",
+ "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
+ "lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"",
+ "lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix --allow-empty-input",
+ "lint:lint-staged": "lint-staged",
+ "preinstall": "npx only-allow pnpm",
+ "prepare": "husky",
+ "commit": "git-cz"
+ },
+ "config": {
+ "commitizen": {
+ "path": "node_modules/cz-git"
+ }
+ },
+ "lint-staged": {
+ "*.{js,ts}": [
+ "eslint --fix",
+ "prettier --write"
+ ],
+ "*.{cjs,json}": [
+ "prettier --write"
+ ],
+ "*.{vue,html}": [
+ "eslint --fix",
+ "prettier --write",
+ "stylelint --fix --allow-empty-input"
+ ],
+ "*.{scss,css}": [
+ "stylelint --fix --allow-empty-input",
+ "prettier --write"
+ ],
+ "*.md": [
+ "prettier --write"
+ ]
+ },
+ "dependencies": {
+ "@element-plus/icons-vue": "^2.3.1",
+ "@vueuse/core": "^10.11.0",
+ "@wangeditor/editor": "^5.1.23",
+ "@wangeditor/editor-for-vue": "5.1.10",
+ "animate.css": "^4.1.1",
+ "axios": "^1.7.2",
+ "color": "^4.2.3",
+ "echarts": "^5.5.1",
+ "element-plus": "^2.7.6",
+ "exceljs": "^4.4.0",
+ "json-bigint": "^1.0.0",
+ "lodash-es": "^4.17.21",
+ "net": "^1.0.2",
+ "nprogress": "^0.2.0",
+ "path-browserify": "^1.0.1",
+ "path-to-regexp": "^6.2.2",
+ "pinia": "^2.1.7",
+ "pinia-plugin-persistedstate": "^3.2.1",
+ "sockjs-client": "1.6.1",
+ "sortablejs": "^1.15.2",
+ "stompjs": "^2.3.3",
+ "underscore": "^1.13.7",
+ "vue": "^3.4.31",
+ "vue-i18n": "9.9.1",
+ "vue-router": "^4.4.0",
+ "vue3-license-plate": "^1.0.2",
+ "ws": "^8.18.0"
+ },
+ "devDependencies": {
+ "@commitlint/cli": "^18.6.1",
+ "@commitlint/config-conventional": "^18.6.3",
+ "@iconify-json/ep": "^1.1.15",
+ "@types/color": "^3.0.6",
+ "@types/lodash": "^4.17.6",
+ "@types/node": "^20.14.10",
+ "@types/nprogress": "^0.2.3",
+ "@types/path-browserify": "^1.0.2",
+ "@types/sockjs-client": "^1.5.4",
+ "@types/sortablejs": "^1.15.8",
+ "@types/stompjs": "^2.3.9",
+ "@types/underscore": "^1.11.15",
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
+ "@typescript-eslint/parser": "^7.15.0",
+ "@vitejs/plugin-vue": "^5.0.5",
+ "@vitejs/plugin-vue-jsx": "^3.1.0",
+ "autoprefixer": "^10.4.19",
+ "commitizen": "^4.3.0",
+ "cz-git": "^1.9.3",
+ "eslint": "^8.57.0",
+ "eslint-config-prettier": "^9.1.0",
+ "eslint-plugin-import": "^2.29.1",
+ "eslint-plugin-prettier": "^5.1.3",
+ "eslint-plugin-vue": "^9.27.0",
+ "fast-glob": "^3.3.2",
+ "husky": "^9.0.11",
+ "lint-staged": "^15.2.7",
+ "postcss": "^8.4.39",
+ "postcss-html": "^1.7.0",
+ "postcss-scss": "^4.0.9",
+ "prettier": "^3.3.2",
+ "sass": "^1.77.6",
+ "stylelint": "^16.6.1",
+ "stylelint-config-html": "^1.1.0",
+ "stylelint-config-recess-order": "^4.6.0",
+ "stylelint-config-recommended-scss": "^14.0.0",
+ "stylelint-config-recommended-vue": "^1.5.0",
+ "stylelint-config-standard": "^36.0.1",
+ "terser": "^5.31.1",
+ "typescript": "^5.5.3",
+ "unocss": "^0.58.9",
+ "unplugin-auto-import": "^0.17.6",
+ "unplugin-icons": "^0.18.5",
+ "unplugin-vue-components": "^0.26.0",
+ "vite": "^5.3.3",
+ "vite-plugin-mock-dev-server": "^1.5.1",
+ "vite-plugin-svg-icons": "^2.0.1",
+ "vite-plugin-vue-devtools": "^7.3.5",
+ "vue-tsc": "^2.0.26"
+ },
+ "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
+ "author": "有来开源组织",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.0.0"
+ },
+ "packageManager": "pnpm@9.1.3+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd"
+}
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..df36fcfb72584e00488330b560ebcf34a41c64c2
GIT binary patch
literal 4286
zcmds*O-Phc6o&64GDVCEQHxsW(p4>LW*W<827=Unuo8sGpRux(DN@jWP-e29Wl%wj
zY84_aq9}^Am9-cWTD5GGEo#+5Fi2wX_P*bo+xO!)p*7B;iKlbFd(U~_d(U?#hLj56
zPhFkj-|A6~Qk#@g^#D^U0XT1cu=c-vu1+SElX9NR;kzAUV(q0|dl0|%h|dI$%VICy
zJnu2^L*Te9JrJMGh%-P79CL0}dq92RGU6gI{v2~|)p}sG5x0U*z<8U;Ij*hB9z?ei
z@g6Xq-pDoPl=MANPiR7%172VA%r)kevtV-_5H*QJKFmd;8yA$98zCxBZYXTNZ#QFk2(TX0;Y2dt&WitL#$96|gJY=3xX
zpCoi|YNzgO3R`f@IiEeSmKrPSf#h#Qd<$%Ej^RIeeYfsxhPMOG`S`Pz8q``=511zm
zAm)MX5AV^5xIWPyEu7u>qYs?pn$I4nL9J!=K=SGlKLXpE<5x+2cDTXq?brj?n6sp=
zphe9;_JHf40^9~}9i08r{XM$7HB!`{Ys~TK0kx<}ZQng`UPvH*11|q7&l9?@FQz;8
zx!=3<4seY*%=OlbCbcae?5^V_}*K>Uo6ZWV8mTyE^B=DKy7-sdLYkR5Z?paTgK-zyIkKjIcpyO
z{+uIt&YSa_$QnN_@t~L014dyK(fOOo+W*MIxbA6Ndgr=Y!f#Tokqv}n<7-9qfHkc3
z=>a|HWqcX8fzQCT=dqVbogRq!-S>H%yA{1w#2Pn;=e>JiEj7Hl;zdt-2f+j2%DeVD
zsW0Ab)ZK@0cIW%W7z}H{&~yGhn~D;aiP4=;m-HCo`BEI+Kd6
z={Xwx{T%b6i9IjI)Ls)S{-*mq<@~R{?$}ZKjf;^k75i_}(2MXt}^SEBVg7AI@28
zo_uPg2V)_e-`2Ois=PYoe%9u*n9({PFR)OnHJPi{dNx>KxD#iCLfl2vQGDitKtN>z|-AdCN|$jTFDg0m3O`WLD4_s#$S
literal 0
HcmV?d00001
diff --git a/src/App.vue b/src/App.vue
new file mode 100644
index 0000000..b1d99d1
--- /dev/null
+++ b/src/App.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/api/auth.ts b/src/api/auth.ts
new file mode 100644
index 0000000..9918a36
--- /dev/null
+++ b/src/api/auth.ts
@@ -0,0 +1,81 @@
+import request from "@/utils/request";
+import { MenuVO } from "./menu";
+import { UserForm } from "./user";
+
+const AUTH_BASE_URL = "/api";
+
+class AuthAPI {
+ /** 登录 接口*/
+ static login(data: LoginData) {
+ return request({
+ url: `/api/user/loginPhone`,
+ method: "get",
+ params: data,
+ });
+ }
+
+ /** 注销 接口*/
+ static logout() {
+ return request({
+ url: `/api/user/logOut`,
+ method: "POST",
+ });
+ }
+
+ /** 获取验证码 接口*/
+ static getCaptcha(data: { phone: string }) {
+ return request({
+ url: `/api/user/sendMsg`,
+ method: "get",
+ params: data,
+ });
+ }
+
+ // 查询手机号绑定货场
+ static getCommonDbPhone(data: { phone: string }) {
+ return request({
+ url: `/api/db/getCommonDbPhone`,
+ method: "get",
+ params: data,
+ });
+ }
+}
+
+export default AuthAPI;
+
+/** 登录请求参数 */
+export interface LoginData {
+ /** 用户名 */
+ phone: string;
+ /** 密码 */
+ code: string;
+}
+
+/** 登录响应 */
+export interface LoginResult {
+ /** 访问token */
+ token?: string;
+ menusList?: MenuVO[];
+ roleList?: any;
+ userId?: string;
+ userInfo?: UserForm;
+ userName?: string;
+}
+
+/** 验证码响应 */
+export interface CaptchaResult {
+ /** 验证码缓存key */
+ captchaKey: string;
+ /** 验证码图片Base64字符串 */
+ captchaBase64: string;
+}
+
+// 查询手机号绑定货场相应
+export interface DbPhoneResult {
+ id: number;
+ mechanismName: string;
+ phone: string;
+ mechanismCode: string;
+ desc: string;
+ isDefault: string;
+}
diff --git a/src/api/dept.ts b/src/api/dept.ts
new file mode 100644
index 0000000..b30a21e
--- /dev/null
+++ b/src/api/dept.ts
@@ -0,0 +1,130 @@
+import request from "@/utils/request";
+
+const DEPT_BASE_URL = "/api/v1/dept";
+
+class DeptAPI {
+ /**
+ * 获取部门列表
+ *
+ * @param queryParams 查询参数(可选)
+ * @returns 部门树形表格数据
+ */
+ static getList(queryParams?: DeptQuery) {
+ return request({
+ url: `${DEPT_BASE_URL}`,
+ method: "get",
+ params: queryParams,
+ });
+ }
+
+ /** 获取部门下拉列表 */
+ static getOptions() {
+ return request({
+ url: `${DEPT_BASE_URL}/options`,
+ method: "get",
+ });
+ }
+
+ /**
+ * 获取部门表单数据
+ *
+ * @param id 部门ID
+ * @returns 部门表单数据
+ */
+ static getFormData(id: number) {
+ return request({
+ url: `${DEPT_BASE_URL}/${id}/form`,
+ method: "get",
+ });
+ }
+
+ /**
+ * 新增部门
+ *
+ * @param data 部门表单数据
+ * @returns 请求结果
+ */
+ static add(data: DeptForm) {
+ return request({
+ url: `${DEPT_BASE_URL}`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 修改部门
+ *
+ * @param id 部门ID
+ * @param data 部门表单数据
+ * @returns 请求结果
+ */
+ static update(id: number, data: DeptForm) {
+ return request({
+ url: `${DEPT_BASE_URL}/${id}`,
+ method: "put",
+ data: data,
+ });
+ }
+
+ /**
+ * 删除部门
+ *
+ * @param ids 部门ID,多个以英文逗号(,)分隔
+ * @returns 请求结果
+ */
+ static deleteByIds(ids: string) {
+ return request({
+ url: `${DEPT_BASE_URL}/${ids}`,
+ method: "delete",
+ });
+ }
+}
+
+export default DeptAPI;
+
+/** 部门查询参数 */
+export interface DeptQuery {
+ /** 搜索关键字 */
+ keywords?: string;
+ /** 状态 */
+ status?: number;
+}
+
+/** 部门类型 */
+export interface DeptVO {
+ /** 子部门 */
+ children?: DeptVO[];
+ /** 创建时间 */
+ createTime?: Date;
+ /** 部门ID */
+ id?: number;
+ /** 部门名称 */
+ name?: string;
+ /** 部门编号 */
+ code?: string;
+ /** 父部门ID */
+ parentId?: number;
+ /** 排序 */
+ sort?: number;
+ /** 状态(1:启用;0:禁用) */
+ status?: number;
+ /** 修改时间 */
+ updateTime?: Date;
+}
+
+/** 部门表单类型 */
+export interface DeptForm {
+ /** 部门ID(新增不填) */
+ id?: number;
+ /** 部门名称 */
+ name?: string;
+ /** 部门编号 */
+ code?: string;
+ /** 父部门ID */
+ parentId: number;
+ /** 排序 */
+ sort?: number;
+ /** 状态(1:启用;0:禁用) */
+ status?: number;
+}
diff --git a/src/api/dict.ts b/src/api/dict.ts
new file mode 100644
index 0000000..b951200
--- /dev/null
+++ b/src/api/dict.ts
@@ -0,0 +1,183 @@
+import request from "@/utils/request";
+
+const DICT_BASE_URL = "/api/v1/dict";
+
+class DictAPI {
+ /**
+ * 获取字典分页列表
+ *
+ * @param queryParams 查询参数
+ * @returns 字典分页结果
+ */
+ static getPage(queryParams: DictPageQuery) {
+ return request>({
+ url: `${DICT_BASE_URL}/page`,
+ method: "get",
+ params: queryParams,
+ });
+ }
+
+ /**
+ * 获取字典表单数据
+ *
+ * @param id 字典ID
+ * @returns 字典表单数据
+ */
+ static getFormData(id: number) {
+ return request>({
+ url: `${DICT_BASE_URL}/${id}/form`,
+ method: "get",
+ });
+ }
+
+ /**
+ * 新增字典
+ *
+ * @param data 字典表单数据
+ * @returns 请求结果
+ */
+ static add(data: DictForm) {
+ return request({
+ url: `${DICT_BASE_URL}`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 修改字典
+ *
+ * @param id 字典ID
+ * @param data 字典表单数据
+ * @returns 请求结果
+ */
+ static update(id: number, data: DictForm) {
+ return request({
+ url: `${DICT_BASE_URL}/${id}`,
+ method: "put",
+ data: data,
+ });
+ }
+
+ /**
+ * 删除字典
+ *
+ * @param ids 字典ID,多个以英文逗号(,)分隔
+ * @returns 请求结果
+ */
+ static deleteByIds(ids: string) {
+ return request({
+ url: `${DICT_BASE_URL}/${ids}`,
+ method: "delete",
+ });
+ }
+
+ /**
+ * 获取字典的数据项
+ *
+ * @param typeCode 字典编码
+ * @returns 字典数据项
+ */
+ static getOptions(code: string) {
+ return request({
+ url: `${DICT_BASE_URL}/${code}/options`,
+ method: "get",
+ });
+ }
+}
+
+export default DictAPI;
+
+/**
+ * 字典查询参数
+ */
+export interface DictPageQuery extends PageQuery {
+ /**
+ * 关键字(字典名称/编码)
+ */
+ keywords?: string;
+}
+
+/**
+ * 字典分页对象
+ */
+export interface DictPageVO {
+ /**
+ * 字典ID
+ */
+ id: number;
+ /**
+ * 字典名称
+ */
+ name: string;
+ /**
+ * 字典编码
+ */
+ code: string;
+ /**
+ * 字典状态(1-启用,0-禁用)
+ */
+ status: number;
+ /**
+ * 字典项列表
+ */
+ dictItems: DictItem[];
+}
+
+/**
+ * 字典项
+ */
+export interface DictItem {
+ /**
+ * 字典项ID
+ */
+ id?: number;
+ /**
+ * 字典项名称
+ */
+ name?: string;
+ /**
+ * 字典项值
+ */
+ value?: string;
+ /**
+ * 排序
+ */
+ sort?: number;
+ /**
+ * 状态(1-启用,0-禁用)
+ */
+ status?: number;
+}
+
+// TypeScript 类型声明
+
+/**
+ * 字典
+ */
+export interface DictForm {
+ /**
+ * 字典ID
+ */
+ id?: number;
+ /**
+ * 字典名称
+ */
+ name?: string;
+ /**
+ * 字典编码
+ */
+ code?: string;
+ /**
+ * 字典状态(1-启用,0-禁用)
+ */
+ status?: number;
+ /**
+ * 备注
+ */
+ remark?: string;
+ /**
+ * 字典数据项列表
+ */
+ dictItems?: DictItem[];
+}
diff --git a/src/api/file.ts b/src/api/file.ts
new file mode 100644
index 0000000..3203195
--- /dev/null
+++ b/src/api/file.ts
@@ -0,0 +1,46 @@
+import request from "@/utils/request";
+
+class FileAPI {
+ /**
+ * 上传文件
+ *
+ * @param file
+ */
+ static upload(file: File) {
+ const formData = new FormData();
+ formData.append("file", file);
+ return request({
+ url: "/api/v1/files",
+ method: "post",
+ data: formData,
+ headers: {
+ "Content-Type": "multipart/form-data",
+ },
+ });
+ }
+
+ /**
+ * 删除文件
+ *
+ * @param filePath 文件完整路径
+ */
+ static deleteByPath(filePath?: string) {
+ return request({
+ url: "/api/v1/files",
+ method: "delete",
+ params: { filePath: filePath },
+ });
+ }
+}
+
+export default FileAPI;
+
+/**
+ * 文件API类型声明
+ */
+export interface FileInfo {
+ /** 文件名 */
+ name: string;
+ /** 文件路径 */
+ url: string;
+}
diff --git a/src/api/menu.ts b/src/api/menu.ts
new file mode 100644
index 0000000..11e9dd3
--- /dev/null
+++ b/src/api/menu.ts
@@ -0,0 +1,216 @@
+import request from "@/utils/request";
+
+class MenuAPI {
+ /**
+ * 获取当前用户的路由列表
+ *
+ * 无需传入角色,后端解析token获取角色自行判断是否拥有路由的权限
+ *
+ * @returns 路由列表
+ */
+ static getRoutes() {
+ return request({
+ url: `/api/new/menus/routes`,
+ method: "get",
+ });
+ }
+
+ /**
+ * 获取菜单树形列表
+ *
+ * @param queryParams 查询参数
+ * @returns 菜单树形列表
+ */
+ static getList(queryParams: MenuQuery) {
+ return request({
+ url: `/api/new/menus/listMenus`,
+ method: "get",
+ params: queryParams,
+ });
+ }
+
+ /**
+ * 获取菜单下拉数据源
+ *
+ * @returns 菜单下拉数据源
+ */
+ static getOptions() {
+ return request({
+ url: `/api/new/menus/options`,
+ method: "get",
+ });
+ }
+
+ /**
+ * 获取菜单表单数据
+ *
+ * @param id 菜单ID
+ */
+ static getFormData(data: { id: number }) {
+ return request({
+ url: `/api/new/menus/getMenuForm`,
+ method: "get",
+ params: data,
+ });
+ }
+
+ /**
+ * 添加菜单
+ *
+ * @param data 菜单表单数据
+ * @returns 请求结果
+ */
+ static add(data: MenuForm) {
+ return request({
+ url: `/api/new/menus/addMenu`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 修改菜单
+ *
+ * @param id 菜单ID
+ * @param data 菜单表单数据
+ * @returns 请求结果
+ */
+ static update(id: string, data: MenuForm) {
+ return request({
+ url: `/api/new/menus/updateMenu`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 删除菜单
+ *
+ * @param id 菜单ID
+ * @returns 请求结果
+ */
+ static deleteById(data: { id: number }) {
+ return request({
+ url: `/api/new/menus/deleteMenu`,
+ method: "get",
+ params: data,
+ });
+ }
+
+ static updateMenuVisible(data: { menuId: number; visible: number }) {
+ return request({
+ url: `/api/new/menus/updateMenuVisible`,
+ method: "get",
+ params: data,
+ });
+ }
+}
+
+export default MenuAPI;
+
+import { MenuTypeEnum } from "@/enums/MenuTypeEnum";
+
+/** 菜单查询参数 */
+export interface MenuQuery {
+ /** 搜索关键字 */
+ name?: string;
+}
+
+/** 菜单视图对象 */
+export interface MenuVO {
+ /** 子菜单 */
+ children?: MenuVO[];
+ /** 组件路径 */
+ component?: string;
+ /** ICON */
+ icon?: string;
+ /** 菜单ID */
+ id?: number;
+ /** 菜单名称 */
+ name?: string;
+ /** 父菜单ID */
+ parentId?: number;
+ /** 按钮权限标识 */
+ perm?: string;
+ /** 跳转路径 */
+ redirect?: string;
+ /** 路由名称 */
+ routeName?: string;
+ /** 路由相对路径 */
+ routePath?: string;
+ /** 菜单排序(数字越小排名越靠前) */
+ sort?: number;
+ /** 菜单 */
+ type?: MenuTypeEnum;
+ /** 菜单是否可见(1:显示;0:隐藏) */
+ visible?: number;
+}
+
+/** 菜单表单对象 */
+export interface MenuForm {
+ /** 菜单ID */
+ id?: string;
+ /** 父菜单ID */
+ parentId?: number;
+ /** 菜单名称 */
+ name?: string;
+ /** 菜单是否可见(1-是 0-否) */
+ visible: number;
+ /** ICON */
+ icon?: string;
+ /** 排序 */
+ sort?: number;
+ /** 路由名称 */
+ routeName?: string;
+ /** 路由路径 */
+ routePath?: string;
+ /** 组件路径 */
+ component?: string;
+ /** 跳转路由路径 */
+ redirect?: string;
+ /** 菜单 */
+ type?: MenuTypeEnum;
+ /** 权限标识 */
+ perm?: string;
+ /** 【菜单】是否开启页面缓存 */
+ keepAlive?: number;
+ /** 【目录】只有一个子路由是否始终显示 */
+ alwaysShow?: number;
+ /** 参数 */
+ params?: KeyValue[];
+}
+
+interface KeyValue {
+ key: string;
+ value: string;
+}
+
+/** RouteVO,路由对象 */
+export interface RouteVO {
+ /** 子路由列表 */
+ children: RouteVO[];
+ /** 组件路径 */
+ component?: string;
+ /** 路由属性 */
+ meta?: Meta;
+ /** 路由名称 */
+ name?: string;
+ /** 路由路径 */
+ path?: string;
+ /** 跳转链接 */
+ redirect?: string;
+}
+
+/** Meta,路由属性 */
+export interface Meta {
+ /** 【目录】只有一个子路由是否始终显示 */
+ alwaysShow?: boolean;
+ /** 是否隐藏(true-是 false-否) */
+ hidden?: boolean;
+ /** ICON */
+ icon?: string;
+ /** 【菜单】是否开启页面缓存 */
+ keepAlive?: boolean;
+ /** 路由title */
+ title?: string;
+}
diff --git a/src/api/role.ts b/src/api/role.ts
new file mode 100644
index 0000000..e4e7fd5
--- /dev/null
+++ b/src/api/role.ts
@@ -0,0 +1,122 @@
+import request from "@/utils/request";
+
+class RoleAPI {
+ /** 获取角色分页数据 */
+ static getPage(queryParams?: RolePageQuery) {
+ return request>({
+ url: `/api/role/getPageRole`,
+ method: "get",
+ params: queryParams,
+ });
+ }
+
+ static getAllRole() {
+ return request({
+ url: `/api/role/getRoleList`,
+ method: "get",
+ });
+ }
+
+ /** 添加角色 */
+ static addRole(data: RoleForm) {
+ return request({
+ url: `api/role/addRole`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 更新角色
+ *
+ * @param id 角色ID
+ * @param data 角色表单数据
+ */
+ static updateRole(data: RoleForm) {
+ return request({
+ url: `/api/role/updateRole`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ static getMenuList() {
+ return request({
+ url: `/api/menus/getList`,
+ method: "get",
+ });
+ }
+
+ static queryRoleById(data: { roleId: number }) {
+ return request({
+ url: `/api/role/getMenusRole`,
+ method: "get",
+ params: data,
+ });
+ }
+}
+
+export default RoleAPI;
+
+/** 角色分页查询参数 */
+export interface RolePageQuery extends PageQuery {
+ /** 搜索关键字 */
+ roleName?: string;
+}
+
+/** 角色分页对象 */
+export interface RoleDTO {
+ createTime?: string;
+ createUserId?: number;
+ createUserName?: string;
+ id: number;
+ isDeleted?: boolean;
+ roleCode?: string;
+ roleName?: string;
+ state?: number;
+ updateTime?: string;
+ updateUserId?: number;
+ updateUserName?: string;
+}
+
+/** 角色表单对象 */
+export interface RoleForm {
+ id?: number;
+ roleName?: string;
+ list?: Menu[];
+ isDeleted?: boolean;
+}
+
+export interface Menu {
+ menusId?: number;
+ state?: number;
+}
+
+export interface MenuDTO {
+ createTime?: string;
+ createUserId?: number;
+ createUserName?: string;
+ id?: number;
+ name?: string;
+ note?: string;
+ parentId?: string;
+ permission?: string;
+ sort?: number;
+ state?: string;
+ type?: number;
+ updateTime?: string;
+ updateUserId?: number;
+ updateUserName?: string;
+ url?: string;
+}
+export interface MenuRoleDTO {
+ createTime?: string;
+ createUserId?: number;
+ id?: number;
+ menusId?: number;
+ menusName?: string;
+ roleId?: number;
+ state?: number;
+ updateTime?: string;
+ updateUserId?: number;
+}
diff --git a/src/api/user.ts b/src/api/user.ts
new file mode 100644
index 0000000..330313d
--- /dev/null
+++ b/src/api/user.ts
@@ -0,0 +1,118 @@
+import request from "@/utils/request";
+import { RoleDTO } from "./role";
+
+class UserAPI {
+ /**
+ * 获取用户分页列表
+ *
+ * @param queryParams 查询参数
+ */
+ static getPage(queryParams: PageQuery) {
+ return request>({
+ url: `/api/user/getUserPage`,
+ method: "get",
+ params: queryParams,
+ });
+ }
+
+ /**
+ * 添加用户
+ *
+ * @param data 用户表单数据
+ */
+ static add(data: UserForm) {
+ return request({
+ url: `/api/user/addUser`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 修改用户
+ *
+ * @param id 用户ID
+ * @param data 用户表单数据
+ */
+ static updateUserById(data: UserForm) {
+ return request({
+ url: `/api/user/updateUserById`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 批量删除用户,多个以英文逗号(,)分割
+ *
+ * @param ids 用户ID字符串,多个以英文逗号(,)分割
+ */
+ static updateUserByIdOffline(data: { id: number }) {
+ return request({
+ url: `/api/user/updateUserByIdOffline`,
+ method: "post",
+ data: data,
+ });
+ }
+
+ /**
+ * 获取用户信息
+ */
+
+ static getUserInfo() {
+ return request({
+ url: `/api/user/getUserInfo`,
+ method: "GET",
+ });
+ }
+}
+
+export default UserAPI;
+
+/**
+ * 用户分页查询对象
+ */
+export interface UserPageQuery extends PageQuery {
+ /** 搜索关键字 */
+ name?: string;
+ phone?: string;
+ roleId?: number;
+}
+
+/** 用户分页对象 */
+export interface UserPageVO {
+ areaId?: string;
+ cardCode?: string;
+ citiyId?: string;
+ createTime?: string;
+ createUserId?: number;
+ createUserName?: string;
+ factoryAddress?: string;
+ factoryName?: string;
+ gender?: number;
+ id: number;
+ isDeleted?: string;
+ name?: string;
+ password?: string;
+ phone?: string;
+ provinceId?: string;
+ roleVos?: RoleDTO[];
+ state?: number;
+ updateTime?: string;
+ updateUserId?: number;
+ updateUserName?: string;
+ userName?: string;
+ userType?: number;
+}
+
+/** 用户表单类型 */
+export interface UserForm {
+ userType?: number;
+ gender?: number;
+ name?: string;
+ roleName?: string;
+ roleIds?: number[];
+ phone?: string;
+ id?: number;
+ roleId?: number;
+}
diff --git a/src/assets/font_4666703_de1boqvna1d/demo.css b/src/assets/font_4666703_de1boqvna1d/demo.css
new file mode 100644
index 0000000..a67054a
--- /dev/null
+++ b/src/assets/font_4666703_de1boqvna1d/demo.css
@@ -0,0 +1,539 @@
+/* Logo 字体 */
+@font-face {
+ font-family: "iconfont logo";
+ src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
+ src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
+ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
+}
+
+.logo {
+ font-family: "iconfont logo";
+ font-size: 160px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+/* tabs */
+.nav-tabs {
+ position: relative;
+}
+
+.nav-tabs .nav-more {
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ height: 42px;
+ line-height: 42px;
+ color: #666;
+}
+
+#tabs {
+ border-bottom: 1px solid #eee;
+}
+
+#tabs li {
+ cursor: pointer;
+ width: 100px;
+ height: 40px;
+ line-height: 40px;
+ text-align: center;
+ font-size: 16px;
+ border-bottom: 2px solid transparent;
+ position: relative;
+ z-index: 1;
+ margin-bottom: -1px;
+ color: #666;
+}
+
+
+#tabs .active {
+ border-bottom-color: #f00;
+ color: #222;
+}
+
+.tab-container .content {
+ display: none;
+}
+
+/* 页面布局 */
+.main {
+ padding: 30px 100px;
+ width: 960px;
+ margin: 0 auto;
+}
+
+.main .logo {
+ color: #333;
+ text-align: left;
+ margin-bottom: 30px;
+ line-height: 1;
+ height: 110px;
+ margin-top: -50px;
+ overflow: hidden;
+ *zoom: 1;
+}
+
+.main .logo a {
+ font-size: 160px;
+ color: #333;
+}
+
+.helps {
+ margin-top: 40px;
+}
+
+.helps pre {
+ padding: 20px;
+ margin: 10px 0;
+ border: solid 1px #e7e1cd;
+ background-color: #fffdef;
+ overflow: auto;
+}
+
+.icon_lists {
+ width: 100% !important;
+ overflow: hidden;
+ *zoom: 1;
+}
+
+.icon_lists li {
+ width: 100px;
+ margin-bottom: 10px;
+ margin-right: 20px;
+ text-align: center;
+ list-style: none !important;
+ cursor: default;
+}
+
+.icon_lists li .code-name {
+ line-height: 1.2;
+}
+
+.icon_lists .icon {
+ display: block;
+ height: 100px;
+ line-height: 100px;
+ font-size: 42px;
+ margin: 10px auto;
+ color: #333;
+ -webkit-transition: font-size 0.25s linear, width 0.25s linear;
+ -moz-transition: font-size 0.25s linear, width 0.25s linear;
+ transition: font-size 0.25s linear, width 0.25s linear;
+}
+
+.icon_lists .icon:hover {
+ font-size: 100px;
+}
+
+.icon_lists .svg-icon {
+ /* 通过设置 font-size 来改变图标大小 */
+ width: 1em;
+ /* 图标和文字相邻时,垂直对齐 */
+ vertical-align: -0.15em;
+ /* 通过设置 color 来改变 SVG 的颜色/fill */
+ fill: currentColor;
+ /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
+ normalize.css 中也包含这行 */
+ overflow: hidden;
+}
+
+.icon_lists li .name,
+.icon_lists li .code-name {
+ color: #666;
+}
+
+/* markdown 样式 */
+.markdown {
+ color: #666;
+ font-size: 14px;
+ line-height: 1.8;
+}
+
+.highlight {
+ line-height: 1.5;
+}
+
+.markdown img {
+ vertical-align: middle;
+ max-width: 100%;
+}
+
+.markdown h1 {
+ color: #404040;
+ font-weight: 500;
+ line-height: 40px;
+ margin-bottom: 24px;
+}
+
+.markdown h2,
+.markdown h3,
+.markdown h4,
+.markdown h5,
+.markdown h6 {
+ color: #404040;
+ margin: 1.6em 0 0.6em 0;
+ font-weight: 500;
+ clear: both;
+}
+
+.markdown h1 {
+ font-size: 28px;
+}
+
+.markdown h2 {
+ font-size: 22px;
+}
+
+.markdown h3 {
+ font-size: 16px;
+}
+
+.markdown h4 {
+ font-size: 14px;
+}
+
+.markdown h5 {
+ font-size: 12px;
+}
+
+.markdown h6 {
+ font-size: 12px;
+}
+
+.markdown hr {
+ height: 1px;
+ border: 0;
+ background: #e9e9e9;
+ margin: 16px 0;
+ clear: both;
+}
+
+.markdown p {
+ margin: 1em 0;
+}
+
+.markdown>p,
+.markdown>blockquote,
+.markdown>.highlight,
+.markdown>ol,
+.markdown>ul {
+ width: 80%;
+}
+
+.markdown ul>li {
+ list-style: circle;
+}
+
+.markdown>ul li,
+.markdown blockquote ul>li {
+ margin-left: 20px;
+ padding-left: 4px;
+}
+
+.markdown>ul li p,
+.markdown>ol li p {
+ margin: 0.6em 0;
+}
+
+.markdown ol>li {
+ list-style: decimal;
+}
+
+.markdown>ol li,
+.markdown blockquote ol>li {
+ margin-left: 20px;
+ padding-left: 4px;
+}
+
+.markdown code {
+ margin: 0 3px;
+ padding: 0 5px;
+ background: #eee;
+ border-radius: 3px;
+}
+
+.markdown strong,
+.markdown b {
+ font-weight: 600;
+}
+
+.markdown>table {
+ border-collapse: collapse;
+ border-spacing: 0px;
+ empty-cells: show;
+ border: 1px solid #e9e9e9;
+ width: 95%;
+ margin-bottom: 24px;
+}
+
+.markdown>table th {
+ white-space: nowrap;
+ color: #333;
+ font-weight: 600;
+}
+
+.markdown>table th,
+.markdown>table td {
+ border: 1px solid #e9e9e9;
+ padding: 8px 16px;
+ text-align: left;
+}
+
+.markdown>table th {
+ background: #F7F7F7;
+}
+
+.markdown blockquote {
+ font-size: 90%;
+ color: #999;
+ border-left: 4px solid #e9e9e9;
+ padding-left: 0.8em;
+ margin: 1em 0;
+}
+
+.markdown blockquote p {
+ margin: 0;
+}
+
+.markdown .anchor {
+ opacity: 0;
+ transition: opacity 0.3s ease;
+ margin-left: 8px;
+}
+
+.markdown .waiting {
+ color: #ccc;
+}
+
+.markdown h1:hover .anchor,
+.markdown h2:hover .anchor,
+.markdown h3:hover .anchor,
+.markdown h4:hover .anchor,
+.markdown h5:hover .anchor,
+.markdown h6:hover .anchor {
+ opacity: 1;
+ display: inline-block;
+}
+
+.markdown>br,
+.markdown>p>br {
+ clear: both;
+}
+
+
+.hljs {
+ display: block;
+ background: white;
+ padding: 0.5em;
+ color: #333333;
+ overflow-x: auto;
+}
+
+.hljs-comment,
+.hljs-meta {
+ color: #969896;
+}
+
+.hljs-string,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-strong,
+.hljs-emphasis,
+.hljs-quote {
+ color: #df5000;
+}
+
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-type {
+ color: #a71d5d;
+}
+
+.hljs-literal,
+.hljs-symbol,
+.hljs-bullet,
+.hljs-attribute {
+ color: #0086b3;
+}
+
+.hljs-section,
+.hljs-name {
+ color: #63a35c;
+}
+
+.hljs-tag {
+ color: #333333;
+}
+
+.hljs-title,
+.hljs-attr,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+ color: #795da3;
+}
+
+.hljs-addition {
+ color: #55a532;
+ background-color: #eaffea;
+}
+
+.hljs-deletion {
+ color: #bd2c00;
+ background-color: #ffecec;
+}
+
+.hljs-link {
+ text-decoration: underline;
+}
+
+/* 代码高亮 */
+/* PrismJS 1.15.0
+https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
+/**
+ * prism.js default theme for JavaScript, CSS and HTML
+ * Based on dabblet (http://dabblet.com)
+ * @author Lea Verou
+ */
+code[class*="language-"],
+pre[class*="language-"] {
+ color: black;
+ background: none;
+ text-shadow: 0 1px white;
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
+ text-align: left;
+ white-space: pre;
+ word-spacing: normal;
+ word-break: normal;
+ word-wrap: normal;
+ line-height: 1.5;
+
+ -moz-tab-size: 4;
+ -o-tab-size: 4;
+ tab-size: 4;
+
+ -webkit-hyphens: none;
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ hyphens: none;
+}
+
+pre[class*="language-"]::-moz-selection,
+pre[class*="language-"] ::-moz-selection,
+code[class*="language-"]::-moz-selection,
+code[class*="language-"] ::-moz-selection {
+ text-shadow: none;
+ background: #b3d4fc;
+}
+
+pre[class*="language-"]::selection,
+pre[class*="language-"] ::selection,
+code[class*="language-"]::selection,
+code[class*="language-"] ::selection {
+ text-shadow: none;
+ background: #b3d4fc;
+}
+
+@media print {
+
+ code[class*="language-"],
+ pre[class*="language-"] {
+ text-shadow: none;
+ }
+}
+
+/* Code blocks */
+pre[class*="language-"] {
+ padding: 1em;
+ margin: .5em 0;
+ overflow: auto;
+}
+
+:not(pre)>code[class*="language-"],
+pre[class*="language-"] {
+ background: #f5f2f0;
+}
+
+/* Inline code */
+:not(pre)>code[class*="language-"] {
+ padding: .1em;
+ border-radius: .3em;
+ white-space: normal;
+}
+
+.token.comment,
+.token.prolog,
+.token.doctype,
+.token.cdata {
+ color: slategray;
+}
+
+.token.punctuation {
+ color: #999;
+}
+
+.namespace {
+ opacity: .7;
+}
+
+.token.property,
+.token.tag,
+.token.boolean,
+.token.number,
+.token.constant,
+.token.symbol,
+.token.deleted {
+ color: #905;
+}
+
+.token.selector,
+.token.attr-name,
+.token.string,
+.token.char,
+.token.builtin,
+.token.inserted {
+ color: #690;
+}
+
+.token.operator,
+.token.entity,
+.token.url,
+.language-css .token.string,
+.style .token.string {
+ color: #9a6e3a;
+ background: hsla(0, 0%, 100%, .5);
+}
+
+.token.atrule,
+.token.attr-value,
+.token.keyword {
+ color: #07a;
+}
+
+.token.function,
+.token.class-name {
+ color: #DD4A68;
+}
+
+.token.regex,
+.token.important,
+.token.variable {
+ color: #e90;
+}
+
+.token.important,
+.token.bold {
+ font-weight: bold;
+}
+
+.token.italic {
+ font-style: italic;
+}
+
+.token.entity {
+ cursor: help;
+}
diff --git a/src/assets/font_4666703_de1boqvna1d/demo_index.html b/src/assets/font_4666703_de1boqvna1d/demo_index.html
new file mode 100644
index 0000000..0a81304
--- /dev/null
+++ b/src/assets/font_4666703_de1boqvna1d/demo_index.html
@@ -0,0 +1,373 @@
+
+
+
+
+ iconfont Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unicode
+ Font class
+ Symbol
+
+
+
查看项目
+
+
+
+
+
+
+
+
+ 设置
+ 
+
+
+
+
+ 出库
+ 
+
+
+
+
+ 入库
+ 
+
+
+
+
+ 参数
+ 
+
+
+
+
+ 数据看板
+ 
+
+
+
+
+ 收货
+ 
+
+
+
+
+ 我的账本
+ 
+
+
+
+
+ 出货
+ 
+
+
+
+
+
Unicode 引用
+
+
+
Unicode 是字体在网页端最原始的应用方式,特点是:
+
+ 支持按字体的方式去动态调整图标大小,颜色等等。
+ 默认情况下不支持多色,直接添加多色图标会自动去色。
+
+
+ 注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)
+
+
Unicode 使用步骤如下:
+
第一步:拷贝项目下面生成的 @font-face
+
@font-face {
+ font-family: 'iconfont';
+ src: url('iconfont.woff2?t=1724812140996') format('woff2'),
+ url('iconfont.woff?t=1724812140996') format('woff'),
+ url('iconfont.ttf?t=1724812140996') format('truetype'),
+ url('iconfont.svg?t=1724812140996#iconfont') format('svg');
+}
+
+
第二步:定义使用 iconfont 的样式
+
.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+
第三步:挑选相应图标并获取字体编码,应用于页面
+
+<span class="iconfont">3</span>
+
+
+ "iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。
+
+
+
+
+
+
+
+
+
+ 设置
+
+ .icon-shezhi
+
+
+
+
+
+
+ 出库
+
+ .icon-chuku
+
+
+
+
+
+
+ 入库
+
+ .icon-ruku
+
+
+
+
+
+
+ 参数
+
+ .icon-canshu
+
+
+
+
+
+
+ 数据看板
+
+ .icon-shujukanban
+
+
+
+
+
+
+ 收货
+
+ .icon-shouhuo
+
+
+
+
+
+
+ 我的账本
+
+ .icon-wodezhangben
+
+
+
+
+
+
+ 出货
+
+ .icon-chuhuo
+
+
+
+
+
+
font-class 引用
+
+
+
font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。
+
与 Unicode 使用方式相比,具有如下特点:
+
+ 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
+ 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
+
+
使用步骤如下:
+
第一步:引入项目下面生成的 fontclass 代码:
+
<link rel="stylesheet" href="./iconfont.css">
+
+
第二步:挑选相应图标并获取类名,应用于页面:
+
<span class="iconfont icon-xxx"></span>
+
+
+ "
+ iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。
+
+
+
+
+
+
+
+
+
+
+ 设置
+ #icon-shezhi
+
+
+
+
+
+
+ 出库
+ #icon-chuku
+
+
+
+
+
+
+ 入库
+ #icon-ruku
+
+
+
+
+
+
+ 参数
+ #icon-canshu
+
+
+
+
+
+
+ 数据看板
+ #icon-shujukanban
+
+
+
+
+
+
+ 收货
+ #icon-shouhuo
+
+
+
+
+
+
+ 我的账本
+ #icon-wodezhangben
+
+
+
+
+
+
+ 出货
+ #icon-chuhuo
+
+
+
+
+
Symbol 引用
+
+
+
这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章
+ 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:
+
+ 支持多色图标了,不再受单色限制。
+ 通过一些技巧,支持像字体那样,通过 font-size
, color
来调整样式。
+ 兼容性较差,支持 IE9+,及现代浏览器。
+ 浏览器渲染 SVG 的性能一般,还不如 png。
+
+
使用步骤如下:
+
第一步:引入项目下面生成的 symbol 代码:
+
<script src="./iconfont.js"></script>
+
+
第二步:加入通用 CSS 代码(引入一次就行):
+
<style>
+.icon {
+ width: 1em;
+ height: 1em;
+ vertical-align: -0.15em;
+ fill: currentColor;
+ overflow: hidden;
+}
+</style>
+
+
第三步:挑选相应图标并获取类名,应用于页面:
+
<svg class="icon" aria-hidden="true">
+ <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+
+
+
+
+
+
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.css b/src/assets/font_4666703_de1boqvna1d/iconfont.css
new file mode 100644
index 0000000..2344441
--- /dev/null
+++ b/src/assets/font_4666703_de1boqvna1d/iconfont.css
@@ -0,0 +1,48 @@
+@font-face {
+ font-family: "iconfont"; /* Project id 4666703 */
+ src: url('iconfont.woff2?t=1724812140996') format('woff2'),
+ url('iconfont.woff?t=1724812140996') format('woff'),
+ url('iconfont.ttf?t=1724812140996') format('truetype'),
+ url('iconfont.svg?t=1724812140996#iconfont') format('svg');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-shezhi:before {
+ content: "\e643";
+}
+
+.icon-chuku:before {
+ content: "\e602";
+}
+
+.icon-ruku:before {
+ content: "\e606";
+}
+
+.icon-canshu:before {
+ content: "\e655";
+}
+
+.icon-shujukanban:before {
+ content: "\eb66";
+}
+
+.icon-shouhuo:before {
+ content: "\e607";
+}
+
+.icon-wodezhangben:before {
+ content: "\e629";
+}
+
+.icon-chuhuo:before {
+ content: "\e653";
+}
+
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.js b/src/assets/font_4666703_de1boqvna1d/iconfont.js
new file mode 100644
index 0000000..137ad92
--- /dev/null
+++ b/src/assets/font_4666703_de1boqvna1d/iconfont.js
@@ -0,0 +1 @@
+window._iconfont_svg_string_4666703=' ',(e=>{var c=(t=(t=document.getElementsByTagName("script"))[t.length-1]).getAttribute("data-injectcss"),t=t.getAttribute("data-disable-injectsvg");if(!t){var a,l,h,o,n,v=function(c,t){t.parentNode.insertBefore(c,t)};if(c&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}a=function(){var c,t=document.createElement("div");t.innerHTML=e._iconfont_svg_string_4666703,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(c=document.body).firstChild?v(t,c.firstChild):c.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(l=function(){document.removeEventListener("DOMContentLoaded",l,!1),a()},document.addEventListener("DOMContentLoaded",l,!1)):document.attachEvent&&(h=a,o=e.document,n=!1,s(),o.onreadystatechange=function(){"complete"==o.readyState&&(o.onreadystatechange=null,i())})}function i(){n||(n=!0,h())}function s(){try{o.documentElement.doScroll("left")}catch(c){return void setTimeout(s,50)}i()}})(window);
\ No newline at end of file
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.json b/src/assets/font_4666703_de1boqvna1d/iconfont.json
new file mode 100644
index 0000000..7a896b2
--- /dev/null
+++ b/src/assets/font_4666703_de1boqvna1d/iconfont.json
@@ -0,0 +1,65 @@
+{
+ "id": "4666703",
+ "name": "ava",
+ "font_family": "iconfont",
+ "css_prefix_text": "icon-",
+ "description": "爱梵达图标集合",
+ "glyphs": [
+ {
+ "icon_id": "1167181",
+ "name": "设置",
+ "font_class": "shezhi",
+ "unicode": "e643",
+ "unicode_decimal": 58947
+ },
+ {
+ "icon_id": "3239723",
+ "name": "出库",
+ "font_class": "chuku",
+ "unicode": "e602",
+ "unicode_decimal": 58882
+ },
+ {
+ "icon_id": "3239733",
+ "name": "入库",
+ "font_class": "ruku",
+ "unicode": "e606",
+ "unicode_decimal": 58886
+ },
+ {
+ "icon_id": "3851337",
+ "name": "参数",
+ "font_class": "canshu",
+ "unicode": "e655",
+ "unicode_decimal": 58965
+ },
+ {
+ "icon_id": "3868281",
+ "name": "数据看板",
+ "font_class": "shujukanban",
+ "unicode": "eb66",
+ "unicode_decimal": 60262
+ },
+ {
+ "icon_id": "9922131",
+ "name": "收货",
+ "font_class": "shouhuo",
+ "unicode": "e607",
+ "unicode_decimal": 58887
+ },
+ {
+ "icon_id": "10037047",
+ "name": "我的账本",
+ "font_class": "wodezhangben",
+ "unicode": "e629",
+ "unicode_decimal": 58921
+ },
+ {
+ "icon_id": "11586060",
+ "name": "出货",
+ "font_class": "chuhuo",
+ "unicode": "e653",
+ "unicode_decimal": 58963
+ }
+ ]
+}
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.svg b/src/assets/font_4666703_de1boqvna1d/iconfont.svg
new file mode 100644
index 0000000..2bed2e8
--- /dev/null
+++ b/src/assets/font_4666703_de1boqvna1d/iconfont.svg
@@ -0,0 +1,35 @@
+
+
+
+ Created by iconfont
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.ttf b/src/assets/font_4666703_de1boqvna1d/iconfont.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..34fd0e2d7fe6e71a3c250aa636e8225ae85f3833
GIT binary patch
literal 4548
zcmd@YYiwIr`TOqE_uBVfU;Fxz#Bm(kvGeGh)Xy}{qfNV&X(~3iF*Ghj}4|rgGa{*zd-oIb4$gQ
zS1(R~8h~?C;T9^7&%bc}!U%xS3!uJIE)`GrP5$r~B>OIve3=N2HvSEQU!f8&FRh)8
zk8W*|y$={(S)MDp8it?rEyAs(;@K4p!E3}15+11*mrCw$jD8nDze@crtSqmt9sKh&
z^=IBq{Ifv5^BY?ma6+)H3Zsm2)1%lFqMjKlz4wqY`cH5Qw!nM;*w1_b)^2TWJt>Ux
zpC!}*oXsW|s8!$+74|TyN-qF;Z$FH$!VruDcleIG?+3k7T&qGmG|e~lcfwd%Tqu(L
zCI?B5agitpQj01GGJXj}>h3&ug=o(?ohRjdn&iTm*_)ogaU|_TE<4U7ZDuZu$$T!GB1X0_&gHVn
z0$ELyUO@6$Vd}$@b^#-`n*oU-i~;tr-OvuhIYZy6rLx6
zxJc5Zw>iG*&K%DvO73{Zea`9_T^wz<9yKyEj5L!m&RXr`m9cibCv&_!lgZ4Kk7q7N
za$Q}y30C1B+rshDxM3->e@MTFy7!pDHq+yDNk{b|zpPjWvBPbnCq~=D)esAhFFMch1Jj2|}W@ooWfuKM8Tz4|l=L4MRgpgFvv|z6i@#gGCye7MSJ|FEO6N7_PeZ9
zXCSJdRA?LaB=A$3n(J>5I70C|6>XYFsqy8Up(sYqt)Tj9)~zURs!%a*fEAl>sHp0<
z6y@3^x2|%s)R=X69gSIC=+b)4pov46N4>+-C42qxP|Vw@dIJ8g2%j{Adf6enw4gbN
z5A0EOKIjhR!$|>kwQrUa#dC@~Z>Xw~XWnc>uh@>gTK}~Ad!&FxPO=p|hHMdLXj<9QwOygU}ws528?#(1c%$-6HRr*
zG#ulmb>+@@NcMO1$clyHv@dpfI&{3i
zbF+P_jzTh=54nT9uI_nI+_(|U8_>rV?B=;a2gzAF%nb-aFYJX$TIqmh%%ttqAMj;z
zEKpz~12keuK4l9nbSxzQs`%35-=Emt@OBU!@nn0??
zsmb$prb@ByXd-83^O^2+p0>2^sN|zvg<)efa-Q%eM)1#hzxIMd69uW~^^)4I{L1R_
z@omXufdBEF(x(2pUvkr0yN%0fUaz)!fYqGWhX2$%JlxA&?j81aUVoQS_z2b9Z#A7y
za!%8f65n}cd1HNK5+iJTw{
zMZ>AN6eWW--Lmw?7c+|4>9F^%Ck6UGps$+%#9)w4ts`&@9)f29yyUh$6iQ;+jy{C>
z9k58Z4K^qei6-q487PrxfP!y_p6Tv{Y4mLHB%Z)-x__`e&CUpxCpLrS4a*Qai|D%3
zP4^SZqZGdUoJ-eT|Et1MMK&x4tF$u?%k4Ph@EMmHKVv$Waq7Br2mGoY(CLR8n-Cfd
z5ft|G;0uR+o8S)Z#UkYo;vq5|L)UAuV276oWwTn
zQsX5&T8X{*V(i|`l`XopUdc4xXq?B#aAfmycsHZij|bk_27zULlgz#|ye*icn{r1B
z=7}C{!2-ekEm)*nO1EH%=wmHdg#oy|1v|;&3hgi`urJ31Jk^5P*UqxXY7Qqj{Z^07LH(Rg@)2OvzCnRw0P_0y4E1iyrf%h
z+DEv%wWmqC2CF2;Y)0sCO3~-{ZmAg;S-f
JL@GoB_%ECet`-0Q
literal 0
HcmV?d00001
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.woff b/src/assets/font_4666703_de1boqvna1d/iconfont.woff
new file mode 100644
index 0000000000000000000000000000000000000000..d4f58e3fb3d634710d78fe2c178f1e3c37fbfb56
GIT binary patch
literal 2840
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
literal 0
HcmV?d00001
diff --git a/src/assets/font_4666703_de1boqvna1d/iconfont.woff2 b/src/assets/font_4666703_de1boqvna1d/iconfont.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..a6168969aa116080486bb150098f177b328eecb5
GIT binary patch
literal 2280
zcmVHUcCABnuP(1Rw>3X9sv2*$%T2RTl>*H`#x6yv-UM*+$?X
z5Mo3&ERjZOh1f&OMYf&zdk`D+SJI>Z$CS=yhM4rvgZO@|?X!P(s3+CR&={gvQfYLb
zt}U6QY!W&{c-jq4nzSCANztHkaxpTKUToe*9^_FTHk*`5>!8;6$QKkGpznG2yZa4F
z1O<35cszVN-@pE)7-g6xfu^BNd_0*z;KpQNrC#sT(p)}nEPT{tNxnsowwMD-k4Dq)
z=juM9Nw2$vvRi1hwl{xM5zH$jBAJjx^*1CGI!6eJL@5yi^Xg{BfQ3_WpS{N*AWy$I
zrhPOm40D1v?0C)q0HKJuMM=KJ;Bf$g>p)l+vMUN^6
zOk%jG%`ug4)I)6q)(-NyHV_25wunfktD?Hb62qbGl2l{fJ%}^R1>f*?;i8>gObU!
z&Hhcp(S~b#&I{b|{9j`qh-mCT+0*DOnPW3}`gY<#PUOLcE!mF*_);%ueRet}&9bU%
zY96!gE_dtbH&%8}>U@m!B6uLGyV$
zc~$_2<6kGy@ooTY&pPPTmCSsI>bU|DXH9rL6G<^seJGmrPQISM+vz6^?bu@w^*B!8
z<4h3=H@IZ}*4-pNp5s%Pe|eS3tE7EG3+zZVhUEHsgAo^EN2MKgJw4lGVmJ{okw5#4
z>#_0aLHDP5`>GHu;0R_Z+?TYbXif4yp(S=W5JQxH-qS9`j!e1cdS*7Zh$fO231^>0
z0dj0iTI_`p-hMd<7IPT05bjG3_DpgKK6Jlb{tct?LPMl#n0ly6oe?jhuy1|$AA8i{dOcBRAQBI(aLafS
z|0E;+^p=1MqXFPNRtsFO3pBZQ6}Xd)U?eKp7I*)!55LxfE3P%t3~Ys#fUNvL+jF+c
z84H-MeRPu9VE+_;+9G%Jyym_X!lE=X3ZYOQKqE8vlW4dcCFLw{&zW*?(=f|yEL?`n
z;`26D1{nZ^%*AHz+xXl?7MJ(&+FX~Wyv327!cOu3_N~x2rv`{2AOny*mnInFi%jy^!{bRuf+p?5ghaN^a7&3+{bey=X
z)%89Bw89t=9Kh0Y9dzvL;MbMK-Oji71hM$Tz~aNpz1vR9L$#X2YpY6TO&oRe5s|6%
znb6QwCbIQAc)Ft4IC#db!?U$t%=btGmq|zm*aQB@k%NdFBZLl8=iB2e2XYYPD4h1W
zB@vIe199>a*c=)UnZwJLO1xUl7uslfchNf{HOrCgQ`ImTgO22B;qpb{OHo#*)lIpS
z=bmeAeqF_s&9{a2u(Fdw+j&A1n!;;;#5w`z9}26OT}bKQWA2CPyOR>14jo)+SPcn?GioK#wa)WbXDbmOk!4hrgj~K
zsi-@#H|$W)gC7xP!46kb=3cX`a%a*`o>lHQs*HMQX@!l@QP|lS@(sd-!r{g|
zT{K7ME7uBmk~yH&Ff@u1s~T028)zsz0Ud=m8bg)mFrn~oW1d4E@p-y;Uoq|j_6a8#
z{y>i87-J{B(hKrz`jBLOV2BcCsEaD#~$&UHz_e-fh?TPS3_e6=0FO^REU)3
zU0JfUJ&KX+VlP0wBwJ6w;IF?lA`Y88g@4`!;xeNb9Fd1Ch)2R<<)Bum9FQ}^ISo3H
z*ytPANCz1M9EJn5mUVi|kf9C&=JbseG)fAhf^D`_9wuY1jG}v%{h=B9?S>?1Oqfs{
zE{|qdJxziCLT*Qqb>0LK^ECD@iu}&KRMx#48131Qr7SXi{Ltj++dDp>dnyj%{KW#Z
CK}zlb
literal 0
HcmV?d00001
diff --git a/src/assets/icons/api.svg b/src/assets/icons/api.svg
new file mode 100644
index 0000000..0181bdd
--- /dev/null
+++ b/src/assets/icons/api.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/backtop.svg b/src/assets/icons/backtop.svg
new file mode 100644
index 0000000..f8e6aa0
--- /dev/null
+++ b/src/assets/icons/backtop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/captcha.svg b/src/assets/icons/captcha.svg
new file mode 100644
index 0000000..8b1da30
--- /dev/null
+++ b/src/assets/icons/captcha.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/cascader.svg b/src/assets/icons/cascader.svg
new file mode 100644
index 0000000..57209bf
--- /dev/null
+++ b/src/assets/icons/cascader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/client.svg b/src/assets/icons/client.svg
new file mode 100644
index 0000000..7373b3d
--- /dev/null
+++ b/src/assets/icons/client.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/close.svg b/src/assets/icons/close.svg
new file mode 100644
index 0000000..e99c978
--- /dev/null
+++ b/src/assets/icons/close.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/close_all.svg b/src/assets/icons/close_all.svg
new file mode 100644
index 0000000..2005198
--- /dev/null
+++ b/src/assets/icons/close_all.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/close_left.svg b/src/assets/icons/close_left.svg
new file mode 100644
index 0000000..fc5cf71
--- /dev/null
+++ b/src/assets/icons/close_left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/close_other.svg b/src/assets/icons/close_other.svg
new file mode 100644
index 0000000..27ffc32
--- /dev/null
+++ b/src/assets/icons/close_other.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/close_right.svg b/src/assets/icons/close_right.svg
new file mode 100644
index 0000000..b96dc1c
--- /dev/null
+++ b/src/assets/icons/close_right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/collapse.svg b/src/assets/icons/collapse.svg
new file mode 100644
index 0000000..1507568
--- /dev/null
+++ b/src/assets/icons/collapse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/dict.svg b/src/assets/icons/dict.svg
new file mode 100644
index 0000000..db60220
--- /dev/null
+++ b/src/assets/icons/dict.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/document.svg b/src/assets/icons/document.svg
new file mode 100644
index 0000000..aaa0574
--- /dev/null
+++ b/src/assets/icons/document.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/download.svg b/src/assets/icons/download.svg
new file mode 100644
index 0000000..a8077dc
--- /dev/null
+++ b/src/assets/icons/download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/fullscreen-exit.svg b/src/assets/icons/fullscreen-exit.svg
new file mode 100644
index 0000000..2452f2b
--- /dev/null
+++ b/src/assets/icons/fullscreen-exit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/fullscreen.svg b/src/assets/icons/fullscreen.svg
new file mode 100644
index 0000000..4b6ee11
--- /dev/null
+++ b/src/assets/icons/fullscreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/github.svg b/src/assets/icons/github.svg
new file mode 100644
index 0000000..1adfa4e
--- /dev/null
+++ b/src/assets/icons/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/homepage.svg b/src/assets/icons/homepage.svg
new file mode 100644
index 0000000..1e1feab
--- /dev/null
+++ b/src/assets/icons/homepage.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/ip.svg b/src/assets/icons/ip.svg
new file mode 100644
index 0000000..087f3bb
--- /dev/null
+++ b/src/assets/icons/ip.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/icons/language.svg b/src/assets/icons/language.svg
new file mode 100644
index 0000000..e754062
--- /dev/null
+++ b/src/assets/icons/language.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/menu.svg b/src/assets/icons/menu.svg
new file mode 100644
index 0000000..f5875d3
--- /dev/null
+++ b/src/assets/icons/menu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/message.svg b/src/assets/icons/message.svg
new file mode 100644
index 0000000..deacdc3
--- /dev/null
+++ b/src/assets/icons/message.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/icons/monitor.svg b/src/assets/icons/monitor.svg
new file mode 100644
index 0000000..f153b9c
--- /dev/null
+++ b/src/assets/icons/monitor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/project.svg b/src/assets/icons/project.svg
new file mode 100644
index 0000000..eaf6a12
--- /dev/null
+++ b/src/assets/icons/project.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/icons/pv.svg b/src/assets/icons/pv.svg
new file mode 100644
index 0000000..cd7da06
--- /dev/null
+++ b/src/assets/icons/pv.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/icons/refresh.svg b/src/assets/icons/refresh.svg
new file mode 100644
index 0000000..e598ed1
--- /dev/null
+++ b/src/assets/icons/refresh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/role.svg b/src/assets/icons/role.svg
new file mode 100644
index 0000000..5d25278
--- /dev/null
+++ b/src/assets/icons/role.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/setting.svg b/src/assets/icons/setting.svg
new file mode 100644
index 0000000..fbc4945
--- /dev/null
+++ b/src/assets/icons/setting.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/size.svg b/src/assets/icons/size.svg
new file mode 100644
index 0000000..f92f852
--- /dev/null
+++ b/src/assets/icons/size.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/system.svg b/src/assets/icons/system.svg
new file mode 100644
index 0000000..2e6045b
--- /dev/null
+++ b/src/assets/icons/system.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/table.svg b/src/assets/icons/table.svg
new file mode 100644
index 0000000..1a16abb
--- /dev/null
+++ b/src/assets/icons/table.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/todo.svg b/src/assets/icons/todo.svg
new file mode 100644
index 0000000..f48e667
--- /dev/null
+++ b/src/assets/icons/todo.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/icons/tree.svg b/src/assets/icons/tree.svg
new file mode 100644
index 0000000..51aea8f
--- /dev/null
+++ b/src/assets/icons/tree.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/icons/user.svg b/src/assets/icons/user.svg
new file mode 100644
index 0000000..8e693ec
--- /dev/null
+++ b/src/assets/icons/user.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/icons/uv.svg b/src/assets/icons/uv.svg
new file mode 100644
index 0000000..c5be7eb
--- /dev/null
+++ b/src/assets/icons/uv.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/images/401.gif b/src/assets/images/401.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4c930e72a698889a0f5666d8599652c5808cfc70
GIT binary patch
literal 162867
zcmcG!S5%Yz8pZi0gb+x85RoPzozQzPh9c5MR0LF-h*YIX6D9Nx0i^d{rS}?o?}~s*
z@4ZR0Fns5HXV#iEGj}t&dhc?x*WUa2?f*SB6-g;mDNqUMS5HlZk~0raPKJhtI#*WRs;U?E_M^T|QM?NPJOT$wa{g9>
z10!8E%w1MjR;OoXRyx1D10FOPdjsR`wnDD~0ARj=5Z(c91H9MYz(4;95ME_4N0?is
zSr(PrZnxU=jyl`TyOr*H?qA_E>{WTEV8}q$jz@~Ho&sm}PliwW`d+l}dQeC99jo&v
zk8a#(uZXRmKaiB@Q2n-l{@bo4=-1U7IE9Xfe?XwCCpHudCwm(d6&<4hL6CaFD-Nvjo^tz<5?|yzf;nzP7p+HiDbTWeKyxgO=Tn@^Kdz#
zqxdY%s^u3kszX`g_T-7r+4=Fdv9X)zpM>&V&IRm6_t#l3N^g~gD<4E7C%q3D*YtuP
zr8b_{4^Y!z3?Mc1WtNV&M=$vu#-3#gZHEP=L%3UAM}kM)KC^r{8{WtW7OaeBc_;4i
zN+ELZdBO`mh-|qLA@3}@JrZ-YK7}g^TQ(w8ovjB5wOaG3KYr|!WRF!VvINB$%=P7R
zk}Te1PvA3T!X)x9xveo+6*XAIvg$Hn66^!&uqjSy5Asu8kJK_DU>M#!ed`Zx0i!R<
z5FH3-YeZ*%0AHeSMyX3%`M>4}DfCUw19@kreUQ#f3(k_>ip$j%y6;V;k6%iyU+QPd
z3g(tBdUwA^-9Kty4YyrUgrc#|GXKjx=iNa^(H_#LH^_12-F(W82_NxTx2%4UVpvkM
z(s(&n*;H&3_u@QQ*a
zf(?y&1p*yV5f7?Pd1SJ6>COE>{*Emdo_0@~uRyzNDDoL!;0()mn_m0cr^2LNMF^o%
zW)aDXL9pnz{XUU(`^rd(^?}7+*cArc-
zpDm2&o$i_+9{*>;Hck8IpRlt*hbf9Ln
zg^};g2mCg}1hfycRnzAHK?493z=FG8D)}2Q5lAGI{%KfefT8gKR0j*e76U}~Ga%mc
zmYaMgn)G3r-+A#2B-eTc7G{9zfK1TGU4YN;KGYQ5$zm7*77e=%anu*T0UZeR%EnUW
zOWtKQ6!Ow7xhXfdEDw^5(jcs783hC4S3-tlwje>)QMUvJvAsd?X(NX2$3`X4^}yGR
z9-!GwK+E(Tf<2X|Z?DqyDLW8{IQuQ%Ue{N>GgpB#^3x@`DCoPVSQ&lVv3wH*6jbENI%L$qL1Q77+Q8o&CLUB92o?V0kw)
z6Imfa<0%`moD9ps+IG;8;JKW9+2=%~&W+mX%a8IAGpgyY9m~^!Kb+EpTf*3ohv5SV
zN>B)wk{|!0%tLc@2mRK4A;+uAM>mE!Mo$VK*nW7V4;{|C+smaJUm>D5VQZCz;+|Ay
zz-H*EZ;GlJPTmv`2c+-j$=i5Ld;&erp}n~Y3Xzud)OO09k;Q8exoSmqROK{wadrA^
zHRfvTyDpK(Gv}^p-NQ|tF$3N#$l~v0_TYTRm_lel(M6xMOp7{s8H*}#
z_bJz7%Dx&~!_>s*&xxifc;h0&!;3Fiel@j+M3mXe*&30&)pM|U2_oYg#OGR*f~p@sQ+}!ep4=-g=SSPU&UM9t%4-RUr+MBy5d7Zu
zK#%l>ZRwW~IFNGbVtkdbYWFnK6}#Ml1&9+C05Z(nQIe}4po%dgw2^P*mmvHm$7sE4
z|M`^T)b&tq&ME)EaJ>7pg}d*~o~;Iyer>-E*ee0THT);|CEEoz_OZnpelukDZAg9v
zO~U#|`&$4Az`fpcNj7~DpnAd`XwR3-e)@y*yOk95-*us(
zi6ks3Ye1gI8W&qeH;$J-`J1Odtm7i2n-Bkflb4X{7fmf?iby(Z6hQpf0MOvWh7ifY
zCoST~i|wyOb3&On)qZ77#H|tLiL`_uL^DDmwixK?kQFy31C&mcL3s=7t-IVlnIWHE
zptfrrBgOQ^`y-2sH7Nupm`T9kh86Js;mvVCM}*J^SH$z}=;@lw3|jd7jCc+YLlOgQVqxD~MCL11uXvjr-aEnuYaWXPI#<55sqv0e|o
z3bDsVaaK#nUtM(hzCI!Ax^&wpm9B_Nb0p(^4%2d##t;Z57ic_RH6%JED1F_KWs|zi
zb%y`yg>SDKj>yy+c%f%gbP0ra~aY^@CH!igv9`=Z{d@Dr%#HvD04{-^tuN
zsOJbM4-~+ZcaG3Dxd%4_J?sAP-!0Dkwx2axy9yr#-CjvKUe|Qf6a+ki^W~Qd+Wz35
zl(~|hm;mLs8vu@M@7d$0XMNOi`=fiHnb3uw?YB9XI(2`~zGJ$WzW)nca_2n_aOX1g
zjpk1UuRlAKk@zWr~R$hI)%vJ!O5$uEekLIK(8yl
zgZG!~I$^J<|9pK1Ok>A5upalYyiATn8#?CHG;lYUo9kG5OHWiic=w4n3Er!x&il9y
zpk4qmn)sZ&^7QHXz_OvkrvHvN;r-w}2f)&kOoBjYLq|aMCN27{Sc0d-^qZ@EU+FPl
zpvL#}D^HZYkN>^5YecShzFJFV_+6g(KBVxw!|6Z$#1AFm*LTmK>y^JG*8gP1lfK>m
zo$CkldWVy<0Mx4h38c?WN#Bfh|9;NEBMJYSc#t&4+Y+r!T~BQ*`SzG7KtB3F3g31MrXSOgU3TZW7N)+a-*gC@cjS+%NZ{O6n(ZC2AnpVmV(N|KS8^vweDBB_
zDGo#}Pru(lOHjE-^~Xnz^hVu{!GkH6JJ{jQzIEaOyg(&U@0p4Iw33R|T
zQH%^zgoptj>LTi8OiUe7fNZd5~Dt&BwkaI*CF)l|+xoGcS!z&nv=(kG){rQ;OIY
z;n>(GZffrDzAbw~GGZHqZy6<`O}N}VEn^**qXe*Vu8t8d6>;FPIM1`VlR7!aO|Y{X
z`$t%;CeTvQa$&-bJtf;rIy}CO4U(1
z-`OzV#UtO%T0nx?ROoYF8+*E|fq0KZfuCVPfVC%;AULom51FlKKu2Sw1`3oe{AgGh
zF9Ft)#)KCsVv|y2Ux4E1in62&Ti5lis|#Td^B67*ud-*0N<9i&UaG7_i_R3L>Jb!`
zB^5Us7FBrMtr{rgN)oLvD(;dlYMw3Dd&F05&1fVQ+I?A4^Gd%pgqO6xL~prdEa{VO
zJlJ!fpdm|1%sN}m_tUIl>F+!fVdYP4guo(qsjO1zTG6M*6N
zl_h=!vs4$%>KbkQ{3L$&`7T|7T4&iG!_uou@S?b)2*>LsjvTR`XZ1ct>>tY>Rg{tb
zsu;H<%u!?SQ=?~uSE8FhKG1cd93Ob1M4IU>jZo2bT{jGCG2Qb
z>U@$Nt{lw+-qkZp*Qq_Mb4adNsI3p%ejN>eq42nY;A>5SjhOL4L&mMfESbifr;T|U
zjVZ~do*`9S$<-k|5+%u1PdLmf;FZ)&FWsa{YHpSF&NgIMHIaU6Vn3C}e=F;Nn`#v`
zbtix7O*Z*agdV(Arsbl4K-Ur{-QxAIWlE!Pnnz-`sU>i><>hh9!qWo3Z-%3T<*QE%
zd6G@ldPKIGT4QEgk!w%jJZ;_TZAcEY!_YSWqP8pI(^lAWTh~^jAjk708;3%;3Aluh
zxVhm;&tvl6Z{R5=onq~KdhNtC;#Zo%?yGX%u^H`v0nM;_P1U*2OI*6l0Z{SwjR
z@V&>Wq}#=_*U{F~xuoaaP_Oht4FTz>p8ej(}Tti
zHt#r8(-X++RmOEzx6uy?3l6m*2zuxV`cj7Y%ZCKVhDL_KW52-@vcudu!~FKc(?ic#
zJ%$>;4D)0R^Wle=o`F|ny%#-4=5|sSeoJ&|4sJGs*M>$|1V_1bMo+^=xiUs~hDOl~
zqw9zu^(Y$>=|RzLt|_UW0Qz+R;KY0&2bi!@&2%JXvTQ=@8O~5k<+jd
zCWc`axrq?Ni7C$sv>iadJAPC$@oi`V{bxc{ZbF=NlurvR#V2w2dqD2F_?=G!3U*>j
z&j;?Nirym~P#YG}XzAD56~1rRfA!#fqD<<<9{q&$`!D=_ldGPSzjnTCHGg^X{EPm;
zm*=TpIJBl@?51XgzeMd!_4`dZrlReK``+>auJ8NYTfX{y|H{gj(@QuF#XfzLG{kbI
zb(?S+255dgA0WZ2H93!(X^k$*&OnhfBeFjJp8zVzG>M5iNT*7tWCkiYYn2+czcZOA
z2hJlMAOJKa?*#`yW*u(MtcfQ0JOfC|9|iBufEF$A{AXtX0GUkwm?IU(QV`6`&DBJsNO04=gg_Zz-h^7z6~car6se3b0~Jgy@&8@omuH1KF44<~#Mv*=
z;Ff7{AlW@D{#HV{jwM0)6`@i#IIt|229k~daT+akI4(=iEi22fV#wGO$LT-
zr8Re>HQBV~gC2T>{knJBx@DTYw>&pCZNsK?Me{FJ;K(vAZ6kC9{XSxS1PqO5+)y{#
z&~n&FC)-Sn;JQlwySBZwnVYtr`S%6{3;IO1$vwwb*t$mIv|aUjjn=*u#=PCcxUnO`
zeMqrUL&g@#xYI1Zz6k6Lq^9lpR5t4bvji-3R
z+1I?cEs9t
z1QyuLYNd}eS?3--5;flPUo>-8nTkKDF>VwM;*?ZacLlA7K73
zKqUYO0bX?g3?u^sz%@WM`3Imzs1%jQq;Qv|8r$f&
z2m&7VmADK(R!GvJtscNTj&7W&t-6tAMmcI|mEDSsB6M7YjqGB*1#CT@k~{hYhj1a>
zE#XLukQnPQa%WG4kIB!W$oRK#ilmfWS44&joHQq|R16BC2u>`k73Ly~A&;tSwL$ua
z1h#dvLJC7_dRn1m9Zkrg*1o)|$+D5LkNwjr&>zW-bGhwhT`M1<5v91zt;PK#)q>B*
zKBK2+*o!*EFYNTpB~f_<{s{zL)UbA+nIV9Hf&aUnwSr>sE3{)}kWhG!7QKuk?JIby
zD&J3|D>a(8m8&pfw&yHT^$(JUc!i|Y1l=c9#U2V0pA1c8qz-4^(|v8oMadNnMa4Bb
zsqZU%R?{rB@U|BlAIUb1RNf#_1*exA;-Ye2P_fMB=rSk2E(Nua9MGq-(b{{@k9fvY8)g
zX*%0q=nTDmzqR?|cw@5Ic(k?U*V)1HVEX;G)<3_l0qXo{TiewY07WlgA!%5QH!Rv7
z|Ij9cePhA5j15@y3nj)Z`qSjGng-CjY%B&c1)!IL*y1dgg3);eOCh|qFe6|79`tgU
z=v2^mKzyxWIYRbyBb!+8FM0*1Ol4*60@8tDNd8Zq0RXQuKmcR{zyHx06VpGSK0C9N
zck5rBv1th6mVY6krv5y1k$vWxcQ@`bM*2H9VpZr7v5teg9(TC|SQ~L_x5;*0hhHZr
zgriHhXd3t3a!FY3=rKdxeSC#ADPBH>Q$YN}BTS&4Hsl78ajsAZSx^izKHWGm*_Avk
zBVRQu<#n!iL78|IxgVmu)<4=Ww62*mF)*^Ur4yPR0T1hJfg-BnI|jhmXOOE^JLk^n6JvXDbyN0YjH!T-RKF4Awv|34j$liP
z#_n+3dMk75^83<6G$cu>WktlA&q_B&yUwz5BVc`^fHTwVvG8NF$xp_m6w&sSyvfC`
zee%dxQ=t{rvfZ_Rj^aoSJe|HF0gL!osm&hbnVOe8*Bdm)R`(`Ap)DofTxm%Npj$mya8m8mJe1+
zUlF`a4=niqzyvM+zvygZDOB*kI-@xQA>^Bg1%<;tM|Bdk`URD1eNg70!{
zuEgjtLRQ{@M6*mk>RW7ni){(c#>SZhaIGbn$62i`DZ{jeq0{xt8nIKXP4Q`&X_d-v8T`22i-=DRvFJ@NbfD$K$B}*
z6tW|~*6Ot_vbcFzdxb_>hQEuBix+dFh)qaMvxShR*dWvMM7bld{`sHK+{h9vDyX!U
z3sLDqR##h?U5se?1g(gw?#wHUgLm|&b~lFBjK;Oap~#)SL_;B;qv6fpqq^}SeJi2R
zqUqVK5cgCRJomt7K5gmDr{Qwp_lBTk9r`(5nm~?Lww_~A)(SB$+4Yex3*)l^7_JB(
zPIQFRGgHYzgtg>DeyLx%L@jno~D8
zZ<@C#)ZCvdG-UgdZ$+(oX24!xvV+U`i88E0IUjP`T2dAYwB&)KIlPnxPcRsMT1#
zIa%=V|2w(PtK+>vqhy-6D{4?P7`!pt_5|R6zjZ)(a{CE^cHQlFuxJ3&@S3QoSI-Bj
zf?o8aHM)N4%c{Fyg*kDEFcg<`*!YucDeL>l|StpD4U-esI1AjJ@-
zOj7s4nOFCfd353hZ1tlk9U2z>a1Moudp4VeC%x|?wGw?(oomg+JZ)1w!C;!^d8~Cu
zx5c$w8y+P|nppiK*M_?>AE4YD8GcmO8<{~IMH^XR;#(Wp_;%vWoR4N%ubg1j8Jl@2
z)^y;1)l38M(qAWi|G(zT@$X8Sx7b?VKJwp{^qnRqB1mw;9s}b~bL_X3PUoX$uGh~f
zii9accRkt`(iW*J=IH#&J%&%!naQj8J5=lT&zlFj(GmfAZzWxx$g9HE!jBt|;={+Scb#M1vbD
zrmgpWd6pd<(Ko6IwfAWno05LfHTGXm8(4L`^ef3TVZ(e?h#G<;J2mY
zIsWSKt&7!-%kE$Kkr;^j_i74Hap*h~F%h+)jec;7asXr}+{tZxiYEL_+6Ex)?kja)_RA0A8Qn9AW&BSkrX4I&XMJ}{}}U*{r9
z#c@GYgznp#kA{<Hw~3_2(K?GNDeq6|uH_w7j&Ur97sMt+Q{%?6jtcwoe^X
zNmd2!wAaEUgu>3B(ACRS?n!^2=2{+zt1|n`p%A<_ye2)5LrBlBQ%2v7=SXP$x%uUv
zkbmw7-c5kp&eyUjNKnFCT_q~Vn&9?}vD_x;J!P=}LLU*AFd5c$5CE08G4ST$sK6c$^D--m&4SS#GdZnk*52jkRA4(FiN(
z@I^OUD*AA&sARkIDfTgu-rSR1i4?Id@ClJRfGtO<@;7u4>J%YaNkmlKeXv~6e)d3g
z-a>X9r#{l0MDuTc28nU>#a!Z3!@9NT#}k$oq+N$PD~K131|6v{m-Oezv{44@A=tm}
z1%Xa1(|O6k5x6|E+jF?w^yniAF0xq1M$4e6*Van;QbFn#S$U26X!1f8V$0$J|9%Kz
zWLgn@iJ-W2afD$~Fb^@^)>cu86M7jE$R%a~#s@hgJG_Z1d
zt-y|HivQaJcvM$Wp?Z^W8}6`VOlYRch+U}6C4-D>gJ2LOmt1ToF@BTq}k
zsCdVANFbERa$*8Dygw&dF_UfNtpWA10C+sEy^{+Vd&6{der+y*Boy}}jXP*(AMk)=
zm;-TWcl%p_W^+)hJA`TD9rgU8Q;0&b0|p$<1UNC?3Dpt3rS$@dpERKyQ|(v0r?pR~
zbfxx_njmZlig(w~`1#e?S*x0fK%_&2(OM(ql=>CiQIu6f#IEDJF7x&=0spu~Ghr|ufzbM+-0$=?WzCGT*bB`L=^
zF@7q`IA<_@sEFNs4nfMmV~)$4c3g8>Rl!W}GG$1yx63;BxrbU+MkuN036HrB{&*0N
zlwssZz7}UTa7L`R$`Q{rr72#lH_geA&3ids2rMi8)%=xLvZwx=rsU1Vy4vywlE0UO
zogk77k*Cx9H-O)S0PHl3Kridv^fBR|5{1UAOeU;KvWf44%_7Vu_K2DMDCJrJ???qfYcI!kS-NOrM++9D{6E^oST!A4n62oAveHe`0alJ;rl3CH&jSx6rzj)mok=Bo``8y+W359Nv1^$)-HI8I(btZQ|+f**#&
zK#{VXWD|uWE{(^j>L)&YQEJ+5dHBH7p>@<&;pm6UDtIGryX@USRnGJMbl9#1=7u3b
zj#x}8!rxMn{gUtlN3{>a-%LdV+vcTfJZ#zAzs{TBH-G{#l)>CY?&INH>1qbDs3i!V4y@NBQbsiVS}i
z=?@p_)eU?p_4rwALRzfft3I{Zy-;GQWrI-sUz_?*{y?wu=kh=0|9|tqQC0yS()7p$Ghf{iIF9pJnv${qV6b-;fKSO&b?C_e$uGCv$OSIhnJ6E+|)^f*nIt9dEf^rsTtA)lISHB`tqHx}sSh)+{rFf5
z=_GYL<4$w#p)GlT%(6K5{x^~LtYYw~qId1`4?J9KCu*M0&kZLh`VF^u`H(Sg)g=(t
z1}imULFbh4tk^cw*X{05=&@uwQb1)Qny`slWmmxmwAio
zkv)N*7+b+&Ak`Koi{w1EoH;~pr?(>nouI1dEI3l27$~&%#K%)gg*l5vVAkXXu_RRO
z8;*xtD}9_ZK$P$t4z@H35C(RFz^UL3z$3k)s^lUgE5Z&Mm^l
zo!#?3SeFXsdrKs^=My_*^=FgwMbvYKd4sv{CQJHVyvkymo}o*$`CSOkVNo?C$d<9~
zUyV;H#dDEoauZt>qA4%^@(~;%+zB7&T+t!kt#pvRzD$WABV8TgMkWERveW+dDmk2l^DIp*T0L0C&6sntb
z@I@qq2&@8#cuX+V;G(8@NsgFqod67Uc>qu>gAay@9cy#nN6mWS0CwS1DF{E%*1Qo}
z6{k~S;*ThBU<8E;I?@ucg$1^`AGjUel8v+N11{yW9BF)wLIa0LZ#iOyN%o@_2hCRo
zju~&??r`+tM5bmD-`fTOWB$Ah_e!-xy?-)`D(T`GAGlHndr5bW|711ZHwC%B+#hn8
zGEMn(!b*wXRRKWL3=&^dlb@z`QG;?oDfL
zn@Y~U)-fVjGsmX6U(w@~e6TI%Zbl6^;=VC85_=qDB^jdw52cCgk~5@y~JoS`0^xhXrK3Q0GjLtuc~Kt7}1|O
z!Gzkxyi{Rb0G_3t{%tvARYv)eQUXgQlX|AKj)uhnU0bpnT*sHU4DS!ccCFTfnkk+FKs4E8RTq8gTpaJl+pu0Ch?s+97
zWCB7s<*TE1`!H5?HnU5R%8kA^o)2i!s7FPyj1kO!cFhV5i~0notK-B(lPuH^b?yp}
z97eKX7+R@nL;cyAp0fn8uyCsNs~a9gCk*9qNc8t>dmP1NAac?7)CP2ujy@J>=5jyj
zAJA(&ihXg;$opzDfa4%C&NpY3I3u4xEkHN!J`A`m;C}b{b^Zt*uCkK{gN;~32LL
z((*AWqztKYcV-_Ll2qsPD8J$+4w;B+bPoIJS*ZC+eKKkGBu{d<@H&4c(}Y!X*JQ1v
z2~GU7=zbQc%2~ty7b&FwoHYML%AbEC#f0_Wlcs2~70UDP!%r4lBqGSZkE!0RFX#HC
zX@w#0tthTK69TkNse{OnmtC
zU(*v-67#-@RlTdk>Y&Qhf!H2py5F#>_#stxn_1h$s95bM6r|#p{eu|!OtN6`r{1ye
zV!5AQLr;in9_a)q6;H4*J(#J?H~e%I79&zpoc)6?DVII={!C3?n9Fc375`X;DO+=m
zO)M~}{{?@}(cjr=-p$SH9G9(A$Zmz~RC)
zM}j@3^efmlML`HDFpx11`z?hwAe2z9SM*?Gv&VdU%2s1Pro4fwu@E@mt6?*iBJsaAPD3-PsoblXqL=D+~k-s4V9s3
z$o#0LID?5T5$gAer{a)I3)Pqf@?u#K8{bgoy5$_nLXK)L$Q&zY*uq@23kjk<;!Ng}
zW%*~;BbF&hvQX|&l4V%P9Fuo~s_526EUB_#r=J#N=4Dxa>*Z|BG
z!B-ZY&sCiC_}#p%8M=skVKza4wS9ET%K!Jth#6ozx8
z;nuyDDA<|`un%`H>LOUYmQOpCX<-dalUo=x!da>)+1`P)-GzX5}6gh{D1;YM7$9GVD^8>OF*0kiziJR1QBMwY@zj-);Og_aGNlehxcpEylLm#Vz@7t+?VJ_G9e)=rh>CinV@}0R
z+&|sEh?D7>pTNU9g(xcnA~h8`E6)4-+$$p0Y39i8ZT9mU9YPaI*tm(LG!&+UBkNMW
z@YrGc)y1*FeIe{@yVHKpxB3%=k!wtkHwU5RsL)Ycj<3p8Dlf@&V>Hn8;w`G0R$JrA
zoEVN2faT$0>xY@kUw5!(pZ0ljf)bD%@k@}cV
zKt=qEoje8Vfw2JTlT2iIfikE1c!=SDB88Tq=z##sjp}UEp;wIE{VJ^I3pr@5Lh}FX
z=|Oaz6Tkj1r^j_p2>vf8$`vqV_snVhkk6X_$q8w#GUJts0>iSbpu_%a^d(E3t7c970&AzeRrj~^xHlUb^D=q4}-ItkFTW%l3W`_{`7ixQ1>7Ux*vj#j871i_cVsb
zU7sE-QSVdJvkD@TbB(>c3(H;jqir0J74)ZVYvR8j-48yJ^1
zi*XB?n3fpw?P;5t=av8B^L1g3(`>jKKDWL{Qx(zEwZF%|{Qdmrw8z%e&M*9Kqxp~m
z{>>rduuQ@*p`80FjY`u!!K^NGO5&}iAfD`NkZbC0YmP8ieZ)$96)Q{2%PtYhdza2l
z6=k9M5sKiJbrFdNSstbR+_A(Pmr0fdgg6=u<>~4WKUN>R5RC;vRld*==zrk`C26(0
zkp2|mN%*we!~aKpq;OXAWwPV@P{+~nLbXlBmnP8~{nZ}vN9qqzmL|n1BY&k3wmxR}
z-D$HOzvr%S^{a=g;d#T4P%l!NtmPM_s=LPX-dWG3TrO;V&3O9XeXI1QK4&9e5g7VI
zlS+Sqbl~g_Cl&f5$6VjJ14n1P$nBNi4JeYS{2N7S3=sgLvqnM!M1Sx6V5u-2{f4#q
z=w$2b_Bp?g+;4$ScFhIt4tcoV#*Z^XFYfbvMeIKDboUjZBuzczdsfK;CVI#K6EiU=
z1h?p?ZmSRWRmV)<4%B)i>EkTn24f7?Owdoi%@SwN9LifC1PT!=C}0j(+dzXOL{yQi
z?y{vOFG%DEus=wMsT$^@IP`%Wgj$3SdpHVXwfgajG_fO$*TUW8hT_y%PRxo`gD*s5
zt&cs@taifU-5ayQJW|^|``pwI!-<_~rgQy@X&S1*93&3h71(%b8V}1P1{VcT0vm@1
zL1uK)0v4Cm<$Zm#?xTz7-*+7RO@}%uxd?j&*5dPOwq_PY6$siW_v{%fTrG-
z_5^pixJe$~AYdvUXe~}FFQ+aCrv%_{&qp0Zz>)wy;q$rO?u)SCNeBb1`&)0DMPXu2)g0=Sh
zOumH*Xjo0!_=45&e7-Z{G<+ltR*-|r?=lel8LLaSBBpAsnn8V`9KeMxwp%i2fS&~}
zi7iLc>)>a@Un#k>hImajpuKF8;a5vwXiEbVV^xsQ4_%2x*X?o0A}o6}6pOu-MCbr>9DR&Q9|H-%Yybe3^n8g6WSuI^o$Bt>D3U97yRltWPA@i>ubHi39G
z<(FAPu^u~YWFIa%AIxPW3=LV(r564NecjLDko1-ua!5K(sZ->T{@VW^^mP!HFT1Wb
z>M?tqc0QCZe`XMwU=S1i+s}*;I_B#`calL!3i@~Qpapmt02t8sU*9+RA95=C2RW7h
zck+rp_+rHam
z
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