From 83c084b3e60d8c4b73e0c48b62eccc92093df5e1 Mon Sep 17 00:00:00 2001 From: shaowenhao <3121640096@qq.com> Date: Wed, 22 Nov 2023 11:44:22 +0800 Subject: [PATCH] 11 --- .editorconfig | 1 + .env.development | 1 + .env.production | 1 + .env.staging | 1 + .eslintignore | 2 +- .eslintrc.js | 1 + .gitignore | 1 + README.md | 2 +- babel.config.js | 2 +- build/index.js | 1 + public/html/ie.html | 1 + public/index.html | 1 + public/robots.txt | 2 +- src/App.vue | 1 + src/api/login.js | 1 + src/api/menu.js | 2 +- src/api/monitor/job.js | 2 +- src/api/monitor/jobLog.js | 1 + src/api/monitor/online.js | 1 + src/api/system/config.js | 1 + src/api/system/dept.js | 2 +- src/api/system/dict/data.js | 1 + src/api/system/dict/type.js | 2 +- src/api/system/logininfor.js | 1 + src/api/system/menu.js | 2 +- src/api/system/notice.js | 2 +- src/api/system/operlog.js | 1 + src/api/system/post.js | 1 + src/api/system/role.js | 1 + src/api/system/user.js | 1 + src/api/tool/gen.js | 1 + src/assets/icons/index.js | 1 + src/assets/icons/svg/404.svg | 1 + src/assets/icons/svg/bug.svg | 1 + src/assets/icons/svg/build.svg | 1 + src/assets/icons/svg/button.svg | 1 + src/assets/icons/svg/cascader.svg | 1 + src/assets/icons/svg/chart.svg | 1 + src/assets/icons/svg/checkbox.svg | 1 + src/assets/icons/svg/client.svg | 1 + src/assets/icons/svg/clipboard.svg | 1 + src/assets/icons/svg/code.svg | 1 + src/assets/icons/svg/color.svg | 1 + src/assets/icons/svg/component.svg | 1 + src/assets/icons/svg/dashboard.svg | 1 + src/assets/icons/svg/date-range.svg | 1 + src/assets/icons/svg/date.svg | 1 + src/assets/icons/svg/dict.svg | 1 + src/assets/icons/svg/documentation.svg | 1 + src/assets/icons/svg/download.svg | 1 + src/assets/icons/svg/drag.svg | 1 + src/assets/icons/svg/druid.svg | 1 + src/assets/icons/svg/edit.svg | 1 + src/assets/icons/svg/education.svg | 1 + src/assets/icons/svg/email.svg | 1 + src/assets/icons/svg/example.svg | 1 + src/assets/icons/svg/excel.svg | 1 + src/assets/icons/svg/exit-fullscreen.svg | 1 + src/assets/icons/svg/eye-open.svg | 1 + src/assets/icons/svg/eye.svg | 1 + src/assets/icons/svg/form.svg | 1 + src/assets/icons/svg/fullscreen.svg | 1 + src/assets/icons/svg/github.svg | 1 + src/assets/icons/svg/guide.svg | 1 + src/assets/icons/svg/icon.svg | 1 + src/assets/icons/svg/input.svg | 1 + src/assets/icons/svg/international.svg | 1 + src/assets/icons/svg/job.svg | 1 + src/assets/icons/svg/language.svg | 1 + src/assets/icons/svg/link.svg | 1 + src/assets/icons/svg/list.svg | 1 + src/assets/icons/svg/lock.svg | 1 + src/assets/icons/svg/log.svg | 1 + src/assets/icons/svg/logininfor.svg | 1 + src/assets/icons/svg/message.svg | 1 + src/assets/icons/svg/money.svg | 1 + src/assets/icons/svg/monitor.svg | 1 + src/assets/icons/svg/nacos.svg | 1 + src/assets/icons/svg/nested.svg | 1 + src/assets/icons/svg/number.svg | 1 + src/assets/icons/svg/online.svg | 1 + src/assets/icons/svg/password.svg | 1 + src/assets/icons/svg/pdf.svg | 1 + src/assets/icons/svg/people.svg | 1 + src/assets/icons/svg/peoples.svg | 1 + src/assets/icons/svg/phone.svg | 1 + src/assets/icons/svg/post.svg | 1 + src/assets/icons/svg/qq.svg | 1 + src/assets/icons/svg/question.svg | 1 + src/assets/icons/svg/radio.svg | 1 + src/assets/icons/svg/rate.svg | 1 + src/assets/icons/svg/row.svg | 1 + src/assets/icons/svg/search.svg | 1 + src/assets/icons/svg/select.svg | 1 + src/assets/icons/svg/sentinel.svg | 1 + src/assets/icons/svg/server.svg | 1 + src/assets/icons/svg/shopping.svg | 1 + src/assets/icons/svg/size.svg | 1 + src/assets/icons/svg/skill.svg | 1 + src/assets/icons/svg/slider.svg | 1 + src/assets/icons/svg/star.svg | 1 + src/assets/icons/svg/swagger.svg | 1 + src/assets/icons/svg/switch.svg | 1 + src/assets/icons/svg/system.svg | 1 + src/assets/icons/svg/tab.svg | 1 + src/assets/icons/svg/table.svg | 1 + src/assets/icons/svg/textarea.svg | 1 + src/assets/icons/svg/theme.svg | 1 + src/assets/icons/svg/time-range.svg | 1 + src/assets/icons/svg/time.svg | 1 + src/assets/icons/svg/tool.svg | 1 + src/assets/icons/svg/tree-table.svg | 1 + src/assets/icons/svg/tree.svg | 1 + src/assets/icons/svg/upload.svg | 1 + src/assets/icons/svg/user.svg | 1 + src/assets/icons/svg/validCode.svg | 1 + src/assets/icons/svg/wechat.svg | 1 + src/assets/icons/svg/zip.svg | 1 + src/assets/icons/svgo.yml | 1 + src/assets/images/dark.svg | 1 + src/assets/images/light.svg | 1 + src/assets/styles/btn.scss | 1 + src/assets/styles/element-ui.scss | 1 + src/assets/styles/element-variables.scss | 1 + src/assets/styles/index.scss | 1 + src/assets/styles/mixin.scss | 1 + src/assets/styles/muyu.scss | 1 + src/assets/styles/sidebar.scss | 1 + src/assets/styles/transition.scss | 1 + src/assets/styles/variables.scss | 1 + src/components/Breadcrumb/index.vue | 1 + src/components/Crontab/day.vue | 1 + src/components/Crontab/hour.vue | 1 + src/components/Crontab/index.vue | 1 + src/components/Crontab/min.vue | 1 + src/components/Crontab/month.vue | 1 + src/components/Crontab/result.vue | 1 + src/components/Crontab/second.vue | 1 + src/components/Crontab/week.vue | 1 + src/components/Crontab/year.vue | 1 + src/components/DictData/index.js | 1 + src/components/DictTag/index.vue | 1 + src/components/Editor/index.vue | 1 + src/components/FileUpload/index.vue | 1 + src/components/Hamburger/index.vue | 1 + src/components/HeaderSearch/index.vue | 1 + src/components/IconSelect/index.vue | 1 + src/components/IconSelect/requireIcons.js | 1 + src/components/ImagePreview/index.vue | 1 + src/components/ImageUpload/index.vue | 1 + src/components/Pagination/index.vue | 1 + src/components/PanThumb/index.vue | 1 + src/components/ParentView/index.vue | 1 + src/components/RightPanel/index.vue | 1 + src/components/RightToolbar/index.vue | 1 + src/components/Screenfull/index.vue | 1 + src/components/SizeSelect/index.vue | 1 + src/components/SvgIcon/index.vue | 1 + src/components/ThemePicker/index.vue | 1 + src/components/TopNav/index.vue | 1 + src/components/iFrame/index.vue | 1 + src/components/muyu/Doc/index.vue | 1 + src/components/muyu/Git/index.vue | 1 + src/directive/dialog/drag.js | 1 + src/directive/dialog/dragHeight.js | 1 + src/directive/dialog/dragWidth.js | 1 + src/directive/index.js | 1 + src/directive/module/clipboard.js | 1 + src/directive/permission/hasPermi.js | 1 + src/directive/permission/hasRole.js | 1 + src/layout/components/AppMain.vue | 1 + src/layout/components/IframeToggle/index.vue | 1 + src/layout/components/InnerLink/index.vue | 1 + src/layout/components/Navbar.vue | 1 + src/layout/components/Settings/index.vue | 5 ++-- src/layout/components/Sidebar/FixiOSBug.js | 1 + src/layout/components/Sidebar/Item.vue | 1 + src/layout/components/Sidebar/Link.vue | 1 + src/layout/components/Sidebar/Logo.vue | 1 + src/layout/components/Sidebar/SidebarItem.vue | 1 + src/layout/components/Sidebar/index.vue | 1 + src/layout/components/TagsView/ScrollPane.vue | 1 + src/layout/components/TagsView/index.vue | 1 + src/layout/components/index.js | 1 + src/layout/index.vue | 1 + src/layout/mixin/ResizeHandler.js | 1 + src/main.js | 1 + src/permission.js | 1 + src/plugins/auth.js | 1 + src/plugins/cache.js | 1 + src/plugins/download.js | 1 + src/plugins/index.js | 1 + src/plugins/modal.js | 1 + src/plugins/tab.js | 1 + src/router/index.js | 3 ++- src/settings.js | 1 + src/store/getters.js | 1 + src/store/index.js | 1 + src/store/modules/app.js | 1 + src/store/modules/dict.js | 1 + src/store/modules/permission.js | 1 + src/store/modules/settings.js | 1 + src/store/modules/tagsView.js | 1 + src/store/modules/user.js | 1 + src/utils/auth.js | 1 + src/utils/dict/Dict.js | 21 ++++++++-------- src/utils/dict/DictConverter.js | 5 ++-- src/utils/dict/DictData.js | 7 +++--- src/utils/dict/DictMeta.js | 17 +++++++------ src/utils/dict/DictOptions.js | 3 ++- src/utils/dict/index.js | 1 + src/utils/errorCode.js | 1 + src/utils/generator/config.js | 1 + src/utils/generator/css.js | 1 + src/utils/generator/drawingDefault.js | 1 + src/utils/generator/html.js | 1 + src/utils/generator/icon.json | 1 + src/utils/generator/js.js | 1 + src/utils/generator/render.js | 1 + src/utils/index.js | 5 ++-- src/utils/jsencrypt.js | 1 + src/utils/muyu.js | 1 + src/utils/permission.js | 2 +- src/utils/request.js | 7 +++--- src/utils/scroll-to.js | 1 + src/utils/validate.js | 1 + src/views/components/icons/element-icons.js | 1 + src/views/components/icons/index.vue | 1 + src/views/components/icons/svg-icons.js | 1 + src/views/dashboard/BarChart.vue | 1 + src/views/dashboard/LineChart.vue | 1 + src/views/dashboard/PanelGroup.vue | 1 + src/views/dashboard/PieChart.vue | 1 + src/views/dashboard/RaddarChart.vue | 1 + src/views/dashboard/mixins/resize.js | 1 + src/views/error/401.vue | 1 + src/views/error/404.vue | 1 + src/views/index.vue | 20 +++++++-------- src/views/index_v1.vue | 1 + src/views/login.vue | 1 + src/views/monitor/job/index.vue | 17 +++++++------ src/views/monitor/job/log.vue | 13 +++++----- src/views/monitor/online/index.vue | 9 ++++--- src/views/redirect.vue | 1 + src/views/register.vue | 1 + src/views/system/config/index.vue | 13 +++++----- src/views/system/dept/index.vue | 13 +++++----- src/views/system/dict/data.vue | 17 +++++++------ src/views/system/dict/index.vue | 13 +++++----- src/views/system/logininfor/index.vue | 11 ++++---- src/views/system/menu/index.vue | 17 +++++++------ src/views/system/notice/index.vue | 13 +++++----- src/views/system/operlog/index.vue | 11 ++++---- src/views/system/post/index.vue | 13 +++++----- src/views/system/role/authUser.vue | 11 ++++---- src/views/system/role/index.vue | 25 ++++++++++--------- src/views/system/role/selectUser.vue | 3 ++- src/views/system/user/authRole.vue | 3 ++- src/views/system/user/index.vue | 23 +++++++++-------- src/views/system/user/profile/index.vue | 1 + src/views/system/user/profile/resetPwd.vue | 1 + src/views/system/user/profile/userAvatar.vue | 1 + src/views/system/user/profile/userInfo.vue | 1 + src/views/tool/build/CodeTypeDialog.vue | 1 + src/views/tool/build/DraggableItem.vue | 1 + src/views/tool/build/IconsDialog.vue | 1 + src/views/tool/build/RightPanel.vue | 1 + src/views/tool/build/TreeNodeDialog.vue | 1 + src/views/tool/build/index.vue | 1 + src/views/tool/gen/basicInfoForm.vue | 1 + src/views/tool/gen/editTable.vue | 3 ++- src/views/tool/gen/genInfoForm.vue | 3 ++- src/views/tool/gen/importTable.vue | 3 ++- src/views/tool/gen/index.vue | 11 ++++---- vue.config.js | 1 + 275 files changed, 427 insertions(+), 166 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7034f9b..02ec72a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,4 @@ trim_trailing_whitespace = true [*.md] insert_final_newline = false trim_trailing_whitespace = false + diff --git a/.env.development b/.env.development index 302ecd1..df067e1 100644 --- a/.env.development +++ b/.env.development @@ -9,3 +9,4 @@ VUE_APP_BASE_API = '/dev-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true + diff --git a/.env.production b/.env.production index b4893b0..d0e7c98 100644 --- a/.env.production +++ b/.env.production @@ -6,3 +6,4 @@ ENV = 'production' # 若依管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' + diff --git a/.env.staging b/.env.staging index 361859f..495b5df 100644 --- a/.env.staging +++ b/.env.staging @@ -8,3 +8,4 @@ ENV = 'staging' # 若依管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' + diff --git a/.eslintignore b/.eslintignore index 89be6f6..b4f54dd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,4 +7,4 @@ public # 忽略当前目录下为js的文件的语法检查 *.js # 忽略当前目录下为vue的文件的语法检查 -*.vue \ No newline at end of file +*.vuee diff --git a/.eslintrc.js b/.eslintrc.js index 8a2e69e..d4f9a8e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -197,3 +197,4 @@ module.exports = { 'array-bracket-spacing': [2, 'never'] } } + diff --git a/.gitignore b/.gitignore index 78a752d..70f2c16 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log package-lock.json yarn.lock + diff --git a/README.md b/README.md index cf2bc13..79d4ac0 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ npm run build:stage # 构建生产环境 npm run build:prod -``` \ No newline at end of file +```` \ No newline at end of file diff --git a/babel.config.js b/babel.config.js index c8267b2..97173cf 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,4 +10,4 @@ module.exports = { 'plugins': ['dynamic-import-node'] } } -} \ No newline at end of file +}} diff --git a/build/index.js b/build/index.js index c5103f0..8667817 100644 --- a/build/index.js +++ b/build/index.js @@ -33,3 +33,4 @@ if (process.env.npm_config_preview || rawArgv.includes('--preview')) { } else { run(`vue-cli-service build ${args}`) } + diff --git a/public/html/ie.html b/public/html/ie.html index c7264ba..eabc448 100644 --- a/public/html/ie.html +++ b/public/html/ie.html @@ -157,3 +157,4 @@
+ diff --git a/public/index.html b/public/index.html index 99f7ed8..0a9b9d8 100644 --- a/public/index.html +++ b/public/index.html @@ -208,3 +208,4 @@ + diff --git a/public/robots.txt b/public/robots.txt index 77470cb..452cdf9 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: / \ No newline at end of file +Disallow: // diff --git a/src/App.vue b/src/App.vue index 69a3716..798d4e6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,3 +26,4 @@ export default { display: none; } + diff --git a/src/api/login.js b/src/api/login.js index 3691abe..a7748ef 100644 --- a/src/api/login.js +++ b/src/api/login.js @@ -60,3 +60,4 @@ export function getCodeImg() { timeout: 20000 }) } + diff --git a/src/api/menu.js b/src/api/menu.js index 845efd7..8c1c21a 100644 --- a/src/api/menu.js +++ b/src/api/menu.js @@ -6,4 +6,4 @@ export const getRouters = () => { url: '/system/menu/getRouters', method: 'get' }) -} \ No newline at end of file +} diff --git a/src/api/monitor/job.js b/src/api/monitor/job.js index cb85117..d373cb1 100644 --- a/src/api/monitor/job.js +++ b/src/api/monitor/job.js @@ -68,4 +68,4 @@ export function runJob(jobId, jobGroup) { method: 'put', data: data }) -} \ No newline at end of file +} diff --git a/src/api/monitor/jobLog.js b/src/api/monitor/jobLog.js index eea2666..d3c6c74 100644 --- a/src/api/monitor/jobLog.js +++ b/src/api/monitor/jobLog.js @@ -24,3 +24,4 @@ export function cleanJobLog() { method: 'delete' }) } + diff --git a/src/api/monitor/online.js b/src/api/monitor/online.js index d53df58..d654d0e 100644 --- a/src/api/monitor/online.js +++ b/src/api/monitor/online.js @@ -16,3 +16,4 @@ export function forceLogout(tokenId) { method: 'delete' }) } + diff --git a/src/api/system/config.js b/src/api/system/config.js index a404d82..c193284 100644 --- a/src/api/system/config.js +++ b/src/api/system/config.js @@ -58,3 +58,4 @@ export function refreshCache() { method: 'delete' }) } + diff --git a/src/api/system/dept.js b/src/api/system/dept.js index fc943cd..331c4b2 100644 --- a/src/api/system/dept.js +++ b/src/api/system/dept.js @@ -49,4 +49,4 @@ export function delDept(deptId) { url: '/system/dept/' + deptId, method: 'delete' }) -} \ No newline at end of file +} diff --git a/src/api/system/dict/data.js b/src/api/system/dict/data.js index 6c9eb79..91f8d68 100644 --- a/src/api/system/dict/data.js +++ b/src/api/system/dict/data.js @@ -50,3 +50,4 @@ export function delData(dictCode) { method: 'delete' }) } + diff --git a/src/api/system/dict/type.js b/src/api/system/dict/type.js index a7a6e01..f1209d7 100644 --- a/src/api/system/dict/type.js +++ b/src/api/system/dict/type.js @@ -57,4 +57,4 @@ export function optionselect() { url: '/system/dict/type/optionselect', method: 'get' }) -} \ No newline at end of file +}} diff --git a/src/api/system/logininfor.js b/src/api/system/logininfor.js index 9cf2a2f..91c2419 100644 --- a/src/api/system/logininfor.js +++ b/src/api/system/logininfor.js @@ -32,3 +32,4 @@ export function cleanLogininfor() { method: 'delete' }) } + diff --git a/src/api/system/menu.js b/src/api/system/menu.js index f6415c6..87af6c3 100644 --- a/src/api/system/menu.js +++ b/src/api/system/menu.js @@ -57,4 +57,4 @@ export function delMenu(menuId) { url: '/system/menu/' + menuId, method: 'delete' }) -} \ No newline at end of file +} diff --git a/src/api/system/notice.js b/src/api/system/notice.js index c274ea5..d61a810 100644 --- a/src/api/system/notice.js +++ b/src/api/system/notice.js @@ -41,4 +41,4 @@ export function delNotice(noticeId) { url: '/system/notice/' + noticeId, method: 'delete' }) -} \ No newline at end of file +} diff --git a/src/api/system/operlog.js b/src/api/system/operlog.js index 51a4cc3..52095b7 100644 --- a/src/api/system/operlog.js +++ b/src/api/system/operlog.js @@ -24,3 +24,4 @@ export function cleanOperlog() { method: 'delete' }) } + diff --git a/src/api/system/post.js b/src/api/system/post.js index 1a8e9ca..1389260 100644 --- a/src/api/system/post.js +++ b/src/api/system/post.js @@ -42,3 +42,4 @@ export function delPost(postId) { method: 'delete' }) } + diff --git a/src/api/system/role.js b/src/api/system/role.js index f13e6f4..dd3eaab 100644 --- a/src/api/system/role.js +++ b/src/api/system/role.js @@ -117,3 +117,4 @@ export function deptTreeSelect(roleId) { method: 'get' }) } + diff --git a/src/api/system/user.js b/src/api/system/user.js index 89d3972..de411f0 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -133,3 +133,4 @@ export function deptTreeSelect() { method: 'get' }) } + diff --git a/src/api/tool/gen.js b/src/api/tool/gen.js index 3a412ac..3cf29c3 100644 --- a/src/api/tool/gen.js +++ b/src/api/tool/gen.js @@ -75,3 +75,4 @@ export function synchDb(tableName) { method: 'get' }) } + diff --git a/src/assets/icons/index.js b/src/assets/icons/index.js index d5c1697..9615eff 100644 --- a/src/assets/icons/index.js +++ b/src/assets/icons/index.js @@ -7,3 +7,4 @@ Vue.component('svg-icon', SvgIcon) const req = require.context('./svg', false, /\.svg$/) const requireAll = requireContext => requireContext.keys().map(requireContext) requireAll(req) + diff --git a/src/assets/icons/svg/404.svg b/src/assets/icons/svg/404.svg index 323fab0..0e4d651 100644 --- a/src/assets/icons/svg/404.svg +++ b/src/assets/icons/svg/404.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/bug.svg b/src/assets/icons/svg/bug.svg index 17c9d4d..1aff835 100644 --- a/src/assets/icons/svg/bug.svg +++ b/src/assets/icons/svg/bug.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/build.svg b/src/assets/icons/svg/build.svg index 6a2052d..f068f0d 100644 --- a/src/assets/icons/svg/build.svg +++ b/src/assets/icons/svg/build.svg @@ -9,3 +9,4 @@ d="M960 591.424V368.96c0-0.288 0.16-0.512 0.16-0.768S960 367.68 960 367.424V192a32 32 0 0 0-32-32H96a32 32 0 0 0-32 32v175.424c0 0.288-0.16 0.512-0.16 0.768s0.16 0.48 0.16 0.768v222.464c0 0.288-0.16 0.512-0.16 0.768s0.16 0.48 0.16 0.768V864a32 32 0 0 0 32 32h832a32 32 0 0 0 32-32v-271.04c0-0.288 0.16-0.512 0.16-0.768S960 591.68 960 591.424z m-560-31.232v-160H608v160h-208z m208 64V832h-208v-207.808H608z m-480-224h208v160H128v-160z m544 0h224v160h-224v-160zM896 224v112.192H128V224h768zM128 624.192h208V832H128v-207.808zM672 832v-207.808h224V832h-224z" p-id="2055"> + diff --git a/src/assets/icons/svg/button.svg b/src/assets/icons/svg/button.svg index 9d4a2ca..2732573 100644 --- a/src/assets/icons/svg/button.svg +++ b/src/assets/icons/svg/button.svg @@ -8,3 +8,4 @@ + diff --git a/src/assets/icons/svg/cascader.svg b/src/assets/icons/svg/cascader.svg index ab50e47..c9f2f24 100644 --- a/src/assets/icons/svg/cascader.svg +++ b/src/assets/icons/svg/cascader.svg @@ -9,3 +9,4 @@ d="M772.87036133 734.06115723c-43.34106445 0-80.00793458 27.93273926-93.76831055 66.57714843H475.90991211c-56.60705567 0-102.66723633-46.06018067-102.66723633-102.66723633V600.82446289h305.859375c13.76037598 38.64440918 50.42724609 66.57714844 93.76831055 66.57714844 55.12390137 0 99.94812012-44.82421875 99.94812012-99.94812012S827.9942627 467.50537109 772.87036133 467.50537109c-43.34106445 0-80.00793458 27.93273926-93.76831055 66.57714844H373.24267578V401.01062011h321.92687989c55.12390137 0 99.94812012-44.82421875 99.94812011-99.94812011V190.07312011C795.11767578 134.94921875 750.29345703 90.125 695.16955567 90.125H251.12963867C196.0057373 90.125 151.18151855 134.94921875 151.18151855 190.07312011V301.0625c0 55.12390137 44.82421875 99.94812012 99.94812012 99.94812012h55.53588867v296.96044921c0 93.35632325 75.97045898 169.32678223 169.32678224 169.32678223h203.19213866c13.76037598 38.64440918 50.42724609 66.57714844 93.76831055 66.57714844 55.12390137 0 99.94812012-44.82421875 99.94812012-99.94812012s-44.90661622-99.86572266-100.03051758-99.86572265z m0-199.89624024c18.37463379 0 33.28857422 14.91394043 33.28857422 33.28857423s-14.91394043 33.28857422-33.28857422 33.28857421-33.28857422-14.91394043-33.28857422-33.28857421 14.91394043-33.28857422 33.28857422-33.28857422zM217.75866699 301.0625V190.07312011c0-18.37463379 14.91394043-33.28857422 33.28857423-33.28857421h444.03991698c18.37463379 0 33.28857422 14.91394043 33.28857422 33.28857422V301.0625c0 18.37463379-14.91394043 33.28857422-33.28857422 33.28857422H251.12963867c-18.37463379 0-33.37097168-14.91394043-33.37097168-33.28857422z m555.11169434 566.23535156c-18.37463379 0-33.28857422-14.91394043-33.28857422-33.28857422 0-18.37463379 14.91394043-33.28857422 33.28857422-33.28857422s33.28857422 14.91394043 33.28857422 33.28857422c0.08239747 18.29223633-14.91394043 33.28857422-33.28857422 33.28857422z" p-id="972"> + diff --git a/src/assets/icons/svg/chart.svg b/src/assets/icons/svg/chart.svg index c13fe1f..9672e1e 100644 --- a/src/assets/icons/svg/chart.svg +++ b/src/assets/icons/svg/chart.svg @@ -1,3 +1,4 @@ + diff --git a/src/assets/icons/svg/checkbox.svg b/src/assets/icons/svg/checkbox.svg index 4e04af0..4ab8a0f 100644 --- a/src/assets/icons/svg/checkbox.svg +++ b/src/assets/icons/svg/checkbox.svg @@ -12,3 +12,4 @@ d="M421.52890625 709.55984375a36.28125 36.28125 0 0 1-27.55265625-12.66890625L205.17453125 476.613125a36.28546875 36.28546875 0 0 1 55.10109375-47.22890625l164.986875 192.4846875 342.16171875-298.48078125a36.2896875 36.2896875 0 0 1 47.70984375 54.68765625L445.3859375 700.6203125a36.3234375 36.3234375 0 0 1-23.85703125 8.93953125z" p-id="904"> + diff --git a/src/assets/icons/svg/client.svg b/src/assets/icons/svg/client.svg index cdb2cfa..fa00506 100644 --- a/src/assets/icons/svg/client.svg +++ b/src/assets/icons/svg/client.svg @@ -16,3 +16,4 @@ d="M512 384a51.2 51.2 0 1 1-51.2 51.2 51.2 51.2 0 0 1 51.2-51.2m0-51.2a102.4 102.4 0 1 0 102.4 102.4 102.4 102.4 0 0 0-102.4-102.4z" p-id="2757"> + diff --git a/src/assets/icons/svg/clipboard.svg b/src/assets/icons/svg/clipboard.svg index fbe9e7f..a493d60 100644 --- a/src/assets/icons/svg/clipboard.svg +++ b/src/assets/icons/svg/clipboard.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/code.svg b/src/assets/icons/svg/code.svg index cc643f2..cc0f8c0 100644 --- a/src/assets/icons/svg/code.svg +++ b/src/assets/icons/svg/code.svg @@ -9,3 +9,4 @@ d="M318.577778 819.2L17.066667 512l301.511111-307.2 45.511111 45.511111L96.711111 512l267.377778 261.688889zM705.422222 819.2l-45.511111-45.511111L927.288889 512l-267.377778-261.688889 45.511111-45.511111L1006.933333 512zM540.785778 221.866667l55.751111 11.150222L483.157333 802.133333l-55.751111-11.093333z" p-id="2423"> + diff --git a/src/assets/icons/svg/color.svg b/src/assets/icons/svg/color.svg index 379b22e..cf46780 100644 --- a/src/assets/icons/svg/color.svg +++ b/src/assets/icons/svg/color.svg @@ -12,3 +12,4 @@ d="M346.03865637 637.18588562a78.82636652 78.82636652 0 0 0 78.32025825-79.29029883c0-43.69401562-35.005823-79.29029883-78.32025825-79.29029882a78.82636652 78.82636652 0 0 0-78.36243338 79.29029882c0 43.69401562 35.005823 79.29029883 78.36243338 79.29029883z m0-51.7495729a27.07679361 27.07679361 0 0 1-26.5706845-27.54072593c0-15.30977536 11.97789643-27.54072593 26.5706845-27.54072592 14.55061295 0 26.57068533 12.23095057 26.57068533 27.54072592a27.07679361 27.07679361 0 0 1-26.57068533 27.54072593zM475.7289063 807.11174353a78.82636652 78.82636652 0 0 0 78.3624334-79.29029882c0-43.69401562-34.96364785-79.29029883-78.32025825-79.29029883a78.82636652 78.82636652 0 0 0-78.32025742 79.29029883c0 43.69401562 34.96364785 79.29029883 78.32025742 79.29029882z m0-51.74957208a27.07679361 27.07679361 0 0 1-26.57068532-27.54072674c0-15.30977536 12.06224753-27.54072593 26.57068532-27.54072593 14.59278892 0 26.57068533 12.23095057 26.57068453 27.54072593a27.07679361 27.07679361 0 0 1-26.57068453 27.54072674zM601.24376214 377.21492718a78.82636652 78.82636652 0 0 0 78.32025742-79.29029883c0-43.69401562-34.96364785-79.29029883-78.32025742-79.29029882a78.82636652 78.82636652 0 0 0-78.32025823 79.29029883c0 43.69401562 34.96364785 79.29029883 78.32025824 79.29029883z m1e-8-51.74957208a27.07679361 27.07679361 0 0 1-26.57068534-27.54072675c0-15.30977536 11.97789643-27.54072593 26.57068534-27.54072591 14.55061295 0 26.57068533 12.23095057 26.57068451 27.54072592a27.07679361 27.07679361 0 0 1-26.57068451 27.54072674zM378.80916809 433.85687983a78.82636652 78.82636652 0 0 0 78.32025824-79.29029883c0-43.69401562-34.96364785-79.29029883-78.32025824-79.29029802a78.82636652 78.82636652 0 0 0-78.32025742 79.29029802c0 43.69401562 34.96364785 79.29029883 78.32025742 79.29029883z m0-51.74957209a27.07679361 27.07679361 0 0 1-26.57068451-27.54072674c0-15.30977536 11.97789643-27.54072593 26.57068451-27.54072593 14.55061295 0 26.57068533 12.23095057 26.57068533 27.54072593a27.07679361 27.07679361 0 0 1-26.57068533 27.54072674z" p-id="2510"> + diff --git a/src/assets/icons/svg/component.svg b/src/assets/icons/svg/component.svg index eac786c..31b0d49 100644 --- a/src/assets/icons/svg/component.svg +++ b/src/assets/icons/svg/component.svg @@ -9,3 +9,4 @@ d="M826.56 470.016c-32.896 0-64.384 12.288-89.984 35.52l0-104.96c0-62.208-50.496-112.832-112.64-113.088L623.936 287.04 519.552 287.104C541.824 262.72 554.56 230.72 554.56 197.12c0-73.536-59.904-133.44-133.504-133.44-73.472 0-133.376 59.904-133.376 133.44 0 32.896 12.224 64.256 35.52 89.984L175.232 287.104l0 0.576C113.728 288.704 64 338.88 64 400.576l0.32 0 0.32 116.48C60.864 544.896 70.592 577.728 100.8 588.48c12.736 4.608 37.632 7.488 60.864-25.28 12.992-18.368 34.24-29.248 56.64-29.248 38.336 0 69.504 31.104 69.504 69.312 0 38.4-31.168 69.504-69.504 69.504-22.656 0-44.032-11.264-57.344-30.4C138.688 610.112 112.576 615.36 102.464 619.136c-29.824 10.752-39.104 43.776-38.144 67.392l0 160.384L64 846.912C64 909.248 114.752 960 177.216 960l446.272 0c62.4 0 113.152-50.752 113.152-113.152l0-145.024c24.384 22.272 56.384 35.008 89.984 35.008 73.536 0 133.44-59.904 133.44-133.504C960 529.92 900.096 470.016 826.56 470.016zM826.56 672.896c-22.72 0-44.032-11.264-57.344-30.4-22.272-32.384-48.448-27.136-58.56-23.36-29.824 10.752-39.04 43.776-38.08 67.392l0 160.384c0 27.136-22.016 49.152-49.152 49.152L177.216 896.064C150.08 896 128 873.984 128 846.848l0.32 0 0-145.024c24.384 22.272 56.384 35.008 89.984 35.008 73.6 0 133.504-59.904 133.504-133.504 0-73.472-59.904-133.376-133.504-133.376-32.896 0-64.32 12.288-89.984 35.52l0-104.96L128 400.512c0-27.072 22.08-49.152 49.216-49.152L177.216 351.04 334.656 350.72c3.776 0.512 7.616 0.832 11.52 0.832 24.896 0 50.752-10.816 60.032-37.056 4.544-12.736 7.424-37.568-25.344-60.736C362.624 240.768 351.68 219.52 351.68 197.12c0-38.272 31.104-69.44 69.376-69.44 38.336 0 69.504 31.168 69.504 69.44 0 22.72-11.264 44.032-30.528 57.472C427.968 276.736 433.088 302.784 436.8 313.024c10.752 29.888 43.072 39.232 67.392 38.08l119.232 0 0 0.384c27.136 0 49.152 22.08 49.152 49.152l0.256 116.48c-3.776 27.84 6.016 60.736 36.224 71.488 12.736 4.608 37.632 7.488 60.8-25.28 13.056-18.368 34.24-29.248 56.704-29.248C864.832 534.016 896 565.12 896 603.392 896 641.728 864.832 672.896 826.56 672.896z" p-id="3146"> + diff --git a/src/assets/icons/svg/dashboard.svg b/src/assets/icons/svg/dashboard.svg index e2486bc..54b41a6 100644 --- a/src/assets/icons/svg/dashboard.svg +++ b/src/assets/icons/svg/dashboard.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/date-range.svg b/src/assets/icons/svg/date-range.svg index ccb4a8f..bb8b589 100644 --- a/src/assets/icons/svg/date-range.svg +++ b/src/assets/icons/svg/date-range.svg @@ -12,3 +12,4 @@ d="M858.453333 493.226667H327.68c-10.24 0-17.066667 6.826667-17.066667 17.066666v114.346667h-116.053333c-10.24 0-17.066667 6.826667-17.066667 17.066667v133.12c0 10.24 6.826667 17.066667 17.066667 17.066666H460.8c10.24 0 17.066667-6.826667 17.066667-17.066666v-114.346667h380.586666c10.24 0 17.066667-6.826667 17.066667-17.066667v-133.12c0-10.24-6.826667-17.066667-17.066667-17.066666z m-413.013333 34.133333v97.28h-98.986667v-97.28h98.986667z m-230.4 131.413333h98.986667v98.986667h-98.986667v-98.986667z m131.413333 97.28v-97.28h98.986667v97.28h-98.986667z m133.12-228.693333h97.28v98.986667h-97.28v-98.986667z m131.413334 0h98.986666v98.986667h-98.986666v-98.986667z m230.4 97.28h-98.986667v-98.986667h98.986667v98.986667z" p-id="1378"> + diff --git a/src/assets/icons/svg/date.svg b/src/assets/icons/svg/date.svg index 296cfc0..ef272eb 100644 --- a/src/assets/icons/svg/date.svg +++ b/src/assets/icons/svg/date.svg @@ -9,3 +9,4 @@ d="M479.85714249 608.42857168h64.28571502c19.28571417 0 32.14285751-12.85714249 32.14285664-32.14285751s-12.85714249-32.14285751-32.14285664-32.14285664h-64.28571504c-19.28571417 0-32.14285751 12.85714249-32.14285664 32.14285662s12.85714249 32.14285751 32.14285664 32.14285753z m-2e-8 122.14285665h64.28571504c19.28571417 0 32.14285751-12.85714249 32.14285664-32.14285665s-12.85714249-32.14285751-32.14285664-32.14285751h-64.28571504c-19.28571417 0-32.14285751 12.85714249-32.14285664 32.14285751s12.85714249 32.14285751 32.14285664 32.14285664z m353.57142921-559.28571416h-128.57142921v-32.14285664c0-19.28571417-12.85714249-32.14285751-32.14285664-32.14285753s-32.14285751 12.85714249-32.14285751 32.14285753v32.14285664h-257.14285665v-32.14285664c0-19.28571417-12.85714249-32.14285751-32.14285752-32.14285753s-32.14285751 12.85714249-32.14285664 32.14285753v32.14285664h-128.57142919c-70.71428585 0-128.57142832 57.85714249-128.57142832 122.14285751v501.42857081c0 70.71428585 57.85714249 128.57142832 128.57142832 122.14285751h642.85714335c70.71428585 0 128.57142832-57.85714249 128.57142833-122.14285751v-501.42857081c0-70.71428585-57.85714249-122.14285753-128.57142833-122.14285751z m64.28571415 623.57142832c0 32.14285751-32.14285751 64.28571415-64.28571416 64.28571504h-642.85714335c-32.14285751 0-64.28571415-25.71428583-64.28571417-64.28571504v-372.85714249h771.42857168v372.85714249z m0-437.14285664h-771.42857168v-64.28571417c0-32.14285751 32.14285751-64.28571415 64.28571417-64.28571415h128.57142919v32.14285664c0 19.28571417 12.85714249 32.14285751 32.14285664 32.14285751s32.14285751-12.85714249 32.14285753-32.14285751v-32.14285664h257.14285665v32.14285664c0 19.28571417 12.85714249 32.14285751 32.1428575 32.14285751s32.14285751-12.85714249 32.14285664-32.14285751v-32.14285664h128.57142921c32.14285751 0 64.28571415 25.71428583 64.28571415 64.28571415v64.28571417z m-610.71428583 372.85714247h64.28571415c19.28571417 0 32.14285751-12.85714249 32.14285753-32.14285664s-12.85714249-32.14285751-32.14285753-32.14285751h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285751 32.14285751s12.85714249 32.14285751 32.14285751 32.14285665z m385.71428583-122.14285664h64.28571417c19.28571417 0 32.14285751-12.85714249 32.14285751-32.14285751s-12.85714249-32.14285751-32.14285751-32.14285664h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285753 32.14285664s12.85714249 32.14285751 32.14285753 32.14285751z m-385.71428583 0h64.28571415c19.28571417 0 32.14285751-12.85714249 32.14285753-32.14285751s-12.85714249-32.14285751-32.14285753-32.14285664h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285751 32.14285664s12.85714249 32.14285751 32.14285751 32.14285751z m385.71428583 122.14285665h64.28571417c19.28571417 0 32.14285751-12.85714249 32.14285751-32.14285665s-12.85714249-32.14285751-32.14285751-32.14285751h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285753 32.14285751s12.85714249 32.14285751 32.14285753 32.14285665z" p-id="1069"> + diff --git a/src/assets/icons/svg/dict.svg b/src/assets/icons/svg/dict.svg index 3a5ba31..1c7626f 100644 --- a/src/assets/icons/svg/dict.svg +++ b/src/assets/icons/svg/dict.svg @@ -12,3 +12,4 @@ d="M802.7888 57.152h-76.448c0-22.08-21.024-38.24-42.848-38.24H39.3968a39.68 39.68 0 0 0-39.36 40.032v795.616s41.888 120.192 110.752 120.192H673.2848a227.488 227.488 0 0 1-107.04-97.44H117.6368s-40.608-13.696-40.608-41.248l470.304-0.256 1.664 3.36a227.68 227.68 0 0 1-12.64-73.632c0-60.576 24-118.624 66.88-161.44a228.352 228.352 0 0 1 123.552-63.392l-3.2 0.288 2.144-424.672h38.208l0.576 421.024c27.04 0 52.672 4.8 76.64 13.344V101.536c0.032 0-6.304-44.384-38.368-44.384zM149.7648 514.336H72.3888v-77.408H149.7648v77.408z m0-144.32H72.3888v-77.44H149.7648v77.44z m0-137.248H72.3888v-77.44H149.7648v77.44z m501.856 281.568H206.0848v-77.408h445.536v77.408z m0-144.32H206.0848v-77.44h445.536v77.44z m0-137.248H206.0848v-77.44h445.536v77.44z" p-id="3603"> + diff --git a/src/assets/icons/svg/documentation.svg b/src/assets/icons/svg/documentation.svg index ae893ac..16b5616 100644 --- a/src/assets/icons/svg/documentation.svg +++ b/src/assets/icons/svg/documentation.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/download.svg b/src/assets/icons/svg/download.svg index b2d79f7..68a61f4 100644 --- a/src/assets/icons/svg/download.svg +++ b/src/assets/icons/svg/download.svg @@ -12,3 +12,4 @@ d="M539.04256 845.248V512.192a32.448 32.448 0 0 0-32-32.192c-17.664 0-32 14.912-32 32.192v333.056l-36.096-36.096a32.192 32.192 0 0 0-45.056 0.192 31.616 31.616 0 0 0-0.192 45.056l90.88 90.944a31.36 31.36 0 0 0 22.528 9.088 30.08 30.08 0 0 0 22.4-9.088l90.88-90.88a32.192 32.192 0 0 0-0.192-45.12 31.616 31.616 0 0 0-45.056-0.192l-36.096 36.096z" fill="#333333" p-id="3064"> + diff --git a/src/assets/icons/svg/drag.svg b/src/assets/icons/svg/drag.svg index 3e822c5..dceee39 100644 --- a/src/assets/icons/svg/drag.svg +++ b/src/assets/icons/svg/drag.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/druid.svg b/src/assets/icons/svg/druid.svg index 0e417f2..5ea909f 100644 --- a/src/assets/icons/svg/druid.svg +++ b/src/assets/icons/svg/druid.svg @@ -9,3 +9,4 @@ d="M832 128H192a64.19 64.19 0 0 0-64 64v640a64.19 64.19 0 0 0 64 64h640a64.19 64.19 0 0 0 64-64V192a64.19 64.19 0 0 0-64-64z m0 703.89l-0.11 0.11H192.11l-0.11-0.11V768h640zM832 544H720L605.6 696.54 442.18 435.07 333.25 544H192v-64h114.75l147.07-147.07L610.4 583.46 688 480h144z m0-288H192v-63.89l0.11-0.11h639.78l0.11 0.11z" p-id="5854"> + diff --git a/src/assets/icons/svg/edit.svg b/src/assets/icons/svg/edit.svg index b86ee40..2d97565 100644 --- a/src/assets/icons/svg/edit.svg +++ b/src/assets/icons/svg/edit.svg @@ -4,3 +4,4 @@ + diff --git a/src/assets/icons/svg/education.svg b/src/assets/icons/svg/education.svg index 5fb9a14..0a9eaf6 100644 --- a/src/assets/icons/svg/education.svg +++ b/src/assets/icons/svg/education.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/email.svg b/src/assets/icons/svg/email.svg index d4f9951..968b923 100644 --- a/src/assets/icons/svg/email.svg +++ b/src/assets/icons/svg/email.svg @@ -3,3 +3,4 @@ + diff --git a/src/assets/icons/svg/example.svg b/src/assets/icons/svg/example.svg index aec80f6..42896c5 100644 --- a/src/assets/icons/svg/example.svg +++ b/src/assets/icons/svg/example.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/excel.svg b/src/assets/icons/svg/excel.svg index b0904ac..ae0494f 100644 --- a/src/assets/icons/svg/excel.svg +++ b/src/assets/icons/svg/excel.svg @@ -4,3 +4,4 @@ + diff --git a/src/assets/icons/svg/exit-fullscreen.svg b/src/assets/icons/svg/exit-fullscreen.svg index 93b97a7..034da0b 100644 --- a/src/assets/icons/svg/exit-fullscreen.svg +++ b/src/assets/icons/svg/exit-fullscreen.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/eye-open.svg b/src/assets/icons/svg/eye-open.svg index 9d3a641..b14436c 100644 --- a/src/assets/icons/svg/eye-open.svg +++ b/src/assets/icons/svg/eye-open.svg @@ -5,3 +5,4 @@ + diff --git a/src/assets/icons/svg/eye.svg b/src/assets/icons/svg/eye.svg index 7a852d3..3b3e75b 100644 --- a/src/assets/icons/svg/eye.svg +++ b/src/assets/icons/svg/eye.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/form.svg b/src/assets/icons/svg/form.svg index eda0129..03bee67 100644 --- a/src/assets/icons/svg/form.svg +++ b/src/assets/icons/svg/form.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/fullscreen.svg b/src/assets/icons/svg/fullscreen.svg index ec32141..76960a5 100644 --- a/src/assets/icons/svg/fullscreen.svg +++ b/src/assets/icons/svg/fullscreen.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/github.svg b/src/assets/icons/svg/github.svg index 20a4748..1ba22f0 100644 --- a/src/assets/icons/svg/github.svg +++ b/src/assets/icons/svg/github.svg @@ -9,3 +9,4 @@ d="M511.542857 14.057143C228.914286 13.942857 0 242.742857 0 525.142857 0 748.457143 143.2 938.285714 342.628571 1008c26.857143 6.742857 22.742857-12.342857 22.742858-25.371429v-88.571428c-155.085714 18.171429-161.371429-84.457143-171.771429-101.6C172.571429 756.571429 122.857143 747.428571 137.714286 730.285714c35.314286-18.171429 71.314286 4.571429 113.028571 66.171429 30.171429 44.685714 89.028571 37.142857 118.857143 29.714286 6.514286-26.857143 20.457143-50.857143 39.657143-69.485715-160.685714-28.8-227.657143-126.857143-227.657143-243.428571 0-56.571429 18.628571-108.571429 55.2-150.514286-23.314286-69.142857 2.171429-128.342857 5.6-137.142857 66.4-5.942857 135.428571 47.542857 140.8 51.771429 37.714286-10.171429 80.8-15.542857 129.028571-15.542858 48.457143 0 91.657143 5.6 129.714286 15.885715 12.914286-9.828571 76.914286-55.771429 138.628572-50.171429 3.314286 8.8 28.228571 66.628571 6.285714 134.857143 37.028571 42.057143 55.885714 94.514286 55.885714 151.2 0 116.8-67.428571 214.971429-228.571428 243.314286a145.714286 145.714286 0 0 1 43.542857 104v128.571428c0.914286 10.285714 0 20.457143 17.142857 20.457143 202.4-68.228571 348.114286-259.428571 348.114286-484.685714 0-282.514286-229.028571-511.2-511.428572-511.2z" p-id="4188"> + diff --git a/src/assets/icons/svg/guide.svg b/src/assets/icons/svg/guide.svg index 438b17c..ffb4594 100644 --- a/src/assets/icons/svg/guide.svg +++ b/src/assets/icons/svg/guide.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/icon.svg b/src/assets/icons/svg/icon.svg index c459f7a..da8b030 100644 --- a/src/assets/icons/svg/icon.svg +++ b/src/assets/icons/svg/icon.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/input.svg b/src/assets/icons/svg/input.svg index 73a10ef..a2dba1b 100644 --- a/src/assets/icons/svg/input.svg +++ b/src/assets/icons/svg/input.svg @@ -11,3 +11,4 @@ + diff --git a/src/assets/icons/svg/international.svg b/src/assets/icons/svg/international.svg index 7c0c15a..28ff3a0 100644 --- a/src/assets/icons/svg/international.svg +++ b/src/assets/icons/svg/international.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/job.svg b/src/assets/icons/svg/job.svg index 8ae38ad..9417226 100644 --- a/src/assets/icons/svg/job.svg +++ b/src/assets/icons/svg/job.svg @@ -18,3 +18,4 @@ d="M576 545.28c-14.336 0-25.6-11.264-25.6-25.6v-87.04c0-14.336 11.264-25.6 25.6-25.6s25.6 11.264 25.6 25.6v87.04c0 14.336-11.264 25.6-25.6 25.6z" p-id="5476"> + diff --git a/src/assets/icons/svg/language.svg b/src/assets/icons/svg/language.svg index 8aa086b..ee39c0e 100644 --- a/src/assets/icons/svg/language.svg +++ b/src/assets/icons/svg/language.svg @@ -4,3 +4,4 @@ + diff --git a/src/assets/icons/svg/link.svg b/src/assets/icons/svg/link.svg index c783b80..222ef85 100644 --- a/src/assets/icons/svg/link.svg +++ b/src/assets/icons/svg/link.svg @@ -3,3 +3,4 @@ + diff --git a/src/assets/icons/svg/list.svg b/src/assets/icons/svg/list.svg index 0fb4626..839028a 100644 --- a/src/assets/icons/svg/list.svg +++ b/src/assets/icons/svg/list.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/lock.svg b/src/assets/icons/svg/lock.svg index 5eb0814..8590193 100644 --- a/src/assets/icons/svg/lock.svg +++ b/src/assets/icons/svg/lock.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/log.svg b/src/assets/icons/svg/log.svg index 41ce5b9..8dd9f84 100644 --- a/src/assets/icons/svg/log.svg +++ b/src/assets/icons/svg/log.svg @@ -9,3 +9,4 @@ d="M208.736 566.336H64.384v59.328h144.352v-59.328z m0-336.096H165.44V74.592c0-7.968 4.896-14.848 10.464-14.848h502.016V0.448H175.936c-38.72 1.248-69.248 34.368-68.192 74.144v155.648H64.384V289.6h144.352V230.24z m0 168.096H64.384v59.328h144.352v-59.328z m714.656 76.576h-57.76v474.496c0 7.936-4.896 14.848-10.464 14.848H175.936c-5.568 0-10.464-6.912-10.464-14.848v-155.68h43.296v-59.296H64.384v59.296h43.328v155.68c-1.024 39.776 29.472 72.896 68.192 74.144h679.232c38.72-1.184 69.248-34.368 68.256-74.144V474.912z m14.944-290.336l-83.072-85.312a71.264 71.264 0 0 0-52.544-21.728 71.52 71.52 0 0 0-51.616 23.872L386.528 507.264a30.496 30.496 0 0 0-6.176 10.72L308.16 740.512a30.016 30.016 0 0 0 6.976 30.24c7.712 7.968 19.2 10.752 29.568 7.2l216.544-74.112a28.736 28.736 0 0 0 12.128-7.936L940.448 287.456a75.552 75.552 0 0 0-2.112-102.88z m-557.12 518.272l39.104-120.64 78.336 80.416-117.44 40.224z m170.048-70.016l-103.552-106.016 200.16-222.4 103.52 106.304-200.128 222.112zM897.952 247.072l-0.256 0.224-107.136 119.168-103.52-106.528 106.432-118.624a14.144 14.144 0 0 1 10.304-4.736 13.44 13.44 0 0 1 10.464 4.288l83.264 85.696c5.472 5.6 5.664 14.72 0.448 20.512z" p-id="4806"> + diff --git a/src/assets/icons/svg/logininfor.svg b/src/assets/icons/svg/logininfor.svg index 5279ad8..d4a56d3 100644 --- a/src/assets/icons/svg/logininfor.svg +++ b/src/assets/icons/svg/logininfor.svg @@ -12,3 +12,4 @@ d="M341.333333 298.666667a42.666667 42.666667 0 0 0 42.666667-42.666667V128a42.666667 42.666667 0 0 0-85.333333 0v128a42.666667 42.666667 0 0 0 42.666666 42.666667zM512 298.666667a42.666667 42.666667 0 0 0 42.666667-42.666667V128a42.666667 42.666667 0 0 0-85.333334 0v128a42.666667 42.666667 0 0 0 42.666667 42.666667zM682.666667 298.666667a42.666667 42.666667 0 0 0 42.666666-42.666667V128a42.666667 42.666667 0 0 0-85.333333 0v128a42.666667 42.666667 0 0 0 42.666667 42.666667zM341.333333 768a42.666667 42.666667 0 0 0 42.666667-42.666667 128 128 0 0 1 256 0 42.666667 42.666667 0 0 0 85.333333 0 213.333333 213.333333 0 0 0-107.52-184.32A128 128 0 0 0 640 469.333333a128 128 0 0 0-256 0 128 128 0 0 0 22.186667 71.68A213.333333 213.333333 0 0 0 298.666667 725.333333a42.666667 42.666667 0 0 0 42.666666 42.666667z m128-298.666667a42.666667 42.666667 0 1 1 42.666667 42.666667 42.666667 42.666667 0 0 1-42.666667-42.666667z" p-id="5263"> + diff --git a/src/assets/icons/svg/message.svg b/src/assets/icons/svg/message.svg index 7a1cd2c..cf6a7a1 100644 --- a/src/assets/icons/svg/message.svg +++ b/src/assets/icons/svg/message.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/money.svg b/src/assets/icons/svg/money.svg index 911d5a9..82d1c5c 100644 --- a/src/assets/icons/svg/money.svg +++ b/src/assets/icons/svg/money.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/monitor.svg b/src/assets/icons/svg/monitor.svg index cb16601..a972f15 100644 --- a/src/assets/icons/svg/monitor.svg +++ b/src/assets/icons/svg/monitor.svg @@ -14,3 +14,4 @@ d="M479.232 561.604267l309.9904-348.330667-47.803733-42.5472-259.566934 291.669333L303.957333 240.008533 163.208533 438.6048l52.224 37.009067 91.6224-129.28z" p-id="4698"> + diff --git a/src/assets/icons/svg/nacos.svg b/src/assets/icons/svg/nacos.svg index ec2d2b4..57c0703 100644 --- a/src/assets/icons/svg/nacos.svg +++ b/src/assets/icons/svg/nacos.svg @@ -11,3 +11,4 @@ fill="#3A7FF6" p-id="719"> + diff --git a/src/assets/icons/svg/nested.svg b/src/assets/icons/svg/nested.svg index 259a491..17e3f03 100644 --- a/src/assets/icons/svg/nested.svg +++ b/src/assets/icons/svg/nested.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/number.svg b/src/assets/icons/svg/number.svg index d7154d4..ae7df2e 100644 --- a/src/assets/icons/svg/number.svg +++ b/src/assets/icons/svg/number.svg @@ -9,3 +9,4 @@ d="M279.272727 791.272727h512a46.545455 46.545455 0 0 1 0 93.090909H279.272727a46.545455 46.545455 0 0 1 0-93.090909z m33.838546-617.984V651.636364H193.722182V395.170909c0-37.003636-0.884364-59.298909-2.653091-66.746182a24.948364 24.948364 0 0 0-14.615273-16.989091c-8.005818-3.863273-25.786182-5.771636-53.341091-5.771636h-11.822545v-55.854545c57.716364-12.381091 101.562182-37.888 131.490909-76.520728h70.283636z m303.709091 396.8V651.636364H354.164364v-68.235637c77.777455-127.255273 124.043636-206.010182 138.705454-236.218182 14.661818-30.254545 22.016-53.853091 22.016-70.74909 0-13.032727-2.234182-22.714182-6.656-29.137455-4.421818-6.376727-11.170909-9.588364-20.247273-9.588364a22.248727 22.248727 0 0 0-20.200727 10.612364c-4.468364 7.121455-6.656 21.178182-6.656 42.263273v45.521454H354.164364v-17.454545c0-26.763636 1.396364-47.941818 4.142545-63.348364 2.746182-15.499636 9.541818-30.72 20.386909-45.661091 10.798545-14.987636 24.901818-26.298182 42.216727-33.978182 17.361455-7.68 38.167273-11.543273 62.37091-11.543272 47.476364 0 83.316364 11.776 107.706181 35.328 24.296727 23.552 36.445091 53.341091 36.445091 89.367272 0 27.368727-6.842182 56.32-20.48 86.853819-13.730909 30.533818-54.039273 95.325091-121.018182 194.420363h130.885819z m270.615272-189.393454c18.152727 6.097455 31.650909 16.104727 40.494546 29.975272 8.843636 13.917091 13.312 46.452364 13.312 97.652364 0 38.027636-4.328727 67.490909-13.032727 88.529455-8.657455 20.945455-23.598545 36.910545-44.869819 47.848727-21.271273 10.938182-48.593455 16.384-81.873454 16.384-37.794909 0-67.490909-6.330182-89.088-19.083636-21.550545-12.660364-35.746909-28.253091-42.542546-46.638546-6.795636-18.432-10.193455-50.362182-10.193454-95.883636v-37.841455h119.389091v77.730909c0 20.666182 1.210182 33.838545 3.723636 39.424 2.420364 5.585455 7.912727 8.424727 16.337455 8.424728 9.309091 0 15.36-3.537455 18.338909-10.612364 2.932364-7.121455 4.421818-25.6 4.421818-55.575273v-33.047273c0-18.338909-2.048-31.744-6.190546-40.215272a30.72 30.72 0 0 0-18.338909-16.709818c-8.052364-2.653091-23.738182-4.189091-46.964363-4.561455V357.050182c28.392727 0 45.893818-1.070545 52.596363-3.258182a22.946909 22.946909 0 0 0 14.475637-14.149818c2.932364-7.307636 4.421818-18.711273 4.421818-34.257455v-26.624c0-16.756364-1.722182-27.741091-5.12-33.047272-3.490909-5.352727-8.843636-8.005818-16.151273-8.005819-8.285091 0-13.963636 2.792727-16.989091 8.378182-3.025455 5.632-4.561455 17.640727-4.561454 35.933091v39.284364h-119.389091v-40.773818c0-45.661091 10.472727-76.567273 31.325091-92.625455 20.898909-16.058182 54.085818-24.064 99.607272-24.064 56.878545 0 95.511273 11.170909 115.805091 33.373091 20.293818 22.248727 30.394182 53.201455 30.394182 92.765091 0 26.810182-3.630545 46.173091-10.891636 58.088727-7.307636 11.915636-20.107636 22.807273-38.446546 32.628364z" p-id="2868"> + diff --git a/src/assets/icons/svg/online.svg b/src/assets/icons/svg/online.svg index d455749..5f2230b 100644 --- a/src/assets/icons/svg/online.svg +++ b/src/assets/icons/svg/online.svg @@ -9,3 +9,4 @@ d="M356.246145 681.56286c-68.156286-41.949414-107.246583-103.84102-107.246583-169.805384 0-65.966411 39.090297-127.860063 107.246583-169.809477 12.046361-7.414877 15.800871-23.190165 8.385994-35.236526-7.413853-12.046361-23.191188-15.801894-35.236526-8.387018-39.640836 24.399713-72.539106 56.044434-95.137801 91.515297-23.86657 37.461193-36.481889 79.620385-36.481889 121.917724 0 42.297338 12.615319 84.454484 36.481889 121.914654 22.598694 35.469839 55.496965 67.11456 95.137801 91.51325 4.185322 2.576685 8.821923 3.804652 13.400195 3.804652 8.598842 0 16.998139-4.329609 21.836331-12.190647C372.047016 704.752002 368.291482 688.976714 356.246145 681.56286zM263.943926 754.580874c-92.603071-61.111846-145.713686-149.623739-145.713686-242.840794 0-93.195565 53.094242-181.682899 145.667637-242.774279 11.805884-7.79043 15.061021-23.677259 7.269567-35.483142-7.79043-11.805884-23.677259-15.062044-35.483142-7.269567C128.487861 296.954249 67.006602 401.024489 67.006602 511.74008c0 110.73708 61.496609 214.830857 168.721703 285.593504 4.343935 2.867304 9.240455 4.238534 14.08274 4.238534 8.317433 0 16.476253-4.046153 21.400403-11.507078C279.003923 778.258133 275.748786 762.372328 263.943926 754.580874zM788.660552 226.213092c-11.80486-7.791453-27.692712-4.536316-35.483142 7.269567-7.79043 11.805884-4.536316 27.692712 7.269567 35.483142 92.575442 61.092403 145.670707 149.579737 145.670707 242.774279 0 93.216032-53.111638 181.727924-145.715733 242.840794-11.805884 7.79043-15.059997 23.678282-7.269567 35.484166 4.925173 7.461949 13.081946 11.507078 21.400403 11.507078 4.841262 0 9.739828-1.37123 14.083763-4.238534 107.22714-70.761624 168.724773-174.857447 168.724773-285.593504C957.341323 401.025513 895.860063 296.955272 788.660552 226.213092zM790.090111 633.67213c23.865547-37.459147 36.480866-79.617315 36.480866-121.914654 0-42.298362-12.615319-84.45653-36.480866-121.917724-22.598694-35.470863-55.496965-67.115584-95.139847-91.515297-12.047384-7.413853-27.821649-3.659343-35.236526 8.387018-7.414877 12.045337-3.659343 27.821649 8.385994 35.236526 68.156286 41.949414 107.247606 103.842043 107.247606 169.809477 0 65.964364-39.090297 127.85597-107.247606 169.804361-12.045337 7.414877-15.800871 23.190165-8.385994 35.237549 4.838192 7.861038 13.236466 12.190647 21.835308 12.190647 4.579295 0 9.215896-1.227967 13.400195-3.804652C734.591099 700.786691 767.490394 669.142993 790.090111 633.67213zM567.129086 518.274914c24.12342-17.150612 39.887452-45.305859 39.887452-77.07133 0-52.128241-42.452881-94.538143-94.634334-94.538143-52.18043 0-94.633311 42.408879-94.633311 94.538143 0 31.695886 15.696494 59.797921 39.730886 76.958766-49.875944 21.128203-84.917018 70.234621-84.917018 127.301338 0 2.366907 0.061398 4.762467 0.182149 7.119141l1.249457 24.296359 276.373515 0 1.238201-24.308639c0.119727-2.358721 0.181125-4.750187 0.181125-7.106862C651.786185 588.497255 616.865861 539.465538 567.129086 518.274914zM512.381182 397.889079c23.937179 0 43.411719 19.430538 43.411719 43.314505 0 23.882943-19.47454 43.313481-43.411719 43.313481-23.936155 0-43.409672-19.430538-43.409672-43.313481C468.971509 417.320641 488.445026 397.889079 512.381182 397.889079zM426.08884 625.656573c9.119705-38.542828 44.254923-67.337641 86.085634-67.337641s76.966952 28.794813 86.085634 67.337641L426.08884 625.656573z" p-id="536"> + diff --git a/src/assets/icons/svg/password.svg b/src/assets/icons/svg/password.svg index 7ad1721..ad640ef 100644 --- a/src/assets/icons/svg/password.svg +++ b/src/assets/icons/svg/password.svg @@ -9,3 +9,4 @@ d="M868.593046 403.832442c-30.081109-28.844955-70.037123-44.753273-112.624057-44.753273L265.949606 359.079168c-42.554188 0-82.510202 15.908318-112.469538 44.690852-30.236652 28.782533-46.857191 67.222007-46.857191 108.198258l0 294.079782c0 40.977273 16.619516 79.414701 46.702672 108.136859 29.959336 28.844955 70.069869 44.814672 112.624057 44.814672l490.019383 0c42.585911 0 82.696444-15.969717 112.624057-44.814672 30.082132-28.844955 46.579875-67.222007 46.579875-108.136859L915.172921 511.968278C915.171897 471.053426 898.675178 432.677397 868.593046 403.832442zM841.821309 806.049083c0 22.098297-8.882298 42.772152-25.099654 58.306964-16.154935 15.661701-37.81935 24.203238-60.752666 24.203238L265.949606 888.559285c-22.934339 0-44.567032-8.54256-60.877509-24.264637-16.186657-15.474436-25.067932-36.148291-25.067932-58.246589L180.004165 511.968278c0-22.035876 8.881274-42.772152 25.192775-58.307987 16.186657-15.536858 37.81935-24.139793 60.753689-24.139793l490.019383 0c22.933315 0 44.597731 8.602935 60.752666 24.139793 16.21838 15.535835 25.099654 36.272112 25.099654 58.307987L841.822332 806.049083zM510.974136 135.440715c114.914216 0 208.318536 89.75214 208.318536 200.055338l73.350588 0c0-149.113109-126.366036-270.496667-281.669124-270.496667-155.333788 0-281.699824 121.383558-281.699824 270.496667l73.350588 0C302.623877 225.193879 396.059919 135.440715 510.974136 135.440715zM474.299865 747.244792l73.350588 0L547.650453 629.576859l-73.350588 0L474.299865 747.244792z" p-id="2751"> + diff --git a/src/assets/icons/svg/pdf.svg b/src/assets/icons/svg/pdf.svg index 6ad6481..81fb306 100644 --- a/src/assets/icons/svg/pdf.svg +++ b/src/assets/icons/svg/pdf.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/people.svg b/src/assets/icons/svg/people.svg index a1828c5..09b2871 100644 --- a/src/assets/icons/svg/people.svg +++ b/src/assets/icons/svg/people.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/peoples.svg b/src/assets/icons/svg/peoples.svg index 1b0aefb..82c25ab 100644 --- a/src/assets/icons/svg/peoples.svg +++ b/src/assets/icons/svg/peoples.svg @@ -4,3 +4,4 @@ + diff --git a/src/assets/icons/svg/phone.svg b/src/assets/icons/svg/phone.svg index 2110974..60a37cb 100644 --- a/src/assets/icons/svg/phone.svg +++ b/src/assets/icons/svg/phone.svg @@ -9,3 +9,4 @@ d="M761.503029 2.90619 242.121921 2.90619c-32.405037 0-58.932204 26.060539-58.932204 58.527998l0 902.302287c0 32.156374 26.217105 58.216913 58.932204 58.216913l519.381108 0c32.344662 0 58.591443-26.060539 58.591443-58.216913L820.094472 61.123103C820.094472 28.966729 793.847691 2.90619 761.503029 2.90619M452.878996 61.123103l98.147344 0c6.780427 0 12.31549 5.536087 12.31549 12.253068 0 6.748704-5.535063 12.253068-12.31549 12.253068l-98.147344 0c-6.779404 0-12.345166-5.504364-12.345166-12.253068C440.532807 66.659189 446.099592 61.123103 452.878996 61.123103M501.641583 980.593398c-29.636994 0-53.987588-23.946388-53.987588-53.677527 0-29.356608 24.039509-53.614082 53.987588-53.614082 29.91738 0 53.987588 23.883967 53.987588 53.614082C555.629171 956.647009 531.559986 980.593398 501.641583 980.593398M766.35657 803.142893c0 16.23373-13.186324 29.107945-29.233811 29.107945l-470.618521 0c-16.35755 0-29.325909-13.186324-29.325909-29.107945L237.178329 163.500794c0-16.232706 13.279445-29.138644 29.325909-29.138644l470.246037 0c16.420995 0 29.357632 13.1853 29.357632 29.138644l0 639.642099L766.35657 803.142893zM766.35657 803.142893" p-id="2267"> + diff --git a/src/assets/icons/svg/post.svg b/src/assets/icons/svg/post.svg index ce2a5a0..0797174 100644 --- a/src/assets/icons/svg/post.svg +++ b/src/assets/icons/svg/post.svg @@ -12,3 +12,4 @@ d="M874.7 97.5H227c-28.6 0-51.8 23.2-51.8 51.8v194.3h38.9c28.6 0 51.8 23.2 51.8 51.8 0 28.6-23.2 51.8-51.8 51.8h-38.9v129.5h38.9c28.6 0 51.8 23.2 51.8 51.8 0 28.6-23.2 51.8-51.8 51.8h-38.9v194.3c0 28.6 23.2 51.8 51.8 51.8h647.7c28.6 0 51.8-23.2 51.8-51.8V149.3c0-28.6-23.2-51.8-51.8-51.8z m-311.3 723c-15.6 0-146.7-71.6-146.7-91 0-19.4 102-368.6 102-368.6l-83.6-104s-12.3-23.1 24.6-23.1h208.9c36.9 0 18.4 23.1 18.4 23.1l-79 104s102 351.3 102 368.6c0.1 17.3-131 91-146.6 91z m169.2-253.6l-27.9 40.2-74.5-240 103.4 171.7c4.6 7.9 4.2 20.6-1 28.1z" p-id="4000"> + diff --git a/src/assets/icons/svg/qq.svg b/src/assets/icons/svg/qq.svg index f3fee6c..b8d2ef8 100644 --- a/src/assets/icons/svg/qq.svg +++ b/src/assets/icons/svg/qq.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/question.svg b/src/assets/icons/svg/question.svg index 52f2a34..4fdd2e9 100644 --- a/src/assets/icons/svg/question.svg +++ b/src/assets/icons/svg/question.svg @@ -9,3 +9,4 @@ d="M512 0C229.233778 0 0 229.233778 0 512s229.233778 512 512 512 512-229.233778 512-512A512 512 0 0 0 512 0z m0 938.666667C276.366222 938.666667 85.333333 747.633778 85.333333 512 85.333333 276.366222 276.366222 85.333333 512 85.333333c235.633778 0 426.666667 191.032889 426.666667 426.666667a426.666667 426.666667 0 0 1-426.666667 426.666667z m0-717.653334a170.666667 170.666667 0 0 0-170.666667 170.666667 42.666667 42.666667 0 0 0 85.333334 0 85.333333 85.333333 0 1 1 85.333333 85.333333 42.666667 42.666667 0 0 0-42.666667 42.666667v111.36a42.666667 42.666667 0 0 0 85.333334 0v-74.24A170.666667 170.666667 0 0 0 512 221.013333z m-42.666667 542.293334a42.666667 42.666667 0 1 0 85.333334 0 42.666667 42.666667 0 0 0-85.333334 0z" p-id="1410"> + diff --git a/src/assets/icons/svg/radio.svg b/src/assets/icons/svg/radio.svg index 7c06c8f..f404b72 100644 --- a/src/assets/icons/svg/radio.svg +++ b/src/assets/icons/svg/radio.svg @@ -9,3 +9,4 @@ d="M507.39346659 71.84873358c241.53533667 0 437.39770766 195.85422109 437.39770767 437.37442191 0 241.53766571-195.86237099 437.38955776-437.39770767 437.38955776-241.50040803 0-437.34997219-195.85189205-437.34997219-437.38955776C70.0434944 267.70295467 265.89189347 71.84873358 507.39346659 71.84873358L507.39346659 71.84873358zM507.39346659 282.81899805c-125.00686734 0-226.37039389 101.38914133-226.37039388 226.41813048 0 125.01268821 101.36352768 226.39717262 226.37039388 226.39717262 125.04295993 0 226.42395136-101.38448441 226.42395136-226.39717262C733.81625401 384.20813938 632.43642653 282.81899805 507.39346659 282.81899805L507.39346659 282.81899805zM507.39346659 120.78172615c-214.46664192 0-388.42047261 173.95150279-388.4204726 388.44026539 0 214.51204949 173.95499463 388.46122325 388.4204726 388.46122325 214.52369237 0 388.46005817-173.94800981 388.46005818-388.46122325C895.85236082 294.73322894 721.91715897 120.78172615 507.39346659 120.78172615z" p-id="880"> + diff --git a/src/assets/icons/svg/rate.svg b/src/assets/icons/svg/rate.svg index a20c4a3..72b401a 100644 --- a/src/assets/icons/svg/rate.svg +++ b/src/assets/icons/svg/rate.svg @@ -9,3 +9,4 @@ d="M633.72929961 378.02038203l9.49872568 18.68789795 20.78025469 2.79745225 206.61592412 27.33248408a11.46496817 11.46496817 0 0 1 6.6095543 19.47324902l-147.2675168 147.35350284-14.89299345 14.89299345 3.8006376 20.68280244 37.84585956 204.89044571a11.46496817 11.46496817 0 0 1-16.4808914 12.2961788L554.68980898 751.84713388l-18.68789794-9.49299345-18.48726123 9.99171915-183.23885392 99.34968163a11.46496817 11.46496817 0 0 1-16.78471347-11.8662416l32.5433127-205.79617881 3.29617793-20.78598692-15.19108243-14.49172002-151.03375839-143.48407587a11.46496817 11.46496817 0 0 1 6.09936328-19.63949062l205.79617881-32.63503185 20.78598691-3.2961788L428.87898125 380.72038203 518.59235674 192.64331182a11.46496817 11.46496817 0 0 1 20.56815264-0.26369385l94.56879023 185.63503183zM496.64840732 85.52038203l-121.75796162 254.98089229L95.76433145 384.76178369A34.3949045 34.3949045 0 0 0 77.46050938 443.66879023l204.87324901 194.66369385-44.16879023 279.1146498a34.3949045 34.3949045 0 0 0 50.36560489 35.61592325l248.4-134.67898038 251.84522285 128.27579591a34.3949045 34.3949045 0 0 0 49.43694287-36.89426777l-51.30573223-277.85350284 199.73120977-199.90891758a34.3949045 34.3949045 0 0 0-19.82866201-58.40827998l-280.11783428-37.03184736L558.32993633 84.71210205a34.3949045 34.3949045 0 0 0-61.68152901 0.80254775z" p-id="1099"> + diff --git a/src/assets/icons/svg/row.svg b/src/assets/icons/svg/row.svg index 47b2aa7..571d296 100644 --- a/src/assets/icons/svg/row.svg +++ b/src/assets/icons/svg/row.svg @@ -9,3 +9,4 @@ d="M152 854.856875h325.7146875V237.715625H134.856875v600q0 6.99375 5.0746875 12.0684375T152 854.856875z m737.143125-17.1421875v-600H546.284375v617.1421875H872q6.99375 0 12.0684375-5.07375t5.0746875-12.0684375z m68.5715625-651.429375V837.715625q0 35.3821875-25.16625 60.5484375T872 923.4284375H152q-35.383125 0-60.5484375-25.1653125T66.284375 837.7146875V186.284375q0-35.3821875 25.16625-60.5484375T152 100.5715625h720q35.383125 0 60.5484375 25.1653125t25.16625 60.5484375z" p-id="1183"> + diff --git a/src/assets/icons/svg/search.svg b/src/assets/icons/svg/search.svg index d885146..92b7bdb 100644 --- a/src/assets/icons/svg/search.svg +++ b/src/assets/icons/svg/search.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/select.svg b/src/assets/icons/svg/select.svg index 55205fa..a2c044e 100644 --- a/src/assets/icons/svg/select.svg +++ b/src/assets/icons/svg/select.svg @@ -9,3 +9,4 @@ d="M62 511.97954521C62 263.86590869 263.90681826 62 511.97954521 62s449.97954521 201.825 449.97954521 449.97954521c0 248.19545479-201.90681826 449.97954521-449.97954521 449.97954521C263.90681826 962 62 760.175 62 511.97954521M901.98636348 511.97954521c0-215.24318174-175.00909131-390.41590869-390.00681827-390.41590869-215.03863652 0-389.96590869 175.17272695-389.96590868 390.41590869 0 215.28409131 175.00909131 390.45681826 389.96590868 390.45681826C727.01818174 902.47727305 901.98636348 727.30454521 901.98636348 511.97954521M264.17272695 430.28409131c0-5.76818174 2.12727305-11.51590869 6.64772696-15.87272696 8.71363652-8.75454521 22.88863652-8.75454521 31.725 0l209.4340913 208.22727305L721.45454521 414.53409131c8.75454521-8.71363652 22.97045479-8.71363652 31.90909132 0 8.71363652 8.75454521 8.71363652 22.88863652 0 31.60227304L511.97954521 685.74090869 270.71818174 446.01363653C266.27954521 441.77954521 264.17272695 436.05227305 264.17272695 430.28409131" p-id="805"> + diff --git a/src/assets/icons/svg/sentinel.svg b/src/assets/icons/svg/sentinel.svg index d82299c..b74bdf2 100644 --- a/src/assets/icons/svg/sentinel.svg +++ b/src/assets/icons/svg/sentinel.svg @@ -32,3 +32,4 @@ + diff --git a/src/assets/icons/svg/server.svg b/src/assets/icons/svg/server.svg index 2476705..9b49850 100644 --- a/src/assets/icons/svg/server.svg +++ b/src/assets/icons/svg/server.svg @@ -9,3 +9,4 @@ d="M890 120H134a70 70 0 0 0-70 70v500a70 70 0 0 0 70 70h756a70 70 0 0 0 70-70V190a70 70 0 0 0-70-70z m-10 520a40 40 0 0 1-40 40H712V448a40 40 0 0 0-80 0v232h-80V368a40 40 0 0 0-80 0v312h-80V512a40 40 0 0 0-80 0v168H184a40 40 0 0 1-40-40V240a40 40 0 0 1 40-40h656a40 40 0 0 1 40 40zM696 824H328a40 40 0 0 0 0 80h368a40 40 0 0 0 0-80z" p-id="6718"> + diff --git a/src/assets/icons/svg/shopping.svg b/src/assets/icons/svg/shopping.svg index 1c4df93..97826fe 100644 --- a/src/assets/icons/svg/shopping.svg +++ b/src/assets/icons/svg/shopping.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/size.svg b/src/assets/icons/svg/size.svg index f8c0c31..9f8ffad 100644 --- a/src/assets/icons/svg/size.svg +++ b/src/assets/icons/svg/size.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/skill.svg b/src/assets/icons/svg/skill.svg index 8bab00e..738a7e6 100644 --- a/src/assets/icons/svg/skill.svg +++ b/src/assets/icons/svg/skill.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/slider.svg b/src/assets/icons/svg/slider.svg index 26e6933..9ff5e0c 100644 --- a/src/assets/icons/svg/slider.svg +++ b/src/assets/icons/svg/slider.svg @@ -9,3 +9,4 @@ d="M951.453125 476.84375H523.671875a131.8359375 131.8359375 0 0 0-254.1796875 0H72.546875v70.3125h196.9453125a131.8359375 131.8359375 0 0 0 254.1796875 0H951.453125z" p-id="1239"> + diff --git a/src/assets/icons/svg/star.svg b/src/assets/icons/svg/star.svg index 567cf31..167f683 100644 --- a/src/assets/icons/svg/star.svg +++ b/src/assets/icons/svg/star.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/swagger.svg b/src/assets/icons/svg/swagger.svg index dc6a6c7..e1f3a1e 100644 --- a/src/assets/icons/svg/swagger.svg +++ b/src/assets/icons/svg/swagger.svg @@ -9,3 +9,4 @@ d="M64 223.995345h168.001164v47.997673c0 26.428509 18.878836 47.997673 41.984 47.997673h140.036654c23.095855 0 41.984-21.569164 41.984-47.997673v-47.997673h504.003491a32.004655 32.004655 0 0 0 0-64.009309H455.996509V111.988364c0-26.428509-18.878836-47.997673-41.984-47.997673H273.985164c-23.095855 0-41.984 21.569164-41.984 47.997673v47.997672H64a32.004655 32.004655 0 0 0 0 64.009309zM288.004655 128h111.997672V256H288.004655V128zM960 479.995345H791.998836v-47.997672c0-26.372655-18.878836-47.997673-41.984-47.997673H609.978182c-23.095855 0-41.984 21.634327-41.984 47.997673v47.997672H64a32.004655 32.004655 0 0 0 0 64.00931h504.003491v47.997672c0 26.363345 18.878836 47.997673 41.984 47.997673h140.036654c23.095855 0 41.984-21.634327 41.984-47.997673v-47.997672h168.001164a32.004655 32.004655 0 1 0-0.009309-64.00931zM735.995345 576H623.997673v-128h111.997672v128zM960 800.293236v-0.288581H455.996509v-47.997673c0-26.363345-18.878836-47.997673-41.984-47.997673H274.050327c-23.105164 0-41.984 21.634327-41.984 47.997673v47.997673H64v0.288581a32.004655 32.004655 0 0 0 0 64.009309c0.986764 0 1.917673-0.195491 2.885818-0.288581h165.115346v47.997672c0 26.363345 18.878836 47.997673 41.984 47.997673h140.036654c23.095855 0 41.984-21.634327 41.984-47.997673v-47.997672h501.108364c0.968145 0.093091 1.899055 0.288582 2.895127 0.288581a32.004655 32.004655 0 1 0-0.009309-64.009309zM400.002327 896H288.004655V768h111.997672v128z" fill="" p-id="6464"> + diff --git a/src/assets/icons/svg/switch.svg b/src/assets/icons/svg/switch.svg index feff60e..c2e1f52 100644 --- a/src/assets/icons/svg/switch.svg +++ b/src/assets/icons/svg/switch.svg @@ -10,3 +10,4 @@ p-id="1111"> + diff --git a/src/assets/icons/svg/system.svg b/src/assets/icons/svg/system.svg index 6132ae4..20925b5 100644 --- a/src/assets/icons/svg/system.svg +++ b/src/assets/icons/svg/system.svg @@ -12,3 +12,4 @@ d="M1080.09609 434.500756c-4.216302-23.731757-26.9241-47.945376-50.595623-53.185637l-17.648235-4.095836a175.940257 175.940257 0 0 1-101.612877-80.832531 177.807476 177.807476 0 0 1-18.732427-129.801867l5.541425-16.684509c7.10748-23.129428-2.108151-54.992624-20.599646-70.833873 0 0-16.624276-14.094495-63.244529-41.199293-46.800951-26.984332-66.858502-34.513443-66.858502-34.513443-22.76803-8.372371-54.631227-0.361397-71.255503 17.407304l-12.287509 13.251234a173.470708 173.470708 0 0 1-120.465769 48.065842A174.13327 174.13327 0 0 1 421.329029 33.590675L409.583617 20.761071C393.140039 2.99237 361.096144-4.898138 338.267881 3.353767c0 0-20.358715 7.529111-67.099434 34.513443-46.800951 27.34573-63.244529 41.440225-63.244529 41.440225-18.431263 15.66055-27.646894 47.222582-20.539413 70.592941l5.059562 16.865207a178.048407 178.048407 0 0 1-18.672194 129.621169 174.916297 174.916297 0 0 1-102.275439 81.073463l-17.045906 3.854904c-23.310126 5.42096-46.258856 29.333415-50.595623 53.185637 0 0-3.854905 21.382674-3.854905 75.712737 0 54.330062 3.854905 75.712736 3.854905 75.712736 4.216302 23.972688 26.9241 47.945376 50.595623 53.185637l16.624276 3.854905a174.253736 174.253736 0 0 1 102.395904 81.314394c23.310126 40.837896 28.911785 87.337683 18.732427 129.801867l-4.81863 16.443578c-7.10748 23.129428 2.108151 54.992624 20.599646 70.833872 0 0 16.624276 14.094495 63.244529 41.199293 46.800951 27.104798 66.918735 34.513443 66.918735 34.513443 22.707798 8.372371 54.631227 0.361397 71.255503-17.407303l11.624947-12.588673a175.096996 175.096996 0 0 1 242.256662 0.120465l11.624947 12.648906c16.383345 17.708468 48.427239 25.598976 71.255503 17.347071 0 0 20.358715-7.529111 67.159666-34.513443 46.740719-27.104798 63.124063-41.199293 63.124064-41.199293 18.491496-15.600317 27.707127-47.463513 20.599646-70.833873l-5.059562-17.106139a176.723284 176.723284 0 0 1 18.672194-129.139305 176.060722 176.060722 0 0 1 102.395904-81.314394l16.68451-3.854905c23.310126-5.42096 46.258856-29.333415 50.595623-53.185637 0 0 3.854905-21.382674 3.854904-75.712737-0.240932-54.330062-4.095836-75.833202-4.095836-75.833202z m-537.819428 293.334149c-119.261112 0-216.175824-97.336342-216.175824-217.621412a216.657687 216.657687 0 0 1 216.236057-217.320249c119.200879 0 216.115591 97.276109 216.11559 217.56118-0.240932 120.044139-96.974945 217.320248-216.175823 217.320249z" p-id="10234"> + diff --git a/src/assets/icons/svg/tab.svg b/src/assets/icons/svg/tab.svg index 9ec0ed7..0fbb88b 100644 --- a/src/assets/icons/svg/tab.svg +++ b/src/assets/icons/svg/tab.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/table.svg b/src/assets/icons/svg/table.svg index bf841c3..b64ad33 100644 --- a/src/assets/icons/svg/table.svg +++ b/src/assets/icons/svg/table.svg @@ -4,3 +4,4 @@ + diff --git a/src/assets/icons/svg/textarea.svg b/src/assets/icons/svg/textarea.svg index b8cea3c..1e8bd98 100644 --- a/src/assets/icons/svg/textarea.svg +++ b/src/assets/icons/svg/textarea.svg @@ -12,3 +12,4 @@ d="M224 288c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V320c0-16-12.8-32-32-32z m608 480c19.2 0 32-12.8 32-32V608L704 768h128z" p-id="2986"> + diff --git a/src/assets/icons/svg/theme.svg b/src/assets/icons/svg/theme.svg index 1ef0e35..c56f092 100644 --- a/src/assets/icons/svg/theme.svg +++ b/src/assets/icons/svg/theme.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/time-range.svg b/src/assets/icons/svg/time-range.svg index 73a331d..ad68a37 100644 --- a/src/assets/icons/svg/time-range.svg +++ b/src/assets/icons/svg/time-range.svg @@ -24,3 +24,4 @@ d="M126.020158 587.9416 67.768453 587.9416c5.759167 33.679054 15.368012 66.544579 28.789697 98.278327 22.559808 53.333696 54.850236 101.225449 95.971795 142.348032 41.122583 41.122583 89.014336 73.408917 142.349055 95.968725 54.112432 22.88829 111.517863 34.71157 170.668031 35.18229L505.547031 902.395408c-102.94972-0.941442-199.594851-41.445948-272.499277-114.349351C177.545672 732.543975 140.810003 663.275355 126.020158 587.9416L126.020158 587.9416zM126.020158 587.9416" p-id="1254"> + diff --git a/src/assets/icons/svg/time.svg b/src/assets/icons/svg/time.svg index 618b895..fc42dac 100644 --- a/src/assets/icons/svg/time.svg +++ b/src/assets/icons/svg/time.svg @@ -9,3 +9,4 @@ d="M520 559h204c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H488c-17.673 0-32-14.327-32-32 0-0.167 0.001-0.334 0.004-0.5a32.65 32.65 0 0 1-0.004-0.5V277c0-17.673 14.327-32 32-32 17.673 0 32 14.327 32 32v282z m-8 401C264.576 960 64 759.424 64 512S264.576 64 512 64s448 200.576 448 448-200.576 448-448 448z m0-64c212.077 0 384-171.923 384-384S724.077 128 512 128 128 299.923 128 512s171.923 384 384 384z" p-id="1009"> + diff --git a/src/assets/icons/svg/tool.svg b/src/assets/icons/svg/tool.svg index 50aa5ae..63c02d3 100644 --- a/src/assets/icons/svg/tool.svg +++ b/src/assets/icons/svg/tool.svg @@ -9,3 +9,4 @@ d="M898.831744 900.517641 103.816972 900.517641c-36.002982 0-65.363683-29.286-65.363683-65.313541l0-554.949184c0-36.041868 29.361725-65.326844 65.363683-65.326844l795.015795 0c36.002982 0 65.198931 29.284977 65.198931 65.326844l0 554.949184C964.030675 871.231641 934.834726 900.517641 898.831744 900.517641L898.831744 900.517641zM103.816972 255.593236c-13.576203 0-24.711821 11.085476-24.711821 24.662703l0 554.949184c0 13.576203 11.136641 24.662703 24.711821 24.662703l795.015795 0c13.577227 0 24.547069-11.086499 24.547069-24.662703l0-554.949184c0-13.577227-10.970866-24.662703-24.547069-24.662703L103.816972 255.593236 103.816972 255.593236zM664.346245 251.774257c-11.161201 0-20.332071-9.080819-20.332071-20.332071l0-101.278661c0-13.576203-11.047614-24.623817-24.699542-24.623817L383.181611 105.539708c-13.576203 0-24.712845 11.04659-24.712845 24.623817l0 101.278661c0 11.252275-9.041934 20.332071-20.332071 20.332071-11.20111 0-20.319791-9.080819-20.319791-20.332071l0-101.278661c0-35.989679 29.323862-65.275679 65.364707-65.275679l236.133022 0c36.06745 0 65.402569 29.284977 65.402569 65.275679l0 101.278661C684.717202 242.694461 675.636383 251.774257 664.346245 251.774257L664.346245 251.774257zM413.233044 521.725502 75.694471 521.725502c-11.163247 0-20.333094-9.117658-20.333094-20.35663 0-11.252275 9.169847-20.332071 20.333094-20.332071l337.538573 0c11.277858 0 20.319791 9.080819 20.319791 20.332071C433.552835 512.607844 424.510902 521.725502 413.233044 521.725502L413.233044 521.725502zM912.894018 521.725502 575.367725 521.725502c-11.213389 0-20.332071-9.117658-20.332071-20.35663 0-11.252275 9.118682-20.332071 20.332071-20.332071l337.526293 0c11.290137 0 20.332071 9.080819 20.332071 20.332071C933.226089 512.607844 924.184155 521.725502 912.894018 521.725502L912.894018 521.725502zM557.56322 634.217552 445.085496 634.217552c-11.213389 0-20.332071-9.079796-20.332071-20.331048l0-168.763658c0-11.251252 9.118682-20.332071 20.332071-20.332071l112.478747 0c11.290137 0 20.370956 9.080819 20.370956 20.332071l0 168.763658C577.934177 625.137757 568.853357 634.217552 557.56322 634.217552L557.56322 634.217552zM465.417567 593.514525l71.827909 0L537.245476 465.454918l-71.827909 0L465.417567 593.514525 465.417567 593.514525z" p-id="1685"> + diff --git a/src/assets/icons/svg/tree-table.svg b/src/assets/icons/svg/tree-table.svg index 8522bfe..6639e55 100644 --- a/src/assets/icons/svg/tree-table.svg +++ b/src/assets/icons/svg/tree-table.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/tree.svg b/src/assets/icons/svg/tree.svg index 83d7146..d4ef9d0 100644 --- a/src/assets/icons/svg/tree.svg +++ b/src/assets/icons/svg/tree.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svg/upload.svg b/src/assets/icons/svg/upload.svg index 7a80f1e..ce61cd2 100644 --- a/src/assets/icons/svg/upload.svg +++ b/src/assets/icons/svg/upload.svg @@ -9,3 +9,4 @@ d="M530.944 458.24l4.8 3.456 122.176 106.816a32 32 0 0 1-37.44 51.584l-4.672-3.392L546.56 556.16v280.704a32 32 0 0 1-26.24 31.488l-5.76 0.512a32 32 0 0 1-31.424-26.24l-0.512-5.76-0.064-280.704-69.12 60.48a32 32 0 0 1-40.96 0.896l-4.16-3.968a32 32 0 0 1-0.96-40.96l4.032-4.16 122.176-106.816a32 32 0 0 1 37.312-3.456zM497.92 128c128.128 0 239.168 82.304 275.52 199.04 123.968 11.264 221.312 113.088 221.312 237.44 0 128.128-103.68 232.96-234.88 238.272h-5.888l-35.52 0.192a32 32 0 0 1-0.192-64l35.264-0.128 4.672-0.064c96.384-3.84 172.544-80.896 172.544-174.272 0-96.128-80.512-174.464-179.584-174.464h-1.984a32 32 0 0 1-32-25.28C695.872 264.96 604.736 192 497.92 192 381.824 192 285.44 277.76 274.816 388.48a32 32 0 0 1-28.352 28.8c-83.968 9.152-147.84 78.208-147.84 159.552l0.192 7.936c3.84 85.76 77.056 154.112 166.592 154.112h45.632a32 32 0 0 1 0 64h-45.632C142.016 802.944 40.32 708.032 34.88 586.88l-0.192-9.28c0-106.88 76.352-197.184 179.968-219.904C239.488 226.112 357.76 128 497.856 128z" p-id="7923"> + diff --git a/src/assets/icons/svg/user.svg b/src/assets/icons/svg/user.svg index cb70afd..b3e7b95 100644 --- a/src/assets/icons/svg/user.svg +++ b/src/assets/icons/svg/user.svg @@ -3,3 +3,4 @@ d="M63.444 64.996c20.633 0 37.359-14.308 37.359-31.953 0-17.649-16.726-31.952-37.359-31.952-20.631 0-37.36 14.303-37.358 31.952 0 17.645 16.727 31.953 37.359 31.953zM80.57 75.65H49.434c-26.652 0-48.26 18.477-48.26 41.27v2.664c0 9.316 21.608 9.325 48.26 9.325H80.57c26.649 0 48.256-.344 48.256-9.325v-2.663c0-22.794-21.605-41.271-48.256-41.271z" stroke="#979797"/> + diff --git a/src/assets/icons/svg/validCode.svg b/src/assets/icons/svg/validCode.svg index 55ac795..1147e74 100644 --- a/src/assets/icons/svg/validCode.svg +++ b/src/assets/icons/svg/validCode.svg @@ -12,3 +12,4 @@ d="M750.1 428L490.7 673.2c-11.7 11.1-29.5 12.9-43.1 4.2l-6.8-5.8-141.2-149.4c-9.3-9.3-12.7-22.9-9-35.5 3.8-12.6 14.1-22.1 27-24.8 12.9-2.7 26.1 1.9 34.6 11.9L469 597.5l233.7-221c14.6-12.8 36.8-11.6 49.9 2.7 13.2 14.2 11.5 35.3-2.5 48.8" fill="#C6CCDA" p-id="1941"> + diff --git a/src/assets/icons/svg/wechat.svg b/src/assets/icons/svg/wechat.svg index 44daf1a..5fbf301 100644 --- a/src/assets/icons/svg/wechat.svg +++ b/src/assets/icons/svg/wechat.svg @@ -4,3 +4,4 @@ + diff --git a/src/assets/icons/svg/zip.svg b/src/assets/icons/svg/zip.svg index 47acb70..190d6fc 100644 --- a/src/assets/icons/svg/zip.svg +++ b/src/assets/icons/svg/zip.svg @@ -2,3 +2,4 @@ + diff --git a/src/assets/icons/svgo.yml b/src/assets/icons/svgo.yml index 05c6fbb..fb85de5 100644 --- a/src/assets/icons/svgo.yml +++ b/src/assets/icons/svgo.yml @@ -20,3 +20,4 @@ plugins: attrs: - 'fill' - 'fill-rule' + diff --git a/src/assets/images/dark.svg b/src/assets/images/dark.svg index 1916807..0d4ad65 100644 --- a/src/assets/images/dark.svg +++ b/src/assets/images/dark.svg @@ -39,3 +39,4 @@ + diff --git a/src/assets/images/light.svg b/src/assets/images/light.svg index da94405..03d42ab 100644 --- a/src/assets/images/light.svg +++ b/src/assets/images/light.svg @@ -39,3 +39,4 @@ + diff --git a/src/assets/styles/btn.scss b/src/assets/styles/btn.scss index e6ba1a8..3f0e3e0 100644 --- a/src/assets/styles/btn.scss +++ b/src/assets/styles/btn.scss @@ -97,3 +97,4 @@ font-size: 14px; border-radius: 4px; } + diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index 955d3ca..796a346 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -82,3 +82,4 @@ .el-range-separator { box-sizing: content-box; } + diff --git a/src/assets/styles/element-variables.scss b/src/assets/styles/element-variables.scss index 1615ff2..57a366e 100644 --- a/src/assets/styles/element-variables.scss +++ b/src/assets/styles/element-variables.scss @@ -29,3 +29,4 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; :export { theme: $--color-primary; } + diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 2f3b9ef..ca76e2c 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -180,3 +180,4 @@ aside { margin-bottom: 10px; } } + diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss index 9172448..cd5b932 100644 --- a/src/assets/styles/mixin.scss +++ b/src/assets/styles/mixin.scss @@ -58,3 +58,4 @@ border-bottom: $transparent-border-style; } } + diff --git a/src/assets/styles/muyu.scss b/src/assets/styles/muyu.scss index c62ab46..466a4d3 100644 --- a/src/assets/styles/muyu.scss +++ b/src/assets/styles/muyu.scss @@ -291,3 +291,4 @@ position: relative; float: right; } + diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss index be7c919..1cf611d 100644 --- a/src/assets/styles/sidebar.scss +++ b/src/assets/styles/sidebar.scss @@ -225,3 +225,4 @@ } } } + diff --git a/src/assets/styles/transition.scss b/src/assets/styles/transition.scss index 073f8c6..3217434 100644 --- a/src/assets/styles/transition.scss +++ b/src/assets/styles/transition.scss @@ -47,3 +47,4 @@ .breadcrumb-leave-active { position: absolute; } + diff --git a/src/assets/styles/variables.scss b/src/assets/styles/variables.scss index b7d5479..2cb3d6e 100644 --- a/src/assets/styles/variables.scss +++ b/src/assets/styles/variables.scss @@ -52,3 +52,4 @@ $base-sidebar-width: 200px; logoTitleColor: $base-logo-title-color; logoLightTitleColor: $base-logo-light-title-color } + diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index c063691..fe36dcf 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -73,3 +73,4 @@ export default { } } + diff --git a/src/components/Crontab/day.vue b/src/components/Crontab/day.vue index eef30c5..7800d05 100644 --- a/src/components/Crontab/day.vue +++ b/src/components/Crontab/day.vue @@ -164,3 +164,4 @@ export default { } } + diff --git a/src/components/Crontab/hour.vue b/src/components/Crontab/hour.vue index f9e3a69..c03b509 100644 --- a/src/components/Crontab/hour.vue +++ b/src/components/Crontab/hour.vue @@ -116,3 +116,4 @@ export default { } } + diff --git a/src/components/Crontab/index.vue b/src/components/Crontab/index.vue index 56e7a4e..5f45379 100644 --- a/src/components/Crontab/index.vue +++ b/src/components/Crontab/index.vue @@ -435,3 +435,4 @@ export default { overflow-y: auto; } + diff --git a/src/components/Crontab/min.vue b/src/components/Crontab/min.vue index 4e07ed8..9858d65 100644 --- a/src/components/Crontab/min.vue +++ b/src/components/Crontab/min.vue @@ -118,3 +118,4 @@ export default { } } + diff --git a/src/components/Crontab/month.vue b/src/components/Crontab/month.vue index 4ab9d00..73bdca3 100644 --- a/src/components/Crontab/month.vue +++ b/src/components/Crontab/month.vue @@ -116,3 +116,4 @@ export default { } } + diff --git a/src/components/Crontab/result.vue b/src/components/Crontab/result.vue index 9082f9e..7432020 100644 --- a/src/components/Crontab/result.vue +++ b/src/components/Crontab/result.vue @@ -557,3 +557,4 @@ export default { } + diff --git a/src/components/Crontab/second.vue b/src/components/Crontab/second.vue index daf31bb..9613c0b 100644 --- a/src/components/Crontab/second.vue +++ b/src/components/Crontab/second.vue @@ -119,3 +119,4 @@ export default { } } + diff --git a/src/components/Crontab/week.vue b/src/components/Crontab/week.vue index 31a8bbc..3a80722 100644 --- a/src/components/Crontab/week.vue +++ b/src/components/Crontab/week.vue @@ -209,3 +209,4 @@ export default { } } + diff --git a/src/components/Crontab/year.vue b/src/components/Crontab/year.vue index 2ccbca0..ebfa2e0 100644 --- a/src/components/Crontab/year.vue +++ b/src/components/Crontab/year.vue @@ -132,3 +132,4 @@ export default { } } + diff --git a/src/components/DictData/index.js b/src/components/DictData/index.js index b78235f..3e21866 100644 --- a/src/components/DictData/index.js +++ b/src/components/DictData/index.js @@ -49,3 +49,4 @@ function install() { export default { install, } + diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue index 82db444..77021db 100644 --- a/src/components/DictTag/index.vue +++ b/src/components/DictTag/index.vue @@ -90,3 +90,4 @@ export default { margin-left: 10px; } + diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index 4d10bd8..5486954 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -290,3 +290,4 @@ export default { content: "等宽字体"; } + diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index b897d32..278da02 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -215,3 +215,4 @@ export default { margin-right: 10px; } + diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 4552a2c..a58aa03 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -43,3 +43,4 @@ export default { transform: rotate(180deg); } + diff --git a/src/components/HeaderSearch/index.vue b/src/components/HeaderSearch/index.vue index 8aca300..00b8493 100644 --- a/src/components/HeaderSearch/index.vue +++ b/src/components/HeaderSearch/index.vue @@ -199,3 +199,4 @@ export default { } } + diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index 1802831..242648f 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -113,3 +113,4 @@ export default { } } + diff --git a/src/components/IconSelect/requireIcons.js b/src/components/IconSelect/requireIcons.js index 877e5b7..705d0b9 100644 --- a/src/components/IconSelect/requireIcons.js +++ b/src/components/IconSelect/requireIcons.js @@ -8,3 +8,4 @@ const icons = requireAll(req).map(i => { }) export default icons + diff --git a/src/components/ImagePreview/index.vue b/src/components/ImagePreview/index.vue index 54216b7..102bd32 100644 --- a/src/components/ImagePreview/index.vue +++ b/src/components/ImagePreview/index.vue @@ -83,3 +83,4 @@ export default { } } + diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index bc8a76f..bcb2ceb 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -220,3 +220,4 @@ export default { } + diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index a96ba63..1648119 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -112,3 +112,4 @@ export default { display: none; } + diff --git a/src/components/PanThumb/index.vue b/src/components/PanThumb/index.vue index 1a11a4c..db41360 100644 --- a/src/components/PanThumb/index.vue +++ b/src/components/PanThumb/index.vue @@ -140,3 +140,4 @@ export default { transform: translateX(0px) rotate(0deg); } + diff --git a/src/components/ParentView/index.vue b/src/components/ParentView/index.vue index 083049b..36420c5 100644 --- a/src/components/ParentView/index.vue +++ b/src/components/ParentView/index.vue @@ -1,3 +1,4 @@ + diff --git a/src/components/RightPanel/index.vue b/src/components/RightPanel/index.vue index ed826f9..f08ffd8 100644 --- a/src/components/RightPanel/index.vue +++ b/src/components/RightPanel/index.vue @@ -105,3 +105,4 @@ export default { } } + diff --git a/src/components/RightToolbar/index.vue b/src/components/RightToolbar/index.vue index d02bf3b..220e449 100644 --- a/src/components/RightToolbar/index.vue +++ b/src/components/RightToolbar/index.vue @@ -104,3 +104,4 @@ export default { margin-bottom: 10px; } + diff --git a/src/components/Screenfull/index.vue b/src/components/Screenfull/index.vue index 46eb1b6..5b77cbc 100644 --- a/src/components/Screenfull/index.vue +++ b/src/components/Screenfull/index.vue @@ -55,3 +55,4 @@ export default { vertical-align: 10px; } + diff --git a/src/components/SizeSelect/index.vue b/src/components/SizeSelect/index.vue index 65138b0..ee3e244 100644 --- a/src/components/SizeSelect/index.vue +++ b/src/components/SizeSelect/index.vue @@ -55,3 +55,4 @@ export default { } + diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index 0265153..e83f160 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -59,3 +59,4 @@ export default { display: inline-block; } + diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue index f240a48..da06ae9 100644 --- a/src/components/ThemePicker/index.vue +++ b/src/components/ThemePicker/index.vue @@ -171,3 +171,4 @@ export default { display: none; } + diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index eb4acdb..62d9094 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -196,3 +196,4 @@ export default { margin: 0 10px !important; } + diff --git a/src/components/iFrame/index.vue b/src/components/iFrame/index.vue index 3d19db8..02d4de8 100644 --- a/src/components/iFrame/index.vue +++ b/src/components/iFrame/index.vue @@ -34,3 +34,4 @@ export default { } }; + diff --git a/src/components/muyu/Doc/index.vue b/src/components/muyu/Doc/index.vue index 92d4952..329fa8a 100644 --- a/src/components/muyu/Doc/index.vue +++ b/src/components/muyu/Doc/index.vue @@ -19,3 +19,4 @@ export default { } } + diff --git a/src/components/muyu/Git/index.vue b/src/components/muyu/Git/index.vue index be0f9bd..e2f5c00 100644 --- a/src/components/muyu/Git/index.vue +++ b/src/components/muyu/Git/index.vue @@ -19,3 +19,4 @@ export default { } } + diff --git a/src/directive/dialog/drag.js b/src/directive/dialog/drag.js index e754a40..a1170f3 100644 --- a/src/directive/dialog/drag.js +++ b/src/directive/dialog/drag.js @@ -63,3 +63,4 @@ export default { } } }; + diff --git a/src/directive/dialog/dragHeight.js b/src/directive/dialog/dragHeight.js index 2fda033..544ba6b 100644 --- a/src/directive/dialog/dragHeight.js +++ b/src/directive/dialog/dragHeight.js @@ -32,3 +32,4 @@ export default { dragDom.appendChild(lineEl); } } + diff --git a/src/directive/dialog/dragWidth.js b/src/directive/dialog/dragWidth.js index 90e5283..f9c06dc 100644 --- a/src/directive/dialog/dragWidth.js +++ b/src/directive/dialog/dragWidth.js @@ -28,3 +28,4 @@ export default { dragDom.appendChild(lineEl); } } + diff --git a/src/directive/index.js b/src/directive/index.js index f5ae7d5..a6fab28 100644 --- a/src/directive/index.js +++ b/src/directive/index.js @@ -21,3 +21,4 @@ if (window.Vue) { } export default install + diff --git a/src/directive/module/clipboard.js b/src/directive/module/clipboard.js index 4dbb944..e182b1d 100644 --- a/src/directive/module/clipboard.js +++ b/src/directive/module/clipboard.js @@ -55,3 +55,4 @@ export default { } } } + diff --git a/src/directive/permission/hasPermi.js b/src/directive/permission/hasPermi.js index ca3d33c..73ee3a1 100644 --- a/src/directive/permission/hasPermi.js +++ b/src/directive/permission/hasPermi.js @@ -26,3 +26,4 @@ export default { } } } + diff --git a/src/directive/permission/hasRole.js b/src/directive/permission/hasRole.js index af74b58..9c25f8c 100644 --- a/src/directive/permission/hasRole.js +++ b/src/directive/permission/hasRole.js @@ -26,3 +26,4 @@ export default { } } } + diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 7c1e34f..a5d5c15 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -73,3 +73,4 @@ export default { border-radius: 3px; } + diff --git a/src/layout/components/IframeToggle/index.vue b/src/layout/components/IframeToggle/index.vue index 427c2f4..b77cd0d 100644 --- a/src/layout/components/IframeToggle/index.vue +++ b/src/layout/components/IframeToggle/index.vue @@ -31,3 +31,4 @@ export default { } } + diff --git a/src/layout/components/InnerLink/index.vue b/src/layout/components/InnerLink/index.vue index f2ceb3b..2c0097b 100644 --- a/src/layout/components/InnerLink/index.vue +++ b/src/layout/components/InnerLink/index.vue @@ -45,3 +45,4 @@ export default { } }; + diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 7ccea26..274a088 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -187,3 +187,4 @@ export default { } } + diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index e182fcc..7951957 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -174,7 +174,7 @@ export default { }, saveSetting() { this.$modal.loading("正在保存到本地,请稍候..."); - this.$cache.local.set( + this.$cache.local.set( // 本地缓存 "layout-setting", `{ "topNav":${this.topNav}, @@ -190,7 +190,7 @@ export default { }, resetSetting() { this.$modal.loading("正在清除设置缓存并刷新,请稍候..."); - this.$cache.local.remove("layout-setting") + this.$cache.local.remove("layout-setting") // 本地缓存 setTimeout("window.location.reload()", 1000) } } @@ -265,3 +265,4 @@ export default { } } + diff --git a/src/layout/components/Sidebar/FixiOSBug.js b/src/layout/components/Sidebar/FixiOSBug.js index 6823726..feea09a 100644 --- a/src/layout/components/Sidebar/FixiOSBug.js +++ b/src/layout/components/Sidebar/FixiOSBug.js @@ -23,3 +23,4 @@ export default { } } } + diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue index 0fd5d66..526ed7c 100644 --- a/src/layout/components/Sidebar/Item.vue +++ b/src/layout/components/Sidebar/Item.vue @@ -31,3 +31,4 @@ export default { } } + diff --git a/src/layout/components/Sidebar/Link.vue b/src/layout/components/Sidebar/Link.vue index e359a8d..50137a4 100644 --- a/src/layout/components/Sidebar/Link.vue +++ b/src/layout/components/Sidebar/Link.vue @@ -41,3 +41,4 @@ export default { } } + diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 9eb32cf..0e4f65b 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -96,3 +96,4 @@ export default { } } + diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 71ee3f8..baddef2 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -99,3 +99,4 @@ export default { } } + diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 4a5fb82..c59176f 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -56,3 +56,4 @@ export default { } }; + diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index 4a680d8..3f71787 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -94,3 +94,4 @@ export default { } } + diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 2a00c82..b6a4feb 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -342,3 +342,4 @@ export default { } } + diff --git a/src/layout/components/index.js b/src/layout/components/index.js index bebf056..8c19f2e 100644 --- a/src/layout/components/index.js +++ b/src/layout/components/index.js @@ -3,3 +3,4 @@ export {default as Navbar} from './Navbar' export {default as Settings} from './Settings' export {default as Sidebar} from './Sidebar/index.vue' export {default as TagsView} from './TagsView/index.vue' + diff --git a/src/layout/index.vue b/src/layout/index.vue index 9628a99..c5153a6 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -109,3 +109,4 @@ export default { width: 100%; } + diff --git a/src/layout/mixin/ResizeHandler.js b/src/layout/mixin/ResizeHandler.js index 7f8af65..292fd5d 100644 --- a/src/layout/mixin/ResizeHandler.js +++ b/src/layout/mixin/ResizeHandler.js @@ -43,3 +43,4 @@ export default { } } } + diff --git a/src/main.js b/src/main.js index 546f125..5fa57b0 100644 --- a/src/main.js +++ b/src/main.js @@ -84,3 +84,4 @@ new Vue({ store, render: h => h(App) }) + diff --git a/src/permission.js b/src/permission.js index 6034239..e728f09 100644 --- a/src/permission.js +++ b/src/permission.js @@ -54,3 +54,4 @@ router.beforeEach((to, from, next) => { router.afterEach(() => { NProgress.done() }) + diff --git a/src/plugins/auth.js b/src/plugins/auth.js index 6c6bc24..c6844a7 100644 --- a/src/plugins/auth.js +++ b/src/plugins/auth.js @@ -58,3 +58,4 @@ export default { }) } } + diff --git a/src/plugins/cache.js b/src/plugins/cache.js index 91bb6df..8e895de 100644 --- a/src/plugins/cache.js +++ b/src/plugins/cache.js @@ -75,3 +75,4 @@ export default { */ local: localCache } + diff --git a/src/plugins/download.js b/src/plugins/download.js index 8033b0d..34c9155 100644 --- a/src/plugins/download.js +++ b/src/plugins/download.js @@ -36,3 +36,4 @@ export default { } } + diff --git a/src/plugins/index.js b/src/plugins/index.js index d000f2d..83604b8 100644 --- a/src/plugins/index.js +++ b/src/plugins/index.js @@ -18,3 +18,4 @@ export default { Vue.prototype.$download = download } } + diff --git a/src/plugins/modal.js b/src/plugins/modal.js index 7f04dc0..ff67dc1 100644 --- a/src/plugins/modal.js +++ b/src/plugins/modal.js @@ -81,3 +81,4 @@ export default { loadingInstance.close(); } } + diff --git a/src/plugins/tab.js b/src/plugins/tab.js index 18de6df..78127fc 100644 --- a/src/plugins/tab.js +++ b/src/plugins/tab.js @@ -69,3 +69,4 @@ export default { return store.dispatch('tagsView/updateVisitedView', obj); } } + diff --git a/src/router/index.js b/src/router/index.js index 2afac71..adc3786 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -178,5 +178,6 @@ Router.prototype.replace = function push(location) { export default new Router({ mode: 'history', // 去掉url中的# scrollBehavior: () => ({y: 0}), - routes: constantRoutes + routes: constantRoutes // Note: 路由配置项 }) + diff --git a/src/settings.js b/src/settings.js index 6a0b09f..7419f4b 100644 --- a/src/settings.js +++ b/src/settings.js @@ -42,3 +42,4 @@ module.exports = { */ errorLog: 'production' } + diff --git a/src/store/getters.js b/src/store/getters.js index 149f016..cb07cca 100644 --- a/src/store/getters.js +++ b/src/store/getters.js @@ -17,3 +17,4 @@ const getters = { sidebarRouters: state => state.permission.sidebarRouters, } export default getters + diff --git a/src/store/index.js b/src/store/index.js index 97aaef8..6025599 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -23,3 +23,4 @@ const store = new Vuex.Store({ }) export default store + diff --git a/src/store/modules/app.js b/src/store/modules/app.js index 367dd93..9d7b19d 100644 --- a/src/store/modules/app.js +++ b/src/store/modules/app.js @@ -64,3 +64,4 @@ export default { mutations, actions } + diff --git a/src/store/modules/dict.js b/src/store/modules/dict.js index dcf895e..1287bee 100644 --- a/src/store/modules/dict.js +++ b/src/store/modules/dict.js @@ -48,3 +48,4 @@ export default { actions } + diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js index 23e3ccc..3ada80b 100644 --- a/src/store/modules/permission.js +++ b/src/store/modules/permission.js @@ -135,3 +135,4 @@ export const loadView = (view) => { } export default permission + diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js index 4323f95..a27a8f0 100644 --- a/src/store/modules/settings.js +++ b/src/store/modules/settings.js @@ -40,3 +40,4 @@ export default { actions } + diff --git a/src/store/modules/tagsView.js b/src/store/modules/tagsView.js index 51bf2a8..d8cefe2 100644 --- a/src/store/modules/tagsView.js +++ b/src/store/modules/tagsView.js @@ -226,3 +226,4 @@ export default { mutations, actions } + diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 6c109a6..a061cb2 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -118,3 +118,4 @@ const user = { } export default user + diff --git a/src/utils/auth.js b/src/utils/auth.js index a673d22..ebe9243 100644 --- a/src/utils/auth.js +++ b/src/utils/auth.js @@ -27,3 +27,4 @@ export function setExpiresIn(time) { export function removeExpiresIn() { return Cookies.remove(ExpiresInKey) } + diff --git a/src/utils/dict/Dict.js b/src/utils/dict/Dict.js index 76796d6..14d83b1 100644 --- a/src/utils/dict/Dict.js +++ b/src/utils/dict/Dict.js @@ -15,9 +15,9 @@ const DEFAULT_DICT_OPTIONS = { */ export default class Dict { constructor() { - this.owner = null - this.label = {} - this.type = {} + this.owner = null // @classdesc 字典 + this.label = {} // @classdesc 字典 + this.type = {} // @classdesc 字典 } init(options) { @@ -29,15 +29,15 @@ export default class Dict { throw new Error('need dict types') } const ps = [] - this._dictMetas = opts.types.map(t => DictMeta.parse(t)) - this._dictMetas.forEach(dictMeta => { + this._dictMetas = opts.types.map(t => DictMeta.parse(t)) // 解析字典元数据 + this._dictMetas.forEach(dictMeta => { // @classdesc 字典 const type = dictMeta.type - Vue.set(this.label, type, {}) - Vue.set(this.type, type, []) + Vue.set(this.label, type, {}) // @classdesc 字典 + Vue.set(this.type, type, []) // @classdesc 字典 if (dictMeta.lazy) { return } - ps.push(loadDict(this, dictMeta)) + ps.push(loadDict(this, dictMeta)) // 加载字典 }) return Promise.all(ps) } @@ -47,11 +47,11 @@ export default class Dict { * @param {String} type 字典类型 */ reloadDict(type) { - const dictMeta = this._dictMetas.find(e => e.type === type) + const dictMeta = this._dictMetas.find(e => e.type === type) // @classdesc 字典 if (dictMeta === undefined) { return Promise.reject(`the dict meta of ${type} was not found`) } - return loadDict(this, dictMeta) + return loadDict(this, dictMeta) // 加载字典 } } @@ -80,3 +80,4 @@ function loadDict(dict, dictMeta) { return dicts }) } + diff --git a/src/utils/dict/DictConverter.js b/src/utils/dict/DictConverter.js index c591cf4..296cfe2 100644 --- a/src/utils/dict/DictConverter.js +++ b/src/utils/dict/DictConverter.js @@ -2,8 +2,8 @@ import DictOptions from './DictOptions' import DictData from './DictData' export default function (dict, dictMeta) { - const label = determineDictField(dict, dictMeta.labelField, ...DictOptions.DEFAULT_LABEL_FIELDS) - const value = determineDictField(dict, dictMeta.valueField, ...DictOptions.DEFAULT_VALUE_FIELDS) + const label = determineDictField(dict, dictMeta.labelField, ...DictOptions.DEFAULT_LABEL_FIELDS) // 默认标签字段 + const value = determineDictField(dict, dictMeta.valueField, ...DictOptions.DEFAULT_VALUE_FIELDS) // 默认值字段 return new DictData(dict[label], dict[value], dict) } @@ -15,3 +15,4 @@ export default function (dict, dictMeta) { function determineDictField(dict, ...fields) { return fields.find(f => Object.prototype.hasOwnProperty.call(dict, f)) } + diff --git a/src/utils/dict/DictData.js b/src/utils/dict/DictData.js index afc763e..9a9f227 100644 --- a/src/utils/dict/DictData.js +++ b/src/utils/dict/DictData.js @@ -6,8 +6,9 @@ */ export default class DictData { constructor(label, value, raw) { - this.label = label - this.value = value - this.raw = raw + this.label = label // @classdesc 字典数据 + this.value = value // @classdesc 字典数据 + this.raw = raw // @classdesc 字典数据 } } + diff --git a/src/utils/dict/DictMeta.js b/src/utils/dict/DictMeta.js index 267b9b2..089dc1b 100644 --- a/src/utils/dict/DictMeta.js +++ b/src/utils/dict/DictMeta.js @@ -10,12 +10,12 @@ import DictOptions from './DictOptions' */ export default class DictMeta { constructor(options) { - this.type = options.type - this.request = options.request - this.responseConverter = options.responseConverter - this.labelField = options.labelField - this.valueField = options.valueField - this.lazy = options.lazy === true + this.type = options.type // @classdesc 字典元数据 + this.request = options.request // @classdesc 字典元数据 + this.responseConverter = options.responseConverter // @classdesc 字典元数据 + this.labelField = options.labelField // @classdesc 字典元数据 + this.valueField = options.valueField // @classdesc 字典元数据 + this.lazy = options.lazy === true // @classdesc 字典元数据 } } @@ -25,7 +25,7 @@ export default class DictMeta { * @param {Object} options * @returns {DictMeta} */ -DictMeta.parse = function (options) { +DictMeta.parse = function (options) { // 解析字典元数据 let opts = null if (typeof options === 'string') { opts = DictOptions.metas[options] || {} @@ -34,5 +34,6 @@ DictMeta.parse = function (options) { opts = options } opts = mergeRecursive(DictOptions.metas['*'], opts) - return new DictMeta(opts) + return new DictMeta(opts) // @classdesc 字典元数据 } + diff --git a/src/utils/dict/DictOptions.js b/src/utils/dict/DictOptions.js index 9a3ddcb..1e78485 100644 --- a/src/utils/dict/DictOptions.js +++ b/src/utils/dict/DictOptions.js @@ -14,7 +14,7 @@ export const options = { /** * 字典响应数据转换器,方法签名为function(response: Object, dictMeta: DictMeta): DictData */ - responseConverter, + responseConverter, // 映射字典 labelField: 'label', valueField: 'value', }, @@ -49,3 +49,4 @@ export function mergeOptions(src) { } export default options + diff --git a/src/utils/dict/index.js b/src/utils/dict/index.js index ad79118..07af78e 100644 --- a/src/utils/dict/index.js +++ b/src/utils/dict/index.js @@ -31,3 +31,4 @@ export default function (Vue, options) { }, }) } + diff --git a/src/utils/errorCode.js b/src/utils/errorCode.js index d2111ee..960fbea 100644 --- a/src/utils/errorCode.js +++ b/src/utils/errorCode.js @@ -4,3 +4,4 @@ export default { '404': '访问资源不存在', 'default': '系统未知错误,请反馈给管理员' } + diff --git a/src/utils/generator/config.js b/src/utils/generator/config.js index 11af897..56a75e0 100644 --- a/src/utils/generator/config.js +++ b/src/utils/generator/config.js @@ -436,3 +436,4 @@ export const trigger = { 'el-date-picker': 'change', 'el-rate': 'change' } + diff --git a/src/utils/generator/css.js b/src/utils/generator/css.js index c1c62e6..9644562 100644 --- a/src/utils/generator/css.js +++ b/src/utils/generator/css.js @@ -16,3 +16,4 @@ export function makeUpCss(conf) { conf.fields.forEach(el => addCss(cssList, el)) return cssList.join('\n') } + diff --git a/src/utils/generator/drawingDefault.js b/src/utils/generator/drawingDefault.js index e9fecf7..c3d4fb2 100644 --- a/src/utils/generator/drawingDefault.js +++ b/src/utils/generator/drawingDefault.js @@ -27,3 +27,4 @@ export default [ }] } ] + diff --git a/src/utils/generator/html.js b/src/utils/generator/html.js index d665944..693221a 100644 --- a/src/utils/generator/html.js +++ b/src/utils/generator/html.js @@ -357,3 +357,4 @@ export function makeUpHtml(conf, type) { confGlobal = null return temp } + diff --git a/src/utils/generator/icon.json b/src/utils/generator/icon.json index 2de7b07..ca22625 100644 --- a/src/utils/generator/icon.json +++ b/src/utils/generator/icon.json @@ -280,3 +280,4 @@ "ice-cream-square", "ice-cream-round" ] + diff --git a/src/utils/generator/js.js b/src/utils/generator/js.js index d06ffff..a44fa8b 100644 --- a/src/utils/generator/js.js +++ b/src/utils/generator/js.js @@ -239,3 +239,4 @@ function buildexport(conf, type, data, rules, selectOptions, uploadVar, props, m }` return str } + diff --git a/src/utils/generator/render.js b/src/utils/generator/render.js index a8ea1e4..55fff2d 100644 --- a/src/utils/generator/render.js +++ b/src/utils/generator/render.js @@ -125,3 +125,4 @@ export default { }, props: ['conf'] } + diff --git a/src/utils/index.js b/src/utils/index.js index 5180d44..d6d27df 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,4 +1,4 @@ -import {parseTime} from './muyu' +import {parseTime} from './muyu' // 通用js方法封装处理 /** * 表格时间格式化 @@ -42,7 +42,7 @@ export function formatTime(time, option) { return '1天前' } if (option) { - return parseTime(time, option) + return parseTime(time, option) // 通用js方法封装处理 } else { return ( d.getMonth() + @@ -388,3 +388,4 @@ export function isNumberStr(str) { return /^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(str) } + diff --git a/src/utils/jsencrypt.js b/src/utils/jsencrypt.js index 78d9523..4bf1bf6 100644 --- a/src/utils/jsencrypt.js +++ b/src/utils/jsencrypt.js @@ -28,3 +28,4 @@ export function decrypt(txt) { return encryptor.decrypt(txt) // 对数据进行解密 } + diff --git a/src/utils/muyu.js b/src/utils/muyu.js index 7370c52..62cfa10 100644 --- a/src/utils/muyu.js +++ b/src/utils/muyu.js @@ -232,3 +232,4 @@ export function tansParams(params) { export function blobValidate(data) { return data.type !== 'application/json' } + diff --git a/src/utils/permission.js b/src/utils/permission.js index 1730e33..a82a675 100644 --- a/src/utils/permission.js +++ b/src/utils/permission.js @@ -48,4 +48,4 @@ export function checkRole(value) { console.error(`need roles! Like checkRole="['admin','editor']"`) return false } -} \ No newline at end of file +}} diff --git a/src/utils/request.js b/src/utils/request.js index 47d1bcb..475e117 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -48,9 +48,9 @@ service.interceptors.request.use(config => { console.warn(`[${config.url}]: ` + '请求数据大小超出允许的5M限制,无法进行防重复提交验证。') return config; } - const sessionObj = cache.session.getJSON('sessionObj') + const sessionObj = cache.session.getJSON('sessionObj') // 会话级缓存 if (sessionObj === undefined || sessionObj === null || sessionObj === '') { - cache.session.setJSON('sessionObj', requestObj) + cache.session.setJSON('sessionObj', requestObj) // 会话级缓存 } else { const s_url = sessionObj.url; // 请求地址 const s_data = sessionObj.data; // 请求数据 @@ -61,7 +61,7 @@ service.interceptors.request.use(config => { console.warn(`[${s_url}]: ` + message) return Promise.reject(new Error(message)) } else { - cache.session.setJSON('sessionObj', requestObj) + cache.session.setJSON('sessionObj', requestObj) // 会话级缓存 } } } @@ -161,3 +161,4 @@ export function download(url, params, filename, config) { } export default service + diff --git a/src/utils/scroll-to.js b/src/utils/scroll-to.js index 09fa393..cea9372 100644 --- a/src/utils/scroll-to.js +++ b/src/utils/scroll-to.js @@ -58,3 +58,4 @@ export function scrollTo(to, duration, callback) { } animateScroll() } + diff --git a/src/utils/validate.js b/src/utils/validate.js index adfa254..64756a9 100644 --- a/src/utils/validate.js +++ b/src/utils/validate.js @@ -81,3 +81,4 @@ export function isArray(arg) { } return Array.isArray(arg) } + diff --git a/src/views/components/icons/element-icons.js b/src/views/components/icons/element-icons.js index 9ea4d63..66763cb 100644 --- a/src/views/components/icons/element-icons.js +++ b/src/views/components/icons/element-icons.js @@ -1,3 +1,4 @@ const elementIcons = ['platform-eleme', 'eleme', 'delete-solid', 'delete', 's-tools', 'setting', 'user-solid', 'user', 'phone', 'phone-outline', 'more', 'more-outline', 'star-on', 'star-off', 's-goods', 'goods', 'warning', 'warning-outline', 'question', 'info', 'remove', 'circle-plus', 'success', 'error', 'zoom-in', 'zoom-out', 'remove-outline', 'circle-plus-outline', 'circle-check', 'circle-close', 's-help', 'help', 'minus', 'plus', 'check', 'close', 'picture', 'picture-outline', 'picture-outline-round', 'upload', 'upload2', 'download', 'camera-solid', 'camera', 'video-camera-solid', 'video-camera', 'message-solid', 'bell', 's-cooperation', 's-order', 's-platform', 's-fold', 's-unfold', 's-operation', 's-promotion', 's-home', 's-release', 's-ticket', 's-management', 's-open', 's-shop', 's-marketing', 's-flag', 's-comment', 's-finance', 's-claim', 's-custom', 's-opportunity', 's-data', 's-check', 's-grid', 'menu', 'share', 'd-caret', 'caret-left', 'caret-right', 'caret-bottom', 'caret-top', 'bottom-left', 'bottom-right', 'back', 'right', 'bottom', 'top', 'top-left', 'top-right', 'arrow-left', 'arrow-right', 'arrow-down', 'arrow-up', 'd-arrow-left', 'd-arrow-right', 'video-pause', 'video-play', 'refresh', 'refresh-right', 'refresh-left', 'finished', 'sort', 'sort-up', 'sort-down', 'rank', 'loading', 'view', 'c-scale-to-original', 'date', 'edit', 'edit-outline', 'folder', 'folder-opened', 'folder-add', 'folder-remove', 'folder-delete', 'folder-checked', 'tickets', 'document-remove', 'document-delete', 'document-copy', 'document-checked', 'document', 'document-add', 'printer', 'paperclip', 'takeaway-box', 'search', 'monitor', 'attract', 'mobile', 'scissors', 'umbrella', 'headset', 'brush', 'mouse', 'coordinate', 'magic-stick', 'reading', 'data-line', 'data-board', 'pie-chart', 'data-analysis', 'collection-tag', 'film', 'suitcase', 'suitcase-1', 'receiving', 'collection', 'files', 'notebook-1', 'notebook-2', 'toilet-paper', 'office-building', 'school', 'table-lamp', 'house', 'no-smoking', 'smoking', 'shopping-cart-full', 'shopping-cart-1', 'shopping-cart-2', 'shopping-bag-1', 'shopping-bag-2', 'sold-out', 'sell', 'present', 'box', 'bank-card', 'money', 'coin', 'wallet', 'discount', 'price-tag', 'news', 'guide', 'male', 'female', 'thumb', 'cpu', 'link', 'connection', 'open', 'turn-off', 'set-up', 'chat-round', 'chat-line-round', 'chat-square', 'chat-dot-round', 'chat-dot-square', 'chat-line-square', 'message', 'postcard', 'position', 'turn-off-microphone', 'microphone', 'close-notification', 'bangzhu', 'time', 'odometer', 'crop', 'aim', 'switch-button', 'full-screen', 'copy-document', 'mic', 'stopwatch', 'medal-1', 'medal', 'trophy', 'trophy-1', 'first-aid-kit', 'discover', 'place', 'location', 'location-outline', 'location-information', 'add-location', 'delete-location', 'map-location', 'alarm-clock', 'timer', 'watch-1', 'watch', 'lock', 'unlock', 'key', 'service', 'mobile-phone', 'bicycle', 'truck', 'ship', 'basketball', 'football', 'soccer', 'baseball', 'wind-power', 'light-rain', 'lightning', 'heavy-rain', 'sunrise', 'sunrise-1', 'sunset', 'sunny', 'cloudy', 'partly-cloudy', 'cloudy-and-sunny', 'moon', 'moon-night', 'dish', 'dish-1', 'food', 'chicken', 'fork-spoon', 'knife-fork', 'burger', 'tableware', 'sugar', 'dessert', 'ice-cream', 'hot-water', 'water-cup', 'coffee-cup', 'cold-drink', 'goblet', 'goblet-full', 'goblet-square', 'goblet-square-full', 'refrigerator', 'grape', 'watermelon', 'cherry', 'apple', 'pear', 'orange', 'coffee', 'ice-tea', 'ice-drink', 'milk-tea', 'potato-strips', 'lollipop', 'ice-cream-square', 'ice-cream-round'] export default elementIcons + diff --git a/src/views/components/icons/index.vue b/src/views/components/icons/index.vue index 8215c98..e3ddc67 100644 --- a/src/views/components/icons/index.vue +++ b/src/views/components/icons/index.vue @@ -85,3 +85,4 @@ export default { } } + diff --git a/src/views/components/icons/svg-icons.js b/src/views/components/icons/svg-icons.js index 724cd8e..df226fa 100644 --- a/src/views/components/icons/svg-icons.js +++ b/src/views/components/icons/svg-icons.js @@ -8,3 +8,4 @@ const svgIcons = requireAll(req).map(i => { }) export default svgIcons + diff --git a/src/views/dashboard/BarChart.vue b/src/views/dashboard/BarChart.vue index e175369..76747c0 100644 --- a/src/views/dashboard/BarChart.vue +++ b/src/views/dashboard/BarChart.vue @@ -101,3 +101,4 @@ export default { } } + diff --git a/src/views/dashboard/LineChart.vue b/src/views/dashboard/LineChart.vue index ca6ccfd..cb5d966 100644 --- a/src/views/dashboard/LineChart.vue +++ b/src/views/dashboard/LineChart.vue @@ -134,3 +134,4 @@ export default { } } + diff --git a/src/views/dashboard/PanelGroup.vue b/src/views/dashboard/PanelGroup.vue index e9c8392..14d157f 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -179,3 +179,4 @@ export default { } } + diff --git a/src/views/dashboard/PieChart.vue b/src/views/dashboard/PieChart.vue index 3ba4411..8f2674d 100644 --- a/src/views/dashboard/PieChart.vue +++ b/src/views/dashboard/PieChart.vue @@ -78,3 +78,4 @@ export default { } } + diff --git a/src/views/dashboard/RaddarChart.vue b/src/views/dashboard/RaddarChart.vue index 2a5e27d..9451c1d 100644 --- a/src/views/dashboard/RaddarChart.vue +++ b/src/views/dashboard/RaddarChart.vue @@ -115,3 +115,4 @@ export default { } } + diff --git a/src/views/dashboard/mixins/resize.js b/src/views/dashboard/mixins/resize.js index d0410ec..55fbc8c 100644 --- a/src/views/dashboard/mixins/resize.js +++ b/src/views/dashboard/mixins/resize.js @@ -54,3 +54,4 @@ export default { } } } + diff --git a/src/views/error/401.vue b/src/views/error/401.vue index 6282882..3e29d30 100644 --- a/src/views/error/401.vue +++ b/src/views/error/401.vue @@ -94,3 +94,4 @@ export default { } } + diff --git a/src/views/error/404.vue b/src/views/error/404.vue index 192c806..87ac71d 100644 --- a/src/views/error/404.vue +++ b/src/views/error/404.vue @@ -245,3 +245,4 @@ export default { } } + diff --git a/src/views/index.vue b/src/views/index.vue index 93edae1..c4afd75 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -3,7 +3,7 @@
- 领取阿里云通用云产品1888优惠券 + 领取鸡泽通用小吉吉1888优惠券,立即享受娄逼逼香吻一枚

- 领取腾讯云通用云产品2860优惠券 + 简历生成器,完成梅姐任务之一
https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console
- 阿里云服务器折扣区 - >☛☛点我进入☚☚ -     腾讯云服务器秒杀区 - >☛☛点我进入☚☚
-

- 云产品通用红包,可叠加官网常规优惠使用。(仅限新用户) -


@@ -44,7 +41,7 @@
-

若依后台管理框架

+

一组五个大帅逼

一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了若依管理系统,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。

@@ -966,3 +963,4 @@ export default { } + diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index ba9b6c4..4947cea 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -96,3 +96,4 @@ export default { } } + diff --git a/src/views/login.vue b/src/views/login.vue index bdd86d9..0bb32b9 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -227,3 +227,4 @@ export default { height: 38px; } + diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index d20b070..692d9f4 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -361,7 +361,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询定时任务列表 }, methods: { /** 查询定时任务列表 */ @@ -399,12 +399,12 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询定时任务列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -419,10 +419,10 @@ export default { this.handleRun(row); break; case "handleView": - this.handleView(row); + this.handleView(row); // 任务详细信息 break; case "handleJobLog": - this.handleJobLog(row); + this.handleJobLog(row); // 任务日志列表查询 break; default: break; @@ -493,13 +493,13 @@ export default { updateJob(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询定时任务列表 }); } else { addJob(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询定时任务列表 }); } } @@ -511,7 +511,7 @@ export default { this.$modal.confirm('是否确认删除定时任务编号为"' + jobIds + '"的数据项?').then(function () { return delJob(jobIds); }).then(() => { - this.getList(); + this.getList(); // 查询定时任务列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -525,3 +525,4 @@ export default { } }; + diff --git a/src/views/monitor/job/log.vue b/src/views/monitor/job/log.vue index e7a0717..0df851d 100644 --- a/src/views/monitor/job/log.vue +++ b/src/views/monitor/job/log.vue @@ -227,10 +227,10 @@ export default { getJob(jobId).then(response => { this.queryParams.jobName = response.data.jobName; this.queryParams.jobGroup = response.data.jobGroup; - this.getList(); + this.getList(); // 查询调度日志列表 }); } else { - this.getList(); + this.getList(); // 查询调度日志列表 } }, methods: { @@ -252,13 +252,13 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询调度日志列表 }, /** 重置按钮操作 */ resetQuery() { this.dateRange = []; this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -276,7 +276,7 @@ export default { this.$modal.confirm('是否确认删除调度日志编号为"' + jobLogIds + '"的数据项?').then(function () { return delJobLog(jobLogIds); }).then(() => { - this.getList(); + this.getList(); // 查询调度日志列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -286,7 +286,7 @@ export default { this.$modal.confirm('是否确认清空所有调度日志数据项?').then(function () { return cleanJobLog(); }).then(() => { - this.getList(); + this.getList(); // 查询调度日志列表 this.$modal.msgSuccess("清空成功"); }).catch(() => { }); @@ -300,3 +300,4 @@ export default { } }; + diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index 7adeb9b..eb624da 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -82,7 +82,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询登录日志列表 }, methods: { /** 查询登录日志列表 */ @@ -97,19 +97,19 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.pageNum = 1; - this.getList(); + this.getList(); // 查询登录日志列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 强退按钮操作 */ handleForceLogout(row) { this.$modal.confirm('是否确认强退名称为"' + row.userName + '"的用户?').then(function () { return forceLogout(row.tokenId); }).then(() => { - this.getList(); + this.getList(); // 查询登录日志列表 this.$modal.msgSuccess("强退成功"); }).catch(() => { }); @@ -118,3 +118,4 @@ export default { }; + diff --git a/src/views/redirect.vue b/src/views/redirect.vue index cb9a39e..7cf3916 100644 --- a/src/views/redirect.vue +++ b/src/views/redirect.vue @@ -10,3 +10,4 @@ export default { } } + diff --git a/src/views/register.vue b/src/views/register.vue index 9b4dc96..55d39a0 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -217,3 +217,4 @@ export default { height: 38px; } + diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue index 5673b7c..0c911d6 100644 --- a/src/views/system/config/index.vue +++ b/src/views/system/config/index.vue @@ -241,7 +241,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询参数列表 }, methods: { /** 查询参数列表 */ @@ -274,13 +274,13 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询参数列表 }, /** 重置按钮操作 */ resetQuery() { this.dateRange = []; this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 新增按钮操作 */ handleAdd() { @@ -312,13 +312,13 @@ export default { updateConfig(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询参数列表 }); } else { addConfig(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询参数列表 }); } } @@ -330,7 +330,7 @@ export default { this.$modal.confirm('是否确认删除参数编号为"' + configIds + '"的数据项?').then(function () { return delConfig(configIds); }).then(() => { - this.getList(); + this.getList(); // 查询参数列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -350,3 +350,4 @@ export default { } }; + diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 56df582..3aed505 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -227,7 +227,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询部门列表 }, methods: { /** 查询部门列表 */ @@ -270,12 +270,12 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { - this.getList(); + this.getList(); // 查询部门列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 新增按钮操作 */ handleAdd(row) { @@ -317,13 +317,13 @@ export default { updateDept(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询部门列表 }); } else { addDept(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询部门列表 }); } } @@ -334,7 +334,7 @@ export default { this.$modal.confirm('是否确认删除名称为"' + row.deptName + '"的数据项?').then(function () { return delDept(row.deptId); }).then(() => { - this.getList(); + this.getList(); // 查询部门列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -342,3 +342,4 @@ export default { } }; + diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index 217a9dd..62bb223 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -286,8 +286,8 @@ export default { }, created() { const dictId = this.$route.params && this.$route.params.dictId; - this.getType(dictId); - this.getTypeList(); + this.getType(dictId); // 查询字典类型详细 + this.getTypeList(); // 查询字典类型列表 }, methods: { /** 查询字典类型详细 */ @@ -295,7 +295,7 @@ export default { getType(dictId).then(response => { this.queryParams.dictType = response.data.dictType; this.defaultDictType = response.data.dictType; - this.getList(); + this.getList(); // 查询字典数据列表 }); }, /** 查询字典类型列表 */ @@ -335,7 +335,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询字典数据列表 }, /** 返回按钮操作 */ handleClose() { @@ -346,7 +346,7 @@ export default { resetQuery() { this.resetForm("queryForm"); this.queryParams.dictType = this.defaultDictType; - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 新增按钮操作 */ handleAdd() { @@ -380,14 +380,14 @@ export default { this.$store.dispatch('dict/removeDict', this.queryParams.dictType); this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询字典数据列表 }); } else { addData(this.form).then(response => { this.$store.dispatch('dict/removeDict', this.queryParams.dictType); this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询字典数据列表 }); } } @@ -399,7 +399,7 @@ export default { this.$modal.confirm('是否确认删除字典编码为"' + dictCodes + '"的数据项?').then(function () { return delData(dictCodes); }).then(() => { - this.getList(); + this.getList(); // 查询字典数据列表 this.$modal.msgSuccess("删除成功"); this.$store.dispatch('dict/removeDict', this.queryParams.dictType); }).catch(() => { @@ -414,3 +414,4 @@ export default { } }; + diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index feb5d8c..37e17bf 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -245,7 +245,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询字典类型列表 }, methods: { /** 查询字典类型列表 */ @@ -277,13 +277,13 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询字典类型列表 }, /** 重置按钮操作 */ resetQuery() { this.dateRange = []; this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 新增按钮操作 */ handleAdd() { @@ -315,13 +315,13 @@ export default { updateType(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询字典类型列表 }); } else { addType(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询字典类型列表 }); } } @@ -333,7 +333,7 @@ export default { this.$modal.confirm('是否确认删除字典编号为"' + dictIds + '"的数据项?').then(function () { return delType(dictIds); }).then(() => { - this.getList(); + this.getList(); // 查询字典类型列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -354,3 +354,4 @@ export default { } }; + diff --git a/src/views/system/logininfor/index.vue b/src/views/system/logininfor/index.vue index a9aaa39..efb5759 100644 --- a/src/views/system/logininfor/index.vue +++ b/src/views/system/logininfor/index.vue @@ -172,7 +172,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询登录日志列表 }, methods: { /** 查询登录日志列表 */ @@ -188,7 +188,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询登录日志列表 }, /** 重置按钮操作 */ resetQuery() { @@ -208,7 +208,7 @@ export default { handleSortChange(column, prop, order) { this.queryParams.orderByColumn = column.prop; this.queryParams.isAsc = column.order; - this.getList(); + this.getList(); // 查询登录日志列表 }, /** 删除按钮操作 */ handleDelete(row) { @@ -216,7 +216,7 @@ export default { this.$modal.confirm('是否确认删除访问编号为"' + infoIds + '"的数据项?').then(function () { return delLogininfor(infoIds); }).then(() => { - this.getList(); + this.getList(); // 查询登录日志列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -226,7 +226,7 @@ export default { this.$modal.confirm('是否确认清空所有登录日志数据项?').then(function () { return cleanLogininfor(); }).then(() => { - this.getList(); + this.getList(); // 查询登录日志列表 this.$modal.msgSuccess("清空成功"); }).catch(() => { }); @@ -251,3 +251,4 @@ export default { }; + diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 89c5059..cb0d7bf 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -331,7 +331,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询菜单列表 }, methods: { // 选择图标 @@ -389,17 +389,17 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { - this.getList(); + this.getList(); // 查询菜单列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 新增按钮操作 */ handleAdd(row) { this.reset(); - this.getTreeselect(); + this.getTreeselect(); // 查询菜单下拉树结构 if (row != null && row.menuId) { this.form.parentId = row.menuId; } else { @@ -419,7 +419,7 @@ export default { /** 修改按钮操作 */ handleUpdate(row) { this.reset(); - this.getTreeselect(); + this.getTreeselect(); // 查询菜单下拉树结构 getMenu(row.menuId).then(response => { this.form = response.data; this.open = true; @@ -434,13 +434,13 @@ export default { updateMenu(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询菜单列表 }); } else { addMenu(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询菜单列表 }); } } @@ -451,7 +451,7 @@ export default { this.$modal.confirm('是否确认删除名称为"' + row.menuName + '"的数据项?').then(function () { return delMenu(row.menuId); }).then(() => { - this.getList(); + this.getList(); // 查询菜单列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -459,3 +459,4 @@ export default { } }; + diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index edfb938..2e59da7 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -223,7 +223,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询公告列表 }, methods: { /** 查询公告列表 */ @@ -254,12 +254,12 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询公告列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -291,13 +291,13 @@ export default { updateNotice(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询公告列表 }); } else { addNotice(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询公告列表 }); } } @@ -309,7 +309,7 @@ export default { this.$modal.confirm('是否确认删除公告编号为"' + noticeIds + '"的数据项?').then(function () { return delNotice(noticeIds); }).then(() => { - this.getList(); + this.getList(); // 查询公告列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -317,3 +317,4 @@ export default { } }; + diff --git a/src/views/system/operlog/index.vue b/src/views/system/operlog/index.vue index d109a26..8dc9129 100644 --- a/src/views/system/operlog/index.vue +++ b/src/views/system/operlog/index.vue @@ -256,7 +256,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询登录日志 }, methods: { /** 查询登录日志 */ @@ -276,7 +276,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询登录日志 }, /** 重置按钮操作 */ resetQuery() { @@ -294,7 +294,7 @@ export default { handleSortChange(column, prop, order) { this.queryParams.orderByColumn = column.prop; this.queryParams.isAsc = column.order; - this.getList(); + this.getList(); // 查询登录日志 }, /** 详细按钮操作 */ handleView(row) { @@ -307,7 +307,7 @@ export default { this.$modal.confirm('是否确认删除日志编号为"' + operIds + '"的数据项?').then(function () { return delOperlog(operIds); }).then(() => { - this.getList(); + this.getList(); // 查询登录日志 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -317,7 +317,7 @@ export default { this.$modal.confirm('是否确认清空所有操作日志数据项?').then(function () { return cleanOperlog(); }).then(() => { - this.getList(); + this.getList(); // 查询登录日志 this.$modal.msgSuccess("清空成功"); }).catch(() => { }); @@ -332,3 +332,4 @@ export default { }; + diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index d6f9159..44bff5f 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -214,7 +214,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询岗位列表 }, methods: { /** 查询岗位列表 */ @@ -246,12 +246,12 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询岗位列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -283,13 +283,13 @@ export default { updatePost(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询岗位列表 }); } else { addPost(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询岗位列表 }); } } @@ -301,7 +301,7 @@ export default { this.$modal.confirm('是否确认删除岗位编号为"' + postIds + '"的数据项?').then(function () { return delPost(postIds); }).then(() => { - this.getList(); + this.getList(); // 查询岗位列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -315,3 +315,4 @@ export default { } }; + diff --git a/src/views/system/role/authUser.vue b/src/views/system/role/authUser.vue index ea88e9d..6fb0efc 100644 --- a/src/views/system/role/authUser.vue +++ b/src/views/system/role/authUser.vue @@ -139,7 +139,7 @@ export default { const roleId = this.$route.params && this.$route.params.roleId; if (roleId) { this.queryParams.roleId = roleId; - this.getList(); + this.getList(); // 查询授权用户列表 } }, methods: { @@ -161,12 +161,12 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询授权用户列表 }, /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -183,7 +183,7 @@ export default { this.$modal.confirm('确认要取消该用户"' + row.userName + '"角色吗?').then(function () { return authUserCancel({userId: row.userId, roleId: roleId}); }).then(() => { - this.getList(); + this.getList(); // 查询授权用户列表 this.$modal.msgSuccess("取消授权成功"); }).catch(() => { }); @@ -195,7 +195,7 @@ export default { this.$modal.confirm('是否取消选中用户授权数据项?').then(function () { return authUserCancelAll({roleId: roleId, userIds: userIds}); }).then(() => { - this.getList(); + this.getList(); // 查询授权用户列表 this.$modal.msgSuccess("取消授权成功"); }).catch(() => { }); @@ -203,3 +203,4 @@ export default { } }; + diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index a5e5ea6..b26fce1 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -365,7 +365,7 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询角色列表 }, methods: { /** 查询角色列表 */ @@ -463,13 +463,13 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询角色列表 }, /** 重置按钮操作 */ resetQuery() { this.dateRange = []; this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -481,10 +481,10 @@ export default { handleCommand(command, row) { switch (command) { case "handleDataScope": - this.handleDataScope(row); + this.handleDataScope(row); // 分配数据权限操作 break; case "handleAuthUser": - this.handleAuthUser(row); + this.handleAuthUser(row); // 分配用户操作 break; default: break; @@ -523,7 +523,7 @@ export default { /** 新增按钮操作 */ handleAdd() { this.reset(); - this.getMenuTreeselect(); + this.getMenuTreeselect(); // 查询菜单树结构 this.open = true; this.title = "添加角色"; }, @@ -531,7 +531,7 @@ export default { handleUpdate(row) { this.reset(); const roleId = row.roleId || this.ids - const roleMenu = this.getRoleMenuTreeselect(roleId); + const roleMenu = this.getRoleMenuTreeselect(roleId); // 根据角色ID查询菜单树结构 getRole(roleId).then(response => { this.form = response.data; this.open = true; @@ -557,7 +557,7 @@ export default { /** 分配数据权限操作 */ handleDataScope(row) { this.reset(); - const deptTreeSelect = this.getDeptTree(row.roleId); + const deptTreeSelect = this.getDeptTree(row.roleId); // 根据角色ID查询部门树结构 getRole(row.roleId).then(response => { this.form = response.data; this.openDataScope = true; @@ -583,14 +583,14 @@ export default { updateRole(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询角色列表 }); } else { this.form.menuIds = this.getMenuAllCheckedKeys(); addRole(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询角色列表 }); } } @@ -603,7 +603,7 @@ export default { dataScope(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.openDataScope = false; - this.getList(); + this.getList(); // 查询角色列表 }); } }, @@ -613,7 +613,7 @@ export default { this.$modal.confirm('是否确认删除角色编号为"' + roleIds + '"的数据项?').then(function () { return delRole(roleIds); }).then(() => { - this.getList(); + this.getList(); // 查询角色列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -627,3 +627,4 @@ export default { } }; + diff --git a/src/views/system/role/selectUser.vue b/src/views/system/role/selectUser.vue index 5043667..39a273d 100644 --- a/src/views/system/role/selectUser.vue +++ b/src/views/system/role/selectUser.vue @@ -117,7 +117,7 @@ export default { /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 选择授权用户操作 */ handleSelectUser() { @@ -138,3 +138,4 @@ export default { } }; + diff --git a/src/views/system/user/authRole.vue b/src/views/system/user/authRole.vue index e849c05..9c1a022 100644 --- a/src/views/system/user/authRole.vue +++ b/src/views/system/user/authRole.vue @@ -105,7 +105,7 @@ export default { const roleIds = this.roleIds.join(","); updateAuthRole({userId: userId, roleIds: roleIds}).then((response) => { this.$modal.msgSuccess("授权成功"); - this.close(); + this.close(); // 关闭按钮 }); }, /** 关闭按钮 */ @@ -116,3 +116,4 @@ export default { }, }; + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index a5014a8..72176aa 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -488,8 +488,8 @@ export default { } }, created() { - this.getList(); - this.getDeptTree(); + this.getList(); // 查询用户列表 + this.getDeptTree(); // 查询部门下拉树结构 this.getConfigKey("sys.user.initPassword").then(response => { this.initPassword = response.data.msg; }); @@ -519,7 +519,7 @@ export default { // 节点单击事件 handleNodeClick(data) { this.queryParams.deptId = data.id; - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 用户状态修改 handleStatusChange(row) { @@ -558,7 +558,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询用户列表 }, /** 重置按钮操作 */ resetQuery() { @@ -566,7 +566,7 @@ export default { this.resetForm("queryForm"); this.queryParams.deptId = undefined; this.$refs.tree.setCurrentKey(null); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, // 多选框选中数据 handleSelectionChange(selection) { @@ -578,10 +578,10 @@ export default { handleCommand(command, row) { switch (command) { case "handleResetPwd": - this.handleResetPwd(row); + this.handleResetPwd(row); // 重置密码按钮操作 break; case "handleAuthRole": - this.handleAuthRole(row); + this.handleAuthRole(row); // 分配角色操作 break; default: break; @@ -641,13 +641,13 @@ export default { updateUser(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false; - this.getList(); + this.getList(); // 查询用户列表 }); } else { addUser(this.form).then(response => { this.$modal.msgSuccess("新增成功"); this.open = false; - this.getList(); + this.getList(); // 查询用户列表 }); } } @@ -659,7 +659,7 @@ export default { this.$modal.confirm('是否确认删除用户编号为"' + userIds + '"的数据项?').then(function () { return delUser(userIds); }).then(() => { - this.getList(); + this.getList(); // 查询用户列表 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -689,7 +689,7 @@ export default { this.upload.isUploading = false; this.$refs.upload.clearFiles(); this.$alert("
" + response.data.msg + "
", "导入结果", {dangerouslyUseHTMLString: true}); - this.getList(); + this.getList(); // 查询用户列表 }, // 提交上传文件 submitFileForm() { @@ -698,3 +698,4 @@ export default { } }; + diff --git a/src/views/system/user/profile/index.vue b/src/views/system/user/profile/index.vue index 6638d48..226818a 100644 --- a/src/views/system/user/profile/index.vue +++ b/src/views/system/user/profile/index.vue @@ -95,3 +95,4 @@ export default { } }; + diff --git a/src/views/system/user/profile/resetPwd.vue b/src/views/system/user/profile/resetPwd.vue index 7b13b3c..b01db49 100644 --- a/src/views/system/user/profile/resetPwd.vue +++ b/src/views/system/user/profile/resetPwd.vue @@ -66,3 +66,4 @@ export default { } }; + diff --git a/src/views/system/user/profile/userAvatar.vue b/src/views/system/user/profile/userAvatar.vue index ac546de..b4917b2 100644 --- a/src/views/system/user/profile/userAvatar.vue +++ b/src/views/system/user/profile/userAvatar.vue @@ -182,3 +182,4 @@ export default { border-radius: 50%; } + diff --git a/src/views/system/user/profile/userInfo.vue b/src/views/system/user/profile/userInfo.vue index e64d897..d278400 100644 --- a/src/views/system/user/profile/userInfo.vue +++ b/src/views/system/user/profile/userInfo.vue @@ -73,3 +73,4 @@ export default { } }; + diff --git a/src/views/tool/build/CodeTypeDialog.vue b/src/views/tool/build/CodeTypeDialog.vue index 7e8058b..468dc39 100644 --- a/src/views/tool/build/CodeTypeDialog.vue +++ b/src/views/tool/build/CodeTypeDialog.vue @@ -104,3 +104,4 @@ export default { } } + diff --git a/src/views/tool/build/DraggableItem.vue b/src/views/tool/build/DraggableItem.vue index 519d8bb..0183725 100644 --- a/src/views/tool/build/DraggableItem.vue +++ b/src/views/tool/build/DraggableItem.vue @@ -106,3 +106,4 @@ export default { } } + diff --git a/src/views/tool/build/IconsDialog.vue b/src/views/tool/build/IconsDialog.vue index 24a7765..4d82d1c 100644 --- a/src/views/tool/build/IconsDialog.vue +++ b/src/views/tool/build/IconsDialog.vue @@ -129,3 +129,4 @@ export default { } } + diff --git a/src/views/tool/build/RightPanel.vue b/src/views/tool/build/RightPanel.vue index 7f79e9e..f4eeb83 100644 --- a/src/views/tool/build/RightPanel.vue +++ b/src/views/tool/build/RightPanel.vue @@ -954,3 +954,4 @@ export default { color: #bebfc3; } + diff --git a/src/views/tool/build/TreeNodeDialog.vue b/src/views/tool/build/TreeNodeDialog.vue index 588e861..9ee7c62 100644 --- a/src/views/tool/build/TreeNodeDialog.vue +++ b/src/views/tool/build/TreeNodeDialog.vue @@ -150,3 +150,4 @@ export default { } } + diff --git a/src/views/tool/build/index.vue b/src/views/tool/build/index.vue index 268c3cd..1ec8090 100644 --- a/src/views/tool/build/index.vue +++ b/src/views/tool/build/index.vue @@ -835,3 +835,4 @@ $lighterBlue: #409EFF; } } + diff --git a/src/views/tool/gen/basicInfoForm.vue b/src/views/tool/gen/basicInfoForm.vue index 7e2800c..4cebe3d 100644 --- a/src/views/tool/gen/basicInfoForm.vue +++ b/src/views/tool/gen/basicInfoForm.vue @@ -58,3 +58,4 @@ export default { } }; + diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue index de0ad40..5aaa913 100644 --- a/src/views/tool/gen/editTable.vue +++ b/src/views/tool/gen/editTable.vue @@ -196,7 +196,7 @@ export default { updateGenTable(genTable).then(res => { this.$modal.msgSuccess(res.data.msg); if (res.code === 200) { - this.close(); + this.close(); // 关闭按钮 } }); } else { @@ -232,3 +232,4 @@ export default { } }; + diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue index d117ae4..f0ab2b3 100644 --- a/src/views/tool/gen/genInfoForm.vue +++ b/src/views/tool/gen/genInfoForm.vue @@ -259,7 +259,7 @@ export default { }, watch: { 'info.subTableName': function (val) { - this.setSubTableColumns(val); + this.setSubTableColumns(val); // 设置关联外键 } }, methods: { @@ -298,3 +298,4 @@ export default { } }; + diff --git a/src/views/tool/gen/importTable.vue b/src/views/tool/gen/importTable.vue index 44f569e..c799090 100644 --- a/src/views/tool/gen/importTable.vue +++ b/src/views/tool/gen/importTable.vue @@ -98,7 +98,7 @@ export default { /** 重置按钮操作 */ resetQuery() { this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 导入按钮操作 */ handleImportTable() { @@ -116,3 +116,4 @@ export default { } }; + diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue index e2f475a..36ee768 100644 --- a/src/views/tool/gen/index.vue +++ b/src/views/tool/gen/index.vue @@ -242,14 +242,14 @@ export default { }; }, created() { - this.getList(); + this.getList(); // 查询表集合 }, activated() { const time = this.$route.query.t; if (time != null && time != this.uniqueId) { this.uniqueId = time; this.queryParams.pageNum = Number(this.$route.query.pageNum); - this.getList(); + this.getList(); // 查询表集合 } }, methods: { @@ -266,7 +266,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; - this.getList(); + this.getList(); // 查询表集合 }, /** 生成代码操作 */ handleGenTable(row) { @@ -301,7 +301,7 @@ export default { resetQuery() { this.dateRange = []; this.resetForm("queryForm"); - this.handleQuery(); + this.handleQuery(); // 搜索按钮操作 }, /** 预览按钮 */ handlePreview(row) { @@ -342,7 +342,7 @@ export default { this.$modal.confirm('是否确认删除表编号为"' + tableIds + '"的数据项?').then(function () { return delTable(tableIds); }).then(() => { - this.getList(); + this.getList(); // 查询表集合 this.$modal.msgSuccess("删除成功"); }).catch(() => { }); @@ -350,3 +350,4 @@ export default { } }; + diff --git a/vue.config.js b/vue.config.js index dce1ee2..968cc80 100644 --- a/vue.config.js +++ b/vue.config.js @@ -132,3 +132,4 @@ module.exports = { }) } } +