|
@@ -78,7 +78,7 @@
|
|
|
/>
|
|
|
<div
|
|
|
class="tip"
|
|
|
- :style="{ color: !showStyle ? '#8e9298' : '#69c4df' }"
|
|
|
+ :style="{ color: !showStyle ? '#8e9298' : '#69c4df','white-space':'nowrap' }"
|
|
|
@click="checkColor"
|
|
|
>
|
|
|
{{ !showStyle ? "切换驾驶舱" : "切换项目首页" }}
|
|
@@ -151,9 +151,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- setTimeout(()=>{
|
|
|
- console.log('permissions',this.permissions)
|
|
|
- },5000)
|
|
|
this.handleRoute(this.$route);
|
|
|
// 定时查询草稿箱数量
|
|
|
this.getDraftNum(); //首次查询
|