diff --git a/src/components/base/baseLayout/index.vue b/src/components/base/baseLayout/index.vue index 59d8bc4..78b16bb 100644 --- a/src/components/base/baseLayout/index.vue +++ b/src/components/base/baseLayout/index.vue @@ -5,219 +5,142 @@ --> @@ -225,6 +148,7 @@ diff --git a/src/components/base/baseNewLayout/index.vue b/src/components/base/baseNewLayout/index.vue new file mode 100644 index 0000000..ff7e2db --- /dev/null +++ b/src/components/base/baseNewLayout/index.vue @@ -0,0 +1,705 @@ + + + + + + diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index dcd4434..377a04a 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -35,7 +35,7 @@ export default { diff --git a/src/views/applicationList/applicationAdd.vue b/src/views/applicationList/applicationAdd.vue index 70f3a16..a36a381 100644 --- a/src/views/applicationList/applicationAdd.vue +++ b/src/views/applicationList/applicationAdd.vue @@ -20,7 +20,7 @@
- +
@@ -136,6 +136,9 @@ export default { }; }, methods: { + handleImageError(row) { + row.imgUrl = require('./images/1.png') + }, // 状态改变 async appStatusChange(val, row) { const res = await getApiModuleApi({ @@ -322,10 +325,13 @@ export default { flex: 0.25; width: 29px; height: 29px; + display: flex; + justify-content: center; + align-items: center; img { width: 100%; - height: 100%; + // height: 100%; } } diff --git a/src/views/applicationList/settingMenu.vue b/src/views/applicationList/settingMenu.vue index ffef840..00e0c59 100644 --- a/src/views/applicationList/settingMenu.vue +++ b/src/views/applicationList/settingMenu.vue @@ -16,10 +16,10 @@ -->
{{ name }}
@@ -62,6 +62,9 @@ export default { }; }, methods: { + handleImageError(row) { + this.imgUrl = require('./images/1.png') + }, flashActive(val) { this.menuActived = val }, @@ -137,6 +140,9 @@ export default { > .img { width: 64px; height: 64px; + display: flex; + justify-content: center; + align-items: center; } .appName { diff --git a/src/views/intergrationOptionScene/index.vue b/src/views/intergrationOptionScene/index.vue index 400c787..1254fd1 100644 --- a/src/views/intergrationOptionScene/index.vue +++ b/src/views/intergrationOptionScene/index.vue @@ -304,7 +304,7 @@ export default { this.searchForm = {}; }, newPage() { - this.$router.push({ name: "sceneAdd" }); + this.$router.push({ path: "/add" }); }, homeHandleNodeClick(data) { this.pageModel.pageIndex = 1; @@ -419,4 +419,4 @@ export default { margin-top: 10px; } } - \ No newline at end of file + diff --git a/src/views/intergrationOptionScene/sceneAdd.vue b/src/views/intergrationOptionScene/sceneAdd.vue index 08d68eb..b729a08 100644 --- a/src/views/intergrationOptionScene/sceneAdd.vue +++ b/src/views/intergrationOptionScene/sceneAdd.vue @@ -901,6 +901,8 @@ export default { type: "success", message: "保存成功!", }); + //面包屑删除 + this.$store.dispatch("tagsView/delView", this.$route); this.$router.back(); } } catch (error) { diff --git a/src/views/intergrationTask/taskAdd.vue b/src/views/intergrationTask/taskAdd.vue index 43c0514..b536dce 100644 --- a/src/views/intergrationTask/taskAdd.vue +++ b/src/views/intergrationTask/taskAdd.vue @@ -757,6 +757,8 @@ export default { message: "保存成功!", }); this.$router.back(); + //面包屑删除 + this.$store.dispatch("tagsView/delView", this.$route); } } else { obj["id"] = this.$route.query.id; diff --git a/src/views/systemInit/index.vue b/src/views/systemInit/index.vue index 114bfd4..cabb4b4 100644 --- a/src/views/systemInit/index.vue +++ b/src/views/systemInit/index.vue @@ -123,6 +123,7 @@ export default { }, methods: { baseLogin() { + if (this.loginForm.baseLoginCode == configKey.baseLoginCode && this.loginForm.baseLoginPwd == configKey.baseLoginPwd) { this.loginType = true this.dialogVisible = false diff --git a/src/views/systemMaintenance/buttonManagement/index.vue b/src/views/systemMaintenance/buttonManagement/index.vue index b051ef6..c753507 100644 --- a/src/views/systemMaintenance/buttonManagement/index.vue +++ b/src/views/systemMaintenance/buttonManagement/index.vue @@ -45,7 +45,7 @@