diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index 638ecef..e0a05d4 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -6,7 +6,7 @@ > @@ -19,7 +19,7 @@ :index="item.path" :key="index" v-if="index >= visibleNumber" - > + > {{ item.meta.title }} diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index c149399..7b68325 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -15,7 +15,7 @@ - + @@ -273,6 +273,7 @@ export default { .then(() => { this.$store.dispatch("LogOut").then(() => { Cookies.remove("automaticLogin"); + this.$store.commit("REMOVE_ROUTER"); // location.href = '/login'; this.$router.replace({ path: "/login" }); // this.$router.push("/login"); diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index 72e2b9d..9823038 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -5,25 +5,25 @@ - +
- + {{onlyOneChild.meta.title}}
- + {{onlyOneChild.meta.title}}
@@ -32,7 +32,7 @@ diff --git a/src/layout/components/Sidebar/childrenAppSider.vue b/src/layout/components/Sidebar/childrenAppSider.vue index bb27416..86f2c3c 100644 --- a/src/layout/components/Sidebar/childrenAppSider.vue +++ b/src/layout/components/Sidebar/childrenAppSider.vue @@ -3,7 +3,7 @@
- +
@@ -20,7 +20,7 @@
- + @@ -93,7 +93,7 @@ export default { this.$emit("openChildren", item); }, async collectClick(val) { - // console.log(val.meta.menuIcon); + // console.log(val.meta.icon); let params = { mcId: val.id, type: "", diff --git a/src/layout/components/Sidebar/newsSider.vue b/src/layout/components/Sidebar/newsSider.vue index 4b0e005..bb8ce84 100644 --- a/src/layout/components/Sidebar/newsSider.vue +++ b/src/layout/components/Sidebar/newsSider.vue @@ -30,7 +30,7 @@ @mouseenter="openChildren(item, index)" @click="goRouter(item, index)" > - +

{{ item.meta.title }}

diff --git a/src/layout/components/Sidebar/newsSiderApp.vue b/src/layout/components/Sidebar/newsSiderApp.vue index 6be1175..6a9bf72 100644 --- a/src/layout/components/Sidebar/newsSiderApp.vue +++ b/src/layout/components/Sidebar/newsSiderApp.vue @@ -29,8 +29,8 @@ class="newsSider" @mouseenter="openChildren(item, index)" > - - + +

{{ item.meta.title }}

diff --git a/src/layout/components_new/Sidebar/SidebarItem.vue b/src/layout/components_new/Sidebar/SidebarItem.vue index 72e2b9d..9823038 100644 --- a/src/layout/components_new/Sidebar/SidebarItem.vue +++ b/src/layout/components_new/Sidebar/SidebarItem.vue @@ -5,25 +5,25 @@ - +
- + {{onlyOneChild.meta.title}}
- + {{onlyOneChild.meta.title}}
@@ -32,7 +32,7 @@ diff --git a/src/layout/components_new/Sidebar/childrenAppSider.vue b/src/layout/components_new/Sidebar/childrenAppSider.vue index 4733982..dac9a1f 100644 --- a/src/layout/components_new/Sidebar/childrenAppSider.vue +++ b/src/layout/components_new/Sidebar/childrenAppSider.vue @@ -3,7 +3,7 @@
- +
@@ -20,7 +20,7 @@
- + @@ -93,7 +93,7 @@ export default { this.$emit("openChildren", item); }, async collectClick(val) { - // console.log(val.meta.menuIcon); + // console.log(val.meta.icon); let params = { mcId: val.id, type: "", diff --git a/src/layout/components_new/Sidebar/newsSider.vue b/src/layout/components_new/Sidebar/newsSider.vue index 283cf03..457c356 100644 --- a/src/layout/components_new/Sidebar/newsSider.vue +++ b/src/layout/components_new/Sidebar/newsSider.vue @@ -14,7 +14,7 @@
- +

{{ item.meta.title }}

diff --git a/src/layout/components_new/Sidebar/newsSiderApp.vue b/src/layout/components_new/Sidebar/newsSiderApp.vue index d360366..66f744e 100644 --- a/src/layout/components_new/Sidebar/newsSiderApp.vue +++ b/src/layout/components_new/Sidebar/newsSiderApp.vue @@ -14,7 +14,7 @@
- +

{{ item.meta.title }}

diff --git a/src/views/applicationList/index.vue b/src/views/applicationList/index.vue index 42edcec..6cb68de 100644 --- a/src/views/applicationList/index.vue +++ b/src/views/applicationList/index.vue @@ -32,21 +32,6 @@ +
{{ showValue }}
+
- - - - - -
- - -
-
- diff --git a/src/views/integrationOptionV2/index.vue b/src/views/integrationOptionV2/index.vue index 055952b..481c45c 100644 --- a/src/views/integrationOptionV2/index.vue +++ b/src/views/integrationOptionV2/index.vue @@ -2,38 +2,38 @@
{{ item.buttonName }}
@@ -41,24 +41,24 @@
@@ -69,15 +69,15 @@