diff --git a/public/img/qh1.png b/public/img/qh1.png new file mode 100644 index 0000000..be463c8 Binary files /dev/null and b/public/img/qh1.png differ diff --git a/public/img/qh2.png b/public/img/qh2.png new file mode 100644 index 0000000..f06d339 Binary files /dev/null and b/public/img/qh2.png differ diff --git a/src/App.vue b/src/App.vue index d983112..6fb8b9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,4 +23,7 @@ export default { height: 100%; overflow: hidden; } + .el-tooltip__popper { + max-width: 300px; +} diff --git a/src/page/index/tags.vue b/src/page/index/tags.vue index d7ffe70..49865e3 100644 --- a/src/page/index/tags.vue +++ b/src/page/index/tags.vue @@ -120,6 +120,7 @@ this.active = this.tag.value }, menuTag(value, action) { + if(value=='/wel/index'){return} if (action === 'remove') { let { tag, key } = this.findTag(value) this.$store.commit('DEL_TAG', tag) @@ -130,6 +131,7 @@ } }, openTag(item) { + console.log(item,"99999") let tag if (item.name) { tag = this.findTag(item.name).tag diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index 8629e27..21ae4e8 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -9,18 +9,12 @@ -
-
- -
-
+
+
+
+ +
+
{{ orgType == 0 ? "系统后台" @@ -31,21 +25,18 @@ : "楼盘后台" }}
- {{ - companyName - }} - 切换 - +
+
+
+
+
+ {{ + companyName + }} +
+
{ - // // console.log(res); - // this.options=res.data - // this.value=res.data[0].id - // localStorage.setItem('houseId',this.value) - // }) - // }, goBack() { // 判断后退是否退回去选择页面 let idx = localStorage.getItem("orgType"); @@ -422,16 +399,19 @@ export default {