+
请上传
大小不超过 {{ fileSize }}MB
格式为 {{ fileType.join("/") }}
@@ -45,29 +47,49 @@
-
-
diff --git a/ruoyi-fastapi-frontend/src/components/RightToolbar/index.vue b/ruoyi-fastapi-frontend/src/components/RightToolbar/index.vue
index 67da293008e3a22f644ee40fad97e4fe7ff53c22..c71029a728b78d89aa81ad917dbe16b0469ecf31 100644
--- a/ruoyi-fastapi-frontend/src/components/RightToolbar/index.vue
+++ b/ruoyi-fastapi-frontend/src/components/RightToolbar/index.vue
@@ -7,14 +7,19 @@
-
+
-
-
-
+
+
+ 列展示
+
+
+
+
+
@@ -25,12 +30,13 @@
+
+
diff --git a/ruoyi-fastapi-frontend/src/components/TopNav/index.vue b/ruoyi-fastapi-frontend/src/components/TopNav/index.vue
index eb94842fc05d7ffd4a30264721c9866308933f0d..cb3fd38d52843bf28aea36bff56b1d67c05cf5b7 100644
--- a/ruoyi-fastapi-frontend/src/components/TopNav/index.vue
+++ b/ruoyi-fastapi-frontend/src/components/TopNav/index.vue
@@ -57,7 +57,7 @@ export default {
this.routers.map((menu) => {
if (menu.hidden !== true) {
// 兼容顶部栏一级菜单内部跳转
- if (menu.path === "/") {
+ if (menu.path === '/' && menu.children) {
topMenus.push(menu.children[0]);
} else {
topMenus.push(menu);
diff --git a/ruoyi-fastapi-frontend/src/directive/index.js b/ruoyi-fastapi-frontend/src/directive/index.js
index b9b07da3cf36d65311affd82897769b7c71c677a..39fe5821f9b95fed7684987b75158c40f0461a2b 100644
--- a/ruoyi-fastapi-frontend/src/directive/index.js
+++ b/ruoyi-fastapi-frontend/src/directive/index.js
@@ -17,7 +17,7 @@ const install = function(Vue) {
if (window.Vue) {
window['hasRole'] = hasRole
window['hasPermi'] = hasPermi
- Vue.use(install); // eslint-disable-line
+ Vue.use(install);
}
export default install
diff --git a/ruoyi-fastapi-frontend/src/layout/components/AppMain.vue b/ruoyi-fastapi-frontend/src/layout/components/AppMain.vue
index 66b33bf89de6d015f236b7bb9c7600e0a50a7a38..9209165a69b74becb5e2331402a77722c02f8d33 100644
--- a/ruoyi-fastapi-frontend/src/layout/components/AppMain.vue
+++ b/ruoyi-fastapi-frontend/src/layout/components/AppMain.vue
@@ -6,15 +6,17 @@
+
+
+
\ No newline at end of file
diff --git a/ruoyi-fastapi-frontend/src/layout/components/Navbar.vue b/ruoyi-fastapi-frontend/src/layout/components/Navbar.vue
index e2cbf7ff9ddd6d705e0b17c2c8c2ac6830cc295c..5a7aa7ab4723c2e535792b022ac046d15885c04d 100644
--- a/ruoyi-fastapi-frontend/src/layout/components/Navbar.vue
+++ b/ruoyi-fastapi-frontend/src/layout/components/Navbar.vue
@@ -2,8 +2,8 @@
-
-
+
+