-
-
+
+
{{personName}}
-
diff --git a/src/views/screenAdaptation/pages/secondPages/top.vue b/src/views/screenAdaptation/pages/secondPages/top.vue
index 0e3b886..6af3f53 100644
--- a/src/views/screenAdaptation/pages/secondPages/top.vue
+++ b/src/views/screenAdaptation/pages/secondPages/top.vue
@@ -106,9 +106,6 @@
if (val.path === '/partyCenter/party') {
this.topImgUrl = topImgPartyBuild
this.isPartyCenter = true
- } else {
- this.topImgUrl = topImg01
- this.isPartyCenter = false
}
},
// 深度观察监听
@@ -196,26 +193,29 @@
}
},
changeBackImg: function (path) {
- if (path.indexOf("workBench") > 0) {
- //工作台
- if (path === "/workBench/application") {
- //更多应用
+ if (this.href === '#/partyCenter/party') {
+ this.topImgUrl = topImgPartyBuild
+ this.isPartyCenter = true
+ } else {
+ if (path.indexOf("workBench") > 0) {
+ //工作台
+ if (path === "/workBench/application") {
+ //更多应用
+ this.rightWidth = 30;
+ this.topImgUrl = topImg01;
+ this.showWorkBenchButton = false;
+ } else {
+ this.rightWidth = 40;
+ this.topImgUrl = topImg02;
+ this.showWorkBenchButton = true;
+ }
+ } else {
this.rightWidth = 30;
this.topImgUrl = topImg01;
this.showWorkBenchButton = false;
- } else {
- this.rightWidth = 40;
- this.topImgUrl = topImg02;
- this.showWorkBenchButton = true;
}
- } else if (this.href === '#/partyCenter/party') {
- this.topImgUrl = topImgPartyBuild
- this.isPartyCenter = true
- } else {
- this.rightWidth = 30;
- this.topImgUrl = topImg01;
- this.showWorkBenchButton = false;
}
+
},
toMainPage: function () {
this.$router.replace({path: '/dynamic'});