From b67cf22dfc8d27428b045f47fcd9e2797b81a81d Mon Sep 17 00:00:00 2001 From: Vben Date: Thu, 18 Mar 2021 21:13:15 +0800 Subject: [PATCH] feat(route): add hideChildrenInMenu option close #346 --- package.json | 5 +-- src/components/Authority/src/index.vue | 29 ++--------------- .../CountDown/src/CountdownInput.vue | 2 +- .../Form/src/components/ApiSelect.vue | 2 +- .../Table/src/components/settings/index.vue | 4 +-- .../default/header/components/Breadcrumb.vue | 19 ++++------- src/router/helper/menuHelper.ts | 12 ++++--- src/router/menus/index.ts | 4 +-- src/router/routes/modules/dashboard.ts | 1 - vite.config.ts | 3 +- yarn.lock | 32 +++++++++---------- 11 files changed, 43 insertions(+), 70 deletions(-) diff --git a/package.json b/package.json index 9ae32ab0a6b..e707de8409b 100644 --- a/package.json +++ b/package.json @@ -118,14 +118,15 @@ "vite-plugin-style-import": "^0.8.1", "vite-plugin-svg-icons": "^0.3.5", "vite-plugin-theme": "^0.5.0", - "vite-plugin-windicss": "0.9.1", + "vite-plugin-windicss": "0.9.2", "vue-eslint-parser": "^7.6.0", "yargs": "^16.2.0" }, "resolutions": { "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", "bin-wrapper": "npm:bin-wrapper-china", - "rollup": "2.41.4" + "rollup": "2.41.5", + "vite": "2.0.5" }, "repository": { "type": "git", diff --git a/src/components/Authority/src/index.vue b/src/components/Authority/src/index.vue index b2b8778d877..8e0c2726cd3 100644 --- a/src/components/Authority/src/index.vue +++ b/src/components/Authority/src/index.vue @@ -3,12 +3,10 @@ -->