From 34371ded9dbb12ed90bf464cbcafab7e14e8199a Mon Sep 17 00:00:00 2001 From: Coffee-crocodile <1147347984@qq.com> Date: Mon, 27 Mar 2023 17:40:49 +0800 Subject: [PATCH] =?UTF-8?q?style(project):=20=E9=A1=B9=E7=9B=AE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=A3=8E=E6=A0=BC=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 14 - .eslintrc.js | 125 +-- .vscode/settings.json | 16 +- build/config/index.ts | 2 +- build/config/proxy.ts | 28 +- build/index.ts | 4 +- build/plugins/compress.ts | 8 +- build/plugins/index.ts | 31 +- build/plugins/mock.ts | 9 +- build/plugins/unplugin.ts | 14 +- build/plugins/visualizer.ts | 4 +- build/plugins/vue.ts | 8 +- commitlint.config.js | 2 +- mock/index.ts | 6 +- mock/module/index.ts | 4 +- mock/module/list.ts | 18 +- mock/module/user.ts | 967 +++++++++-------- mock/utils.ts | 10 +- package.json | 172 ++-- src/App.vue | 31 +- src/components/common/DarkModeSwitch.vue | 10 +- src/components/common/ErrorTip.vue | 22 +- src/components/common/NaiveProvider.vue | 50 +- src/components/common/appLoading.vue | 348 +++---- src/components/custom/EIcon.vue | 30 +- src/components/custom/IconSelect/icons.ts | 2 +- src/components/custom/IconSelect/index.vue | 36 +- src/components/custom/Pagination.vue | 44 +- src/components/custom/QRCode.vue | 20 +- src/components/custom/SvgIcon.vue | 38 +- src/config/env.ts | 38 +- src/config/index.ts | 8 +- src/config/sdk.ts | 6 +- src/config/service.ts | 64 +- src/config/system.ts | 6 +- src/constants/business.ts | 4 +- src/constants/index.ts | 2 +- src/directive/index.ts | 4 +- src/directive/permission.ts | 22 +- src/hooks/index.ts | 12 +- src/hooks/useAppRouter.ts | 36 +- src/hooks/useBoolean.ts | 14 +- src/hooks/useClipBoard.ts | 20 +- src/hooks/useEcharts.ts | 219 ++-- src/hooks/useLoading.ts | 10 +- src/hooks/useSystem.ts | 76 +- src/layouts/BasicLayout/index.vue | 60 +- src/layouts/components/common/BackTop.vue | 4 +- .../components/common/HeaderButton.vue | 22 +- src/layouts/components/common/NoticeList.vue | 39 +- src/layouts/components/common/Watermark.vue | 18 +- src/layouts/components/header/Breadcrumb.vue | 28 +- .../components/header/CollapaseButton.vue | 14 +- src/layouts/components/header/DarkMode.vue | 8 +- src/layouts/components/header/FullScreen.vue | 12 +- src/layouts/components/header/Github.vue | 14 +- src/layouts/components/header/Notices.vue | 74 +- src/layouts/components/header/Reload.vue | 34 +- src/layouts/components/header/Search.vue | 14 +- src/layouts/components/header/Setting.vue | 24 +- src/layouts/components/header/UserCenter.vue | 85 +- src/layouts/components/index.ts | 62 +- src/layouts/components/sider/Logo.vue | 17 +- src/layouts/components/sider/Menu.vue | 17 +- src/layouts/components/tab/TabBar.vue | 194 ++-- src/layouts/index.ts | 4 +- src/main.ts | 52 +- src/plugins/assets.ts | 6 +- src/plugins/index.ts | 4 +- src/router/guard/dynamic.ts | 137 +-- src/router/guard/index.ts | 65 +- src/router/guard/permission.ts | 30 +- src/router/index.ts | 22 +- src/router/modules/dashboard.ts | 2 +- src/router/modules/index.ts | 6 +- src/router/modules/test.ts | 2 +- src/router/routes/index.ts | 8 +- src/service/api/login.ts | 16 +- src/service/api/mock.ts | 4 +- src/service/api/test.ts | 25 +- src/service/http/handle.ts | 176 ++-- src/service/http/index.ts | 12 +- src/service/http/instance.ts | 162 ++- src/service/http/request.ts | 198 ++-- src/service/http/utils.ts | 78 +- src/service/index.ts | 6 +- src/store/index.ts | 14 +- src/store/modules/app.ts | 258 ++--- src/store/modules/auth.ts | 211 ++-- src/store/modules/index.ts | 8 +- src/store/modules/route.ts | 356 ++++--- src/store/modules/tab.ts | 100 +- src/utils/crypto.ts | 38 +- src/utils/icon.ts | 12 +- src/utils/index.ts | 6 +- src/utils/is.ts | 72 +- src/utils/storage.ts | 153 +-- src/views/about/index.vue | 8 +- src/views/dashboard/monitor/index.vue | 66 +- src/views/dashboard/workbench/index.vue | 12 +- src/views/docments/vite/index.vue | 6 +- src/views/docments/vue/index.vue | 6 +- src/views/error/403/index.vue | 4 +- src/views/error/404/index.vue | 4 +- src/views/error/500/index.vue | 4 +- src/views/list/cardList/index.vue | 130 +-- .../list/commonList/components/TableModal.vue | 152 +-- src/views/list/commonList/index.vue | 354 +++---- src/views/login/components/Login/index.vue | 127 +-- src/views/login/components/Register/index.vue | 71 +- src/views/login/components/ResetPwd/index.vue | 45 +- src/views/login/components/index.ts | 2 +- src/views/login/index.vue | 76 +- src/views/permission/justSuper/index.vue | 10 +- src/views/permission/permission/index.vue | 22 +- src/views/plugin/QRCode/index.vue | 26 +- src/views/plugin/charts/antV/index.vue | 4 +- src/views/plugin/charts/echarts/index.vue | 968 +++++++++--------- src/views/plugin/clipboard/index.vue | 20 +- src/views/plugin/editor/md/index.vue | 20 +- src/views/plugin/editor/rich/index.vue | 75 +- src/views/plugin/icons/index.vue | 10 +- src/views/plugin/map/components/AMap.vue | 36 +- src/views/plugin/map/components/BMap.vue | 37 +- src/views/plugin/map/index.vue | 43 +- src/views/setting/account/index.vue | 4 +- src/views/setting/dictionary/index.vue | 4 +- src/views/setting/menu/index.vue | 4 +- src/views/setting/system/index.vue | 4 +- src/views/test/test1/index.vue | 182 ++-- src/views/test/test2/detail/index.vue | 10 +- src/views/test/test2/index.vue | 10 +- src/views/test/test3/test4/index.vue | 12 +- src/views/userCenter/index.vue | 88 +- tsconfig.json | 48 +- unocss.config.ts | 8 +- vercel.json | 2 +- vite.config.ts | 81 +- 138 files changed, 4192 insertions(+), 4200 deletions(-) delete mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 067a33a..0000000 --- a/.eslintignore +++ /dev/null @@ -1,14 +0,0 @@ -*.sh -node_modules -lib -*.md -*.woff -*.ttf -.vscode -.idea -/dist/ -/public -/docs -.vscode -.local -components.d.ts diff --git a/.eslintrc.js b/.eslintrc.js index a088add..aab5586 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,64 +1,65 @@ module.exports = { - //https://eslint.org/docs/latest/ - root: true, - // 环境变量 https://eslint.org/docs/latest/user-guide/configuring/language-options#specifying-environments - env: { - browser: true, //浏览器全局变量。 - node: true, // Node.js 全局变量和 Node.js 范围。 - es2021: true, // 所有的ECMAScript6的特性除了模块 - }, - // 全局变量 - globals: {}, - // 指定解析器与解析器配置 - parser: 'vue-eslint-parser', - parserOptions: { - ecmaVersion: 12, - parser: '@typescript-eslint/parser', - sourceType: 'module', - }, - // 想要Linting规则的插件 https://eslint.org/docs/latest/user-guide/configuring/plugins - plugins: ['vue', '@typescript-eslint'], - // 指定扩展的配置,配置支持递归扩展,支持规则的覆盖和聚合。 - extends: [ - 'eslint:recommended', - 'plugin:vue/vue3-recommended', - '@vue/eslint-config-typescript/recommended', - '@vue/typescript/recommended', - ], - overrides: [ - { - files: ['*.vue'], - parser: 'vue-eslint-parser', - parserOptions: { - parser: '@typescript-eslint/parser' - }, - rules: { - 'no-undef': 'off' + extends: '@antfu', + // //https://eslint.org/docs/latest/ + // root: true, + // // 环境变量 https://eslint.org/docs/latest/user-guide/configuring/language-options#specifying-environments + // env: { + // browser: true, //浏览器全局变量。 + // node: true, // Node.js 全局变量和 Node.js 范围。 + // es2021: true, // 所有的ECMAScript6的特性除了模块 + // }, + // // 全局变量 + // globals: {}, + // // 指定解析器与解析器配置 + // parser: 'vue-eslint-parser', + // parserOptions: { + // ecmaVersion: 12, + // parser: '@typescript-eslint/parser', + // sourceType: 'module', + // }, + // // 想要Linting规则的插件 https://eslint.org/docs/latest/user-guide/configuring/plugins + // plugins: ['vue', '@typescript-eslint'], + // // 指定扩展的配置,配置支持递归扩展,支持规则的覆盖和聚合。 + // extends: [ + // 'eslint:recommended', + // 'plugin:vue/vue3-recommended', + // '@vue/eslint-config-typescript/recommended', + // '@vue/typescript/recommended', + // ], + // overrides: [ + // { + // files: ['*.vue'], + // parser: 'vue-eslint-parser', + // parserOptions: { + // parser: '@typescript-eslint/parser' + // }, + // rules: { + // 'no-undef': 'off' - } - }, - { - files: ['*.html'], - rules: { - 'vue/comment-directive': 'off' - } - } - ], - rules: { - // TSESLint docs https://typescript-eslint.io/rules/ - 'no-var': 'error', // 禁止使用var - 'no-unused-vars': 'off', // 允许声明不使用的值 - 'no-console': 'off', // 允许出现console - 'no-debugger': 'off', // 关闭debugger警告 - 'vue/multi-word-component-names': 0, // 关闭文件名多单词 - // 'import/no-unresolved': ['error', { ignore: ['~icons/*'] }], - "@typescript-eslint/no-explicit-any": ["off"], // 允许使用any - "@typescript-eslint/no-empty-function": 'off', // 允许空函数 - '@typescript-eslint/no-empty-interface': [ - 'error', - { - allowSingleExtends: true - } - ], - }, -}; + // } + // }, + // { + // files: ['*.html'], + // rules: { + // 'vue/comment-directive': 'off' + // } + // } + // ], + // rules: { + // // TSESLint docs https://typescript-eslint.io/rules/ + // 'no-var': 'error', // 禁止使用var + // 'no-unused-vars': 'off', // 允许声明不使用的值 + // 'no-console': 'off', // 允许出现console + // 'no-debugger': 'off', // 关闭debugger警告 + // 'vue/multi-word-component-names': 0, // 关闭文件名多单词 + // // 'import/no-unresolved': ['error', { ignore: ['~icons/*'] }], + // "@typescript-eslint/no-explicit-any": ["off"], // 允许使用any + // "@typescript-eslint/no-empty-function": 'off', // 允许空函数 + // '@typescript-eslint/no-empty-interface': [ + // 'error', + // { + // allowSingleExtends: true + // } + // ], + // }, +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 471de3b..0b8e851 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,10 @@ { - "editor.tabSize": 2, - "editor.formatOnSave": false, - "eslint.format.enable": false, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, - "eslint.validate": ["typescript", "javascript", "vue", "html"], - "eslint.options": { "configFile": ".eslintrc.js" }, + "editor.tabSize": 2, + "editor.formatOnSave": false, + "eslint.format.enable": false, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "eslint.validate": ["typescript", "javascript", "vue", "html"], + "eslint.options": { "configFile": ".eslintrc.js" } } diff --git a/build/config/index.ts b/build/config/index.ts index 9bcd868..e739ac8 100644 --- a/build/config/index.ts +++ b/build/config/index.ts @@ -1 +1 @@ -export * from './proxy'; +export * from './proxy' diff --git a/build/config/proxy.ts b/build/config/proxy.ts index 3c85b8b..0c3b6d7 100644 --- a/build/config/proxy.ts +++ b/build/config/proxy.ts @@ -1,21 +1,21 @@ -import type { ProxyOptions } from 'vite'; +import type { ProxyOptions } from 'vite' /** * @description: 生成vite代理字段 * @param {*} env - 环境变量配置 */ export function createViteProxy(envConfig: ServiceEnvConfig) { - const proxy: Record = { - [envConfig.urlPattern]: { - target: envConfig.url, - changeOrigin: true, - rewrite: (path) => path.replace(new RegExp(`^${envConfig.urlPattern}`), ''), - }, - [envConfig.secondUrlPattern]: { - target: envConfig.secondUrl, - changeOrigin: true, - rewrite: (path) => path.replace(new RegExp(`^${envConfig.secondUrlPattern}`), ''), - }, - }; + const proxy: Record = { + [envConfig.urlPattern]: { + target: envConfig.url, + changeOrigin: true, + rewrite: path => path.replace(new RegExp(`^${envConfig.urlPattern}`), ''), + }, + [envConfig.secondUrlPattern]: { + target: envConfig.secondUrl, + changeOrigin: true, + rewrite: path => path.replace(new RegExp(`^${envConfig.secondUrlPattern}`), ''), + }, + } - return proxy; + return proxy } diff --git a/build/index.ts b/build/index.ts index 51251f6..f9ea6e7 100644 --- a/build/index.ts +++ b/build/index.ts @@ -1,2 +1,2 @@ -export * from './config'; -export * from './plugins'; \ No newline at end of file +export * from './config' +export * from './plugins' diff --git a/build/plugins/compress.ts b/build/plugins/compress.ts index 6a659a7..fcb7b33 100644 --- a/build/plugins/compress.ts +++ b/build/plugins/compress.ts @@ -1,9 +1,9 @@ -import viteCompression from 'vite-plugin-compression'; //https://github.com/vbenjs/vite-plugin-compression/blob/main/README.zh_CN.md +import viteCompression from 'vite-plugin-compression' // https://github.com/vbenjs/vite-plugin-compression/blob/main/README.zh_CN.md export default (env: ImportMetaEnv) => { // 默认使用gzip压缩 - const { VITE_COMPRESS_TYPE = 'gzip' } = env; + const { VITE_COMPRESS_TYPE = 'gzip' } = env return viteCompression({ algorithm: VITE_COMPRESS_TYPE, // 压缩算法 - }); -}; + }) +} diff --git a/build/plugins/index.ts b/build/plugins/index.ts index 6b66a8c..bd949be 100644 --- a/build/plugins/index.ts +++ b/build/plugins/index.ts @@ -1,10 +1,11 @@ -import type { PluginOption } from 'vite'; -import vue from './vue'; -import compress from './compress'; -import unocss from '@unocss/vite'; -import visualizer from './visualizer'; -import unplugin from './unplugin'; -import mock from './mock'; +import type { PluginOption } from 'vite' +import unocss from '@unocss/vite' +import vueSetupExtend from 'vite-plugin-vue-setup-extend' +import vue from './vue' +import compress from './compress' +import visualizer from './visualizer' +import unplugin from './unplugin' +import mock from './mock' /** * @description: 设置vite插件配置 @@ -12,14 +13,14 @@ import mock from './mock'; * @return {*} */ export function setVitePlugins(env: ImportMetaEnv) { - const plugins = [...vue, unocss(), ...unplugin, mock]; + const plugins = [...vue, unocss(), ...unplugin, mock, vueSetupExtend()] // 是否压缩 - if (env.VITE_COMPRESS_OPEN) { - plugins.push(compress(env)); - } + if (env.VITE_COMPRESS_OPEN) + plugins.push(compress(env)) + // 是否依赖分析 - if (env.VITE_VISUALIZER) { - plugins.push(visualizer as PluginOption); - } - return plugins; + if (env.VITE_VISUALIZER) + plugins.push(visualizer as PluginOption) + + return plugins } diff --git a/build/plugins/mock.ts b/build/plugins/mock.ts index 92947cc..bd94741 100644 --- a/build/plugins/mock.ts +++ b/build/plugins/mock.ts @@ -1,9 +1,6 @@ -import { viteMockServe } from 'vite-plugin-mock'; // https://github.com/vbenjs/vite-plugin-mock/blob/main/README.zh_CN.md +import { viteMockServe } from 'vite-plugin-mock' // https://github.com/vbenjs/vite-plugin-mock/blob/main/README.zh_CN.md export default viteMockServe({ mockPath: 'mock', - injectCode: ` - import { setupMockServer } from '../mock'; - setupMockServer(); - `, -}); + injectCode: 'import { setupMockServer } from \'../mock\';setupMockServer();', +}) diff --git a/build/plugins/unplugin.ts b/build/plugins/unplugin.ts index f7d83e9..2dc998a 100644 --- a/build/plugins/unplugin.ts +++ b/build/plugins/unplugin.ts @@ -1,9 +1,9 @@ -import Components from 'unplugin-vue-components/vite'; -import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'; -import Icons from 'unplugin-icons/vite'; // https://github.com/antfu/unplugin-icons -import IconsResolver from 'unplugin-icons/resolver'; -import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'; // https://github.com/vbenjs/vite-plugin-svg-icons/blob/main/README.zh_CN.md -import path from 'path'; +import path from 'node:path' +import Components from 'unplugin-vue-components/vite' +import { NaiveUiResolver } from 'unplugin-vue-components/resolvers' +import Icons from 'unplugin-icons/vite' // https://github.com/antfu/unplugin-icons +import IconsResolver from 'unplugin-icons/resolver' +import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' // https://github.com/vbenjs/vite-plugin-svg-icons/blob/main/README.zh_CN.md export default [ Components({ @@ -23,4 +23,4 @@ export default [ // inject: 'body-last', // customDomId: '__svg__icons__dom__', }), -]; +] diff --git a/build/plugins/visualizer.ts b/build/plugins/visualizer.ts index eea8649..b606ad8 100644 --- a/build/plugins/visualizer.ts +++ b/build/plugins/visualizer.ts @@ -1,6 +1,6 @@ -import { visualizer } from 'rollup-plugin-visualizer'; // https://github.com/btd/rollup-plugin-visualizer +import { visualizer } from 'rollup-plugin-visualizer' // https://github.com/btd/rollup-plugin-visualizer export default visualizer({ gzipSize: true, brotliSize: true, open: true, -}); +}) diff --git a/build/plugins/vue.ts b/build/plugins/vue.ts index b558134..ca19af0 100644 --- a/build/plugins/vue.ts +++ b/build/plugins/vue.ts @@ -1,6 +1,6 @@ -import vue from '@vitejs/plugin-vue'; -import vueJsx from '@vitejs/plugin-vue-jsx'; // https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx +import vue from '@vitejs/plugin-vue' +import vueJsx from '@vitejs/plugin-vue-jsx' // https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx -const plugins = [vue(), vueJsx()]; +const plugins = [vue(), vueJsx()] -export default plugins; +export default plugins diff --git a/commitlint.config.js b/commitlint.config.js index 422b194..4fedde6 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1 +1 @@ -module.exports = { extends: ['@commitlint/config-conventional'] }; +module.exports = { extends: ['@commitlint/config-conventional'] } diff --git a/mock/index.ts b/mock/index.ts index c64c9d1..82b67d5 100644 --- a/mock/index.ts +++ b/mock/index.ts @@ -1,6 +1,6 @@ -import { createProdMockServer } from 'vite-plugin-mock/es/createProdMockServer'; -import api from './module'; +import { createProdMockServer } from 'vite-plugin-mock/es/createProdMockServer' +import api from './module' export function setupMockServer() { - createProdMockServer(api); + createProdMockServer(api) } diff --git a/mock/module/index.ts b/mock/module/index.ts index 7ed1734..332bebb 100644 --- a/mock/module/index.ts +++ b/mock/module/index.ts @@ -1,3 +1,3 @@ -import user from './user'; +import user from './user' -export default [...user]; +export default [...user] diff --git a/mock/module/list.ts b/mock/module/list.ts index 33a44d1..ec75d8b 100644 --- a/mock/module/list.ts +++ b/mock/module/list.ts @@ -1,20 +1,20 @@ -import { mock } from 'mockjs'; -import { resultSuccess } from '../utils'; +import { mock } from 'mockjs' +import { resultSuccess } from '../utils' const userList = mock({ 'list|20': [ { - id: '@id', - name: '@cname', + 'id': '@id', + 'name': '@cname', 'age|20-36': 36, 'gender|1': ['0', '1', null], - email: '@email("qq.com")', - address: '@county(true) ', + 'email': '@email("qq.com")', + 'address': '@county(true)', 'role|1': ['super', 'admin', 'user'], 'disabled|1': true, }, ], -}); +}) export default [ { @@ -22,7 +22,7 @@ export default [ timeout: 1000, method: 'get', response: () => { - return resultSuccess(userList.list); + return resultSuccess(userList.list) }, }, -]; +] diff --git a/mock/module/user.ts b/mock/module/user.ts index a6df3b5..d433829 100644 --- a/mock/module/user.ts +++ b/mock/module/user.ts @@ -1,494 +1,493 @@ -import Mock from 'mockjs'; -import { resultSuccess, resultFailed } from '../utils'; +import Mock from 'mockjs' +import { resultFailed, resultSuccess } from '../utils' -const Random = Mock.Random; +const Random = Mock.Random -const token = () => Random.string('upper', 32, 32); +const token = () => Random.string('upper', 32, 32) const userData = [ - { - userId: 1, - userName: 'super', - password: '123456', - nickName: '超级管理员大人', - avatar: 'https://z3.ax1x.com/2021/10/29/5jnWgf.jpg', - role: 'super', - }, - { - userId: 2, - userName: 'admin', - password: '123456', - nickName: '管理员大人', - avatar: 'https://z3.ax1x.com/2021/10/29/5jnWgf.jpg', - role: 'admin', - }, - { - userId: 3, - userName: 'user', - password: '123456', - nickName: '用户大人', - avatar: 'https://z3.ax1x.com/2021/10/29/5jnWgf.jpg', - role: 'user', - }, -]; + { + userId: 1, + userName: 'super', + password: '123456', + nickName: '超级管理员大人', + avatar: 'https://z3.ax1x.com/2021/10/29/5jnWgf.jpg', + role: 'super', + }, + { + userId: 2, + userName: 'admin', + password: '123456', + nickName: '管理员大人', + avatar: 'https://z3.ax1x.com/2021/10/29/5jnWgf.jpg', + role: 'admin', + }, + { + userId: 3, + userName: 'user', + password: '123456', + nickName: '用户大人', + avatar: 'https://z3.ax1x.com/2021/10/29/5jnWgf.jpg', + role: 'user', + }, +] const userRoutes = [ - { - name: 'dashboard', - path: '/dashboard', - meta: { - title: '仪表盘', - requiresAuth: true, - icon: 'icon-park-outline:analysis', - }, - children: [ - { - name: 'dashboard_workbench', - path: '/dashboard/workbench', - meta: { - title: '工作台', - requiresAuth: true, - icon: 'icon-park-outline:alarm', - }, - }, - { - name: 'dashboard_monitor', - path: '/dashboard/monitor', - meta: { - title: '监控页', - requiresAuth: true, - icon: 'icon-park-outline:anchor', - }, - }, - ], - }, - { - name: 'test', - path: '/test', - meta: { - title: '多级菜单演示', - requiresAuth: true, - icon: 'icon-park-outline:list', - }, - children: [ - { - name: 'test1', - path: '/test/test1', - meta: { - title: '接口功能测试', - requiresAuth: true, - icon: 'icon-park-outline:list', - }, - }, - { - name: 'test2', - path: '/test/test2', - meta: { - title: '多级菜单子页', - requiresAuth: true, - icon: 'icon-park-outline:list', - }, - children: [ - { - name: 'test2_detail', - path: '/test/test2/detail', - meta: { - title: '多级菜单的详情页', - requiresAuth: true, - icon: 'icon-park-outline:list', - hide: true, - activeMenu: '/test/test2', - }, - }, - ], - }, - { - name: 'test3', - path: '/test/test3', - meta: { - title: '多级菜单', - requiresAuth: true, - icon: 'icon-park-outline:list', - }, - children: [ - { - name: 'test4', - path: '/test/test3/test4', - meta: { - title: '多级菜单3-1', - requiresAuth: true, - icon: 'icon-park-outline:list', - }, - }, - ], - }, - ], - }, - { - name: 'list', - path: '/list', - meta: { - title: '列表页', - requiresAuth: true, - icon: 'icon-park-outline:list-two', - }, - children: [ - { - name: 'list_commonList', - path: '/list/commonList', - meta: { - title: '常用列表', - requiresAuth: true, - icon: 'icon-park-outline:list-view', - }, - }, - { - name: 'list_cardList', - path: '/list/cardList', - meta: { - title: '卡片列表', - requiresAuth: true, - icon: 'icon-park-outline:view-grid-list', - }, - }, - ], - }, - { - name: 'plugin', - path: '/plugin', - meta: { - title: '组件示例', - requiresAuth: true, - icon: 'icon-park-outline:application-one', - }, - children: [ - { - name: 'plugin_charts', - path: '/plugin/charts', - meta: { - title: '图表', - requiresAuth: true, - icon: 'icon-park-outline:chart-line', - }, - children: [ - { - name: 'plugin_echarts', - path: '/plugin/charts/echarts', - meta: { - title: 'ECharts', - requiresAuth: true, - icon: 'icon-park-outline:chart-proportion', - }, - }, - { - name: 'plugin_antV', - path: '/plugin/charts/antV', - meta: { - title: 'antV', - requiresAuth: true, - icon: 'ant-design:ant-design-outlined', - }, - }, - ], - }, - { - name: 'plugin_map', - path: '/plugin/map', - meta: { - title: '地图', - requiresAuth: true, - icon: 'carbon:map', - keepAlive: true, - }, - }, - { - name: 'plugin_editor', - path: '/plugin/editor', - meta: { - title: '编辑器', - requiresAuth: true, - icon: 'icon-park-outline:editor', - }, - children: [ - { - name: 'plugin_md', - path: '/plugin/editor/md', - meta: { - title: 'MarkDown', - requiresAuth: true, - icon: 'ri:markdown-line', - }, - }, - { - name: 'plugin_rich', - path: '/plugin/editor/rich', - meta: { - title: '富文本', - requiresAuth: true, - icon: 'icon-park-outline:edit-one', - }, - }, - ], - }, - { - name: 'plugin_clipboard', - path: '/plugin/clipboard', - meta: { - title: '剪贴板', - requiresAuth: true, - icon: 'icon-park-outline:clipboard', - }, - }, - { - name: 'plugin_icons', - path: '/plugin/icons', - meta: { - title: '图标', - requiresAuth: true, - icon: 'icon-park-outline:winking-face-with-open-eyes', - }, - }, - { - name: 'plugin_QRCode', - path: '/plugin/QRCode', - meta: { - title: '二维码', - requiresAuth: true, - icon: 'icon-park-outline:two-dimensional-code', - }, - }, - ], - }, - { - name: 'docments', - path: '/docments', - meta: { - title: '外链文档', - requiresAuth: true, - icon: 'icon-park-outline:file-doc', - }, - children: [ - { - name: 'docments_vue', - path: '/docments/vue', - meta: { - title: 'vue', - requiresAuth: true, - icon: 'logos:vue', - }, - }, - { - name: 'docments_vite', - path: '/docments/vite', - meta: { - title: 'vite', - requiresAuth: true, - icon: 'logos:vitejs', - }, - }, - { - name: 'docments_vueuse', - path: '/docments/vueuse', - meta: { - title: 'VueUse(外链)', - requiresAuth: true, - icon: 'logos:vueuse', - herf: 'https://vueuse.org/guide/', - }, - }, - ], - }, - { - name: 'permission', - path: '/permission', - meta: { - title: '权限示例', - requiresAuth: true, - icon: 'icon-park-outline:people-safe', - }, - children: [ - { - name: 'permission_permission', - path: '/permission/permission', - meta: { - title: '权限示例', - requiresAuth: true, - icon: 'icon-park-outline:right-user', - }, - }, - { - name: 'permission_justSuper', - path: '/permission/justSuper', - meta: { - title: '超管super可见', - requiresAuth: true, - roles: ['super'], - icon: 'icon-park-outline:wrong-user', - }, - }, - ], - }, - { - name: 'error', - path: '/error', - meta: { - title: '异常页', - requiresAuth: true, - icon: 'icon-park-outline:error-computer', - }, - children: [ - { - name: '403', - path: '/error/403', - meta: { - title: '403页', - requiresAuth: true, - icon: 'carbon:error', - order: 3, - }, - }, - { - name: '404', - path: '/error/404', - meta: { - title: '404页', - requiresAuth: true, - icon: 'icon-park-outline:error', - order: 2, - }, - }, - { - name: '500', - path: '/error/500', - meta: { - title: '500页', - requiresAuth: true, - icon: 'carbon:data-error', - order: 1, - }, - }, - ], - }, - { - name: 'setting', - path: '/setting', - meta: { - title: '系统设置', - requiresAuth: true, - icon: 'icon-park-outline:setting', - }, - children: [ - { - name: 'setting_account', - path: '/setting/account', - meta: { - title: '用户设置', - requiresAuth: true, - icon: 'icon-park-outline:every-user', - }, - }, - { - name: 'setting_dictionary', - path: '/setting/dictionary', - meta: { - title: '字典设置', - requiresAuth: true, - icon: 'icon-park-outline:book-one', - }, - }, - { - name: 'setting_menu', - path: '/setting/menu', - meta: { - title: '菜单设置', - requiresAuth: true, - icon: 'icon-park-outline:application-menu', - }, - }, - { - name: 'setting_system', - path: '/setting/system', - meta: { - title: '系统配置', - requiresAuth: true, - icon: 'icon-park-outline:coordinate-system', - }, - }, - ], - }, - { - name: 'userCenter', - path: '/userCenter', - meta: { - title: '个人中心', - requiresAuth: true, - icon: 'carbon:user-avatar-filled-alt', - }, - }, - { - name: 'about', - path: '/about', - meta: { - title: '关于', - requiresAuth: true, - icon: 'icon-park-outline:info', - }, - }, -]; + { + name: 'dashboard', + path: '/dashboard', + meta: { + title: '仪表盘', + requiresAuth: true, + icon: 'icon-park-outline:analysis', + }, + children: [ + { + name: 'dashboard_workbench', + path: '/dashboard/workbench', + meta: { + title: '工作台', + requiresAuth: true, + icon: 'icon-park-outline:alarm', + }, + }, + { + name: 'dashboard_monitor', + path: '/dashboard/monitor', + meta: { + title: '监控页', + requiresAuth: true, + icon: 'icon-park-outline:anchor', + }, + }, + ], + }, + { + name: 'test', + path: '/test', + meta: { + title: '多级菜单演示', + requiresAuth: true, + icon: 'icon-park-outline:list', + }, + children: [ + { + name: 'test1', + path: '/test/test1', + meta: { + title: '接口功能测试', + requiresAuth: true, + icon: 'icon-park-outline:list', + }, + }, + { + name: 'test2', + path: '/test/test2', + meta: { + title: '多级菜单子页', + requiresAuth: true, + icon: 'icon-park-outline:list', + }, + children: [ + { + name: 'test2_detail', + path: '/test/test2/detail', + meta: { + title: '多级菜单的详情页', + requiresAuth: true, + icon: 'icon-park-outline:list', + hide: true, + activeMenu: '/test/test2', + }, + }, + ], + }, + { + name: 'test3', + path: '/test/test3', + meta: { + title: '多级菜单', + requiresAuth: true, + icon: 'icon-park-outline:list', + }, + children: [ + { + name: 'test4', + path: '/test/test3/test4', + meta: { + title: '多级菜单3-1', + requiresAuth: true, + icon: 'icon-park-outline:list', + }, + }, + ], + }, + ], + }, + { + name: 'list', + path: '/list', + meta: { + title: '列表页', + requiresAuth: true, + icon: 'icon-park-outline:list-two', + }, + children: [ + { + name: 'list_commonList', + path: '/list/commonList', + meta: { + title: '常用列表', + requiresAuth: true, + icon: 'icon-park-outline:list-view', + }, + }, + { + name: 'list_cardList', + path: '/list/cardList', + meta: { + title: '卡片列表', + requiresAuth: true, + icon: 'icon-park-outline:view-grid-list', + }, + }, + ], + }, + { + name: 'plugin', + path: '/plugin', + meta: { + title: '组件示例', + requiresAuth: true, + icon: 'icon-park-outline:application-one', + }, + children: [ + { + name: 'plugin_charts', + path: '/plugin/charts', + meta: { + title: '图表', + requiresAuth: true, + icon: 'icon-park-outline:chart-line', + }, + children: [ + { + name: 'plugin_echarts', + path: '/plugin/charts/echarts', + meta: { + title: 'ECharts', + requiresAuth: true, + icon: 'icon-park-outline:chart-proportion', + }, + }, + { + name: 'plugin_antV', + path: '/plugin/charts/antV', + meta: { + title: 'antV', + requiresAuth: true, + icon: 'ant-design:ant-design-outlined', + }, + }, + ], + }, + { + name: 'plugin_map', + path: '/plugin/map', + meta: { + title: '地图', + requiresAuth: true, + icon: 'carbon:map', + keepAlive: true, + }, + }, + { + name: 'plugin_editor', + path: '/plugin/editor', + meta: { + title: '编辑器', + requiresAuth: true, + icon: 'icon-park-outline:editor', + }, + children: [ + { + name: 'plugin_md', + path: '/plugin/editor/md', + meta: { + title: 'MarkDown', + requiresAuth: true, + icon: 'ri:markdown-line', + }, + }, + { + name: 'plugin_rich', + path: '/plugin/editor/rich', + meta: { + title: '富文本', + requiresAuth: true, + icon: 'icon-park-outline:edit-one', + }, + }, + ], + }, + { + name: 'plugin_clipboard', + path: '/plugin/clipboard', + meta: { + title: '剪贴板', + requiresAuth: true, + icon: 'icon-park-outline:clipboard', + }, + }, + { + name: 'plugin_icons', + path: '/plugin/icons', + meta: { + title: '图标', + requiresAuth: true, + icon: 'icon-park-outline:winking-face-with-open-eyes', + }, + }, + { + name: 'plugin_QRCode', + path: '/plugin/QRCode', + meta: { + title: '二维码', + requiresAuth: true, + icon: 'icon-park-outline:two-dimensional-code', + }, + }, + ], + }, + { + name: 'docments', + path: '/docments', + meta: { + title: '外链文档', + requiresAuth: true, + icon: 'icon-park-outline:file-doc', + }, + children: [ + { + name: 'docments_vue', + path: '/docments/vue', + meta: { + title: 'vue', + requiresAuth: true, + icon: 'logos:vue', + }, + }, + { + name: 'docments_vite', + path: '/docments/vite', + meta: { + title: 'vite', + requiresAuth: true, + icon: 'logos:vitejs', + }, + }, + { + name: 'docments_vueuse', + path: '/docments/vueuse', + meta: { + title: 'VueUse(外链)', + requiresAuth: true, + icon: 'logos:vueuse', + herf: 'https://vueuse.org/guide/', + }, + }, + ], + }, + { + name: 'permission', + path: '/permission', + meta: { + title: '权限示例', + requiresAuth: true, + icon: 'icon-park-outline:people-safe', + }, + children: [ + { + name: 'permission_permission', + path: '/permission/permission', + meta: { + title: '权限示例', + requiresAuth: true, + icon: 'icon-park-outline:right-user', + }, + }, + { + name: 'permission_justSuper', + path: '/permission/justSuper', + meta: { + title: '超管super可见', + requiresAuth: true, + roles: ['super'], + icon: 'icon-park-outline:wrong-user', + }, + }, + ], + }, + { + name: 'error', + path: '/error', + meta: { + title: '异常页', + requiresAuth: true, + icon: 'icon-park-outline:error-computer', + }, + children: [ + { + name: '403', + path: '/error/403', + meta: { + title: '403页', + requiresAuth: true, + icon: 'carbon:error', + order: 3, + }, + }, + { + name: '404', + path: '/error/404', + meta: { + title: '404页', + requiresAuth: true, + icon: 'icon-park-outline:error', + order: 2, + }, + }, + { + name: '500', + path: '/error/500', + meta: { + title: '500页', + requiresAuth: true, + icon: 'carbon:data-error', + order: 1, + }, + }, + ], + }, + { + name: 'setting', + path: '/setting', + meta: { + title: '系统设置', + requiresAuth: true, + icon: 'icon-park-outline:setting', + }, + children: [ + { + name: 'setting_account', + path: '/setting/account', + meta: { + title: '用户设置', + requiresAuth: true, + icon: 'icon-park-outline:every-user', + }, + }, + { + name: 'setting_dictionary', + path: '/setting/dictionary', + meta: { + title: '字典设置', + requiresAuth: true, + icon: 'icon-park-outline:book-one', + }, + }, + { + name: 'setting_menu', + path: '/setting/menu', + meta: { + title: '菜单设置', + requiresAuth: true, + icon: 'icon-park-outline:application-menu', + }, + }, + { + name: 'setting_system', + path: '/setting/system', + meta: { + title: '系统配置', + requiresAuth: true, + icon: 'icon-park-outline:coordinate-system', + }, + }, + ], + }, + { + name: 'userCenter', + path: '/userCenter', + meta: { + title: '个人中心', + requiresAuth: true, + icon: 'carbon:user-avatar-filled-alt', + }, + }, + { + name: 'about', + path: '/about', + meta: { + title: '关于', + requiresAuth: true, + icon: 'icon-park-outline:info', + }, + }, +] export default [ - { - url: '/mock/login', - method: 'post', - response: (options: any) => { - const { userName = undefined, password = undefined } = options.body; + { + url: '/mock/login', + method: 'post', + response: (options: any) => { + const { userName = undefined, password = undefined } = options.body - if (!userName || !password) { - return resultFailed(null, '账号密码不全'); - } + if (!userName || !password) + return resultFailed(null, '账号密码不全') - const userInfo = userData.find((item) => item.userName === userName && item.password === password); + const userInfo = userData.find(item => item.userName === userName && item.password === password) - if (userInfo) { - return { - code: 200, - message: 'ok', - data: { - userId: userInfo.userId, - token: token(), - refreshToken: token(), - }, - }; - } - return resultFailed(null, '账号密码错误'); - }, - }, - { - url: '/mock/updateToken', - method: 'post', - response: () => { - return resultSuccess({ token: token(), refreshToken: token() }); - }, - }, - { - url: '/mock/getUserInfo', - method: 'get', - response: (options: any) => { - const { userId = undefined } = options.query; - if (!userId) { - return resultFailed(null, '未传入用户id!'); - } - const userInfo = userData.find((item) => item.userId == userId); - if (userInfo) { - return resultSuccess(userInfo); - } - return resultFailed(null, '未找到用户信息,请检查提交参数'); - }, - }, - { - url: '/mock/getUserRoutes', - method: 'post', - response: () => { - return resultSuccess(userRoutes); - }, - }, -]; + if (userInfo) { + return { + code: 200, + message: 'ok', + data: { + userId: userInfo.userId, + token: token(), + refreshToken: token(), + }, + } + } + return resultFailed(null, '账号密码错误') + }, + }, + { + url: '/mock/updateToken', + method: 'post', + response: () => { + return resultSuccess({ token: token(), refreshToken: token() }) + }, + }, + { + url: '/mock/getUserInfo', + method: 'get', + response: (options: any) => { + const { userId = undefined } = options.query + if (!userId) + return resultFailed(null, '未传入用户id!') + + const userInfo = userData.find(item => item.userId === userId) + if (userInfo) + return resultSuccess(userInfo) + + return resultFailed(null, '未找到用户信息,请检查提交参数') + }, + }, + { + url: '/mock/getUserRoutes', + method: 'post', + response: () => { + return resultSuccess(userRoutes) + }, + }, +] diff --git a/mock/utils.ts b/mock/utils.ts index 174e22b..db3c3c5 100644 --- a/mock/utils.ts +++ b/mock/utils.ts @@ -1,16 +1,16 @@ -import Mock from 'mockjs'; +import Mock from 'mockjs' -export function resultSuccess(data: any, msg?:string ) { +export function resultSuccess(data: any, msg?: string) { return Mock.mock({ code: 200, data, msg: msg || 'success', - }); + }) } -export function resultFailed(data: any, msg?: string ) { +export function resultFailed(data: any, msg?: string) { return Mock.mock({ code: 500, data, msg: msg || 'failed', - }); + }) } diff --git a/package.json b/package.json index ea7d0a9..95e4061 100644 --- a/package.json +++ b/package.json @@ -1,87 +1,89 @@ { - "name": "ench-admin", - "private": true, - "version": "0.0.1", - "description": "", - "author": "iam-see (https://github.com/iam-see/)", - "license": "MIT", - "homepage": "https://github.com/iam-see/Ench-admin", - "keywords": [ - "Vue", - "Vue3", - "admin" - ], - "scripts": { - "dev": "vite", - "dev:test": "vite --mode test", - "dev:prod": "vite --mode production", - "build": "vue-tsc --noEmit && vite build", - "preview": "vite preview", - "lint": "eslint . --fix", - "prepare": "husky install", - "commit": "cz", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" - }, - "config": { - "commitizen": { - "path": "./node_modules/cz-customizable" - } - }, - "lint-staged": { - "*.{vue,js,jsx,ts,tsx,json}": "eslint --fix" - }, - "dependencies": { - "@vueuse/core": "^9.13.0", - "@wangeditor/editor": "^5.1.23", - "@wangeditor/editor-for-vue": "^5.1.12", - "axios": "^1.3.4", - "crypto-js": "^4.1.1", - "echarts": "^5.4.1", - "md-editor-v3": "^2.9.3", - "pinia": "^2.0.33", - "pinia-plugin-persist": "^1.0.0", - "qs": "^6.11.1", - "vue": "^3.2.47", - "vue-qr": "^4.0.9", - "vue-router": "^4.1.6" - }, - "devDependencies": { - "@commitlint/cli": "^17.4.1", - "@commitlint/config-conventional": "^17.4.0", - "@iconify-json/icon-park-outline": "^1.1.9", - "@iconify/vue": "^4.0.2", - "@types/crypto-js": "^4.1.1", - "@types/mockjs": "^1.0.7", - "@types/node": "^18.15.3", - "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^5.55.0", - "@typescript-eslint/parser": "^5.55.0", - "@unocss/preset-attributify": "^0.50.4", - "@unocss/preset-uno": "^0.50.4", - "@unocss/vite": "^0.50.4", - "@vitejs/plugin-vue": "^4.0.0", - "@vitejs/plugin-vue-jsx": "^3.0.0", - "@vue/eslint-config-typescript": "^11.0.2", - "commitizen": "^4.2.6", - "cz-conventional-changelog": "^3.3.0", - "cz-customizable": "^7.0.0", - "eslint": "^8.31.0", - "eslint-import-resolver-alias": "^1.1.2", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-vue": "^9.9.0", - "husky": "^8.0.3", - "less": "^4.1.3", - "lint-staged": "^13.1.0", - "mockjs": "^1.1.0", - "naive-ui": "^2.34.3", - "rollup-plugin-visualizer": "^5.9.0", - "typescript": "^5.0.2", - "unplugin-icons": "^0.15.3", - "unplugin-vue-components": "^0.24.1", - "vite": "^4.2.1", - "vite-plugin-compression": "^0.5.1", - "vite-plugin-mock": "^2.9.6", - "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^1.2.0" - } + "name": "ench-admin", + "version": "0.0.1", + "private": true, + "description": "", + "author": "iam-see (https://github.com/iam-see/)", + "license": "MIT", + "homepage": "https://github.com/iam-see/Ench-admin", + "keywords": [ + "Vue", + "Vue3", + "admin" + ], + "scripts": { + "dev": "vite", + "dev:test": "vite --mode test", + "dev:prod": "vite --mode production", + "build": "vue-tsc --noEmit && vite build", + "preview": "vite preview", + "lint": "eslint . --fix", + "prepare": "husky install", + "commit": "cz", + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-customizable" + } + }, + "dependencies": { + "@vueuse/core": "^9.13.0", + "@wangeditor/editor": "^5.1.23", + "@wangeditor/editor-for-vue": "^5.1.12", + "axios": "^1.3.4", + "crypto-js": "^4.1.1", + "echarts": "^5.4.1", + "md-editor-v3": "^2.9.3", + "pinia": "^2.0.33", + "pinia-plugin-persist": "^1.0.0", + "qs": "^6.11.1", + "vue": "^3.2.47", + "vue-qr": "^4.0.9", + "vue-router": "^4.1.6" + }, + "devDependencies": { + "@antfu/eslint-config": "^0.37.0", + "@commitlint/cli": "^17.4.1", + "@commitlint/config-conventional": "^17.4.0", + "@iconify-json/icon-park-outline": "^1.1.9", + "@iconify/vue": "^4.0.2", + "@types/crypto-js": "^4.1.1", + "@types/mockjs": "^1.0.7", + "@types/node": "^18.15.3", + "@types/qs": "^6.9.7", + "@typescript-eslint/eslint-plugin": "^5.55.0", + "@typescript-eslint/parser": "^5.55.0", + "@unocss/preset-attributify": "^0.50.4", + "@unocss/preset-uno": "^0.50.4", + "@unocss/vite": "^0.50.4", + "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue-jsx": "^3.0.0", + "@vue/eslint-config-typescript": "^11.0.2", + "commitizen": "^4.2.6", + "cz-conventional-changelog": "^3.3.0", + "cz-customizable": "^7.0.0", + "eslint": "^8.36.0", + "eslint-import-resolver-alias": "^1.1.2", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-vue": "^9.9.0", + "husky": "^8.0.3", + "less": "^4.1.3", + "lint-staged": "^13.1.0", + "mockjs": "^1.1.0", + "naive-ui": "^2.34.3", + "rollup-plugin-visualizer": "^5.9.0", + "typescript": "^5.0.2", + "unplugin-icons": "^0.15.3", + "unplugin-vue-components": "^0.24.1", + "vite": "^4.2.1", + "vite-plugin-compression": "^0.5.1", + "vite-plugin-mock": "^2.9.6", + "vite-plugin-svg-icons": "^2.0.1", + "vite-plugin-vue-setup-extend": "^0.4.0", + "vue-tsc": "^1.2.0" + }, + "lint-staged": { + "*.{vue,js,jsx,ts,tsx,json}": "eslint --fix" + } } diff --git a/src/App.vue b/src/App.vue index 691f60c..0a7b4e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +1,19 @@ + + - - diff --git a/src/components/common/DarkModeSwitch.vue b/src/components/common/DarkModeSwitch.vue index 0337b5a..b494876 100644 --- a/src/components/common/DarkModeSwitch.vue +++ b/src/components/common/DarkModeSwitch.vue @@ -1,3 +1,8 @@ + + - - diff --git a/src/components/common/ErrorTip.vue b/src/components/common/ErrorTip.vue index 25de154..b39a85c 100644 --- a/src/components/common/ErrorTip.vue +++ b/src/components/common/ErrorTip.vue @@ -1,3 +1,14 @@ + + - - diff --git a/src/components/common/NaiveProvider.vue b/src/components/common/NaiveProvider.vue index 4cb3681..6dcd223 100644 --- a/src/components/common/NaiveProvider.vue +++ b/src/components/common/NaiveProvider.vue @@ -1,37 +1,37 @@ + + - - diff --git a/src/components/common/appLoading.vue b/src/components/common/appLoading.vue index 278448f..155ab2f 100644 --- a/src/components/common/appLoading.vue +++ b/src/components/common/appLoading.vue @@ -1,3 +1,8 @@ + + - - diff --git a/src/components/custom/EIcon.vue b/src/components/custom/EIcon.vue index ff7bbb9..f3aee98 100644 --- a/src/components/custom/EIcon.vue +++ b/src/components/custom/EIcon.vue @@ -1,3 +1,18 @@ + + - - diff --git a/src/components/custom/IconSelect/icons.ts b/src/components/custom/IconSelect/icons.ts index 50c2291..546b1c8 100644 --- a/src/components/custom/IconSelect/icons.ts +++ b/src/components/custom/IconSelect/icons.ts @@ -32,4 +32,4 @@ export const icons: string[] = [ 'ic:baseline-filter-8', 'ic:baseline-filter-9', 'ic:baseline-filter-9-plus', -]; +] diff --git a/src/components/custom/IconSelect/index.vue b/src/components/custom/IconSelect/index.vue index 574f752..5f8cd6e 100644 --- a/src/components/custom/IconSelect/index.vue +++ b/src/components/custom/IconSelect/index.vue @@ -1,8 +1,26 @@ + + - - diff --git a/src/layouts/components/common/Watermark.vue b/src/layouts/components/common/Watermark.vue index ad885ac..f021831 100644 --- a/src/layouts/components/common/Watermark.vue +++ b/src/layouts/components/common/Watermark.vue @@ -1,3 +1,12 @@ + + - - diff --git a/src/layouts/components/header/Breadcrumb.vue b/src/layouts/components/header/Breadcrumb.vue index 8023b43..867c7a3 100644 --- a/src/layouts/components/header/Breadcrumb.vue +++ b/src/layouts/components/header/Breadcrumb.vue @@ -1,3 +1,17 @@ + + - - diff --git a/src/layouts/components/header/CollapaseButton.vue b/src/layouts/components/header/CollapaseButton.vue index d32d935..a18b68b 100644 --- a/src/layouts/components/header/CollapaseButton.vue +++ b/src/layouts/components/header/CollapaseButton.vue @@ -1,3 +1,10 @@ + +