|
@@ -57,14 +57,17 @@
|
|
<div class="head-user-info">
|
|
<div class="head-user-info">
|
|
<ul>
|
|
<ul>
|
|
<li>
|
|
<li>
|
|
- <Button icon="ios-analytics"
|
|
|
|
|
|
+ <Button style="display: none" icon="ios-analytics"
|
|
><a href="http://192.168.10.36:97/hot/#/home" target="_blank"
|
|
><a href="http://192.168.10.36:97/hot/#/home" target="_blank"
|
|
>考情动态</a
|
|
>考情动态</a
|
|
></Button
|
|
></Button
|
|
>
|
|
>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
- <Button icon="ios-analytics" @click="moniModalIsShow = true"
|
|
|
|
|
|
+ <Button
|
|
|
|
+ style="display: none"
|
|
|
|
+ icon="ios-analytics"
|
|
|
|
+ @click="moniModalIsShow = true"
|
|
>考情监控</Button
|
|
>考情监控</Button
|
|
>
|
|
>
|
|
</li>
|
|
</li>
|
|
@@ -117,6 +120,7 @@ export default {
|
|
return {
|
|
return {
|
|
shrink: false,
|
|
shrink: false,
|
|
isFullScreen: false,
|
|
isFullScreen: false,
|
|
|
|
+ openedSubmenuArr: ["examplan", "user"],
|
|
moniModalIsShow: false,
|
|
moniModalIsShow: false,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -133,9 +137,6 @@ export default {
|
|
return localStorage.name;
|
|
return localStorage.name;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- openedSubmenuArr() {
|
|
|
|
- return this.menuList.map((item) => item.name);
|
|
|
|
- },
|
|
|
|
menuList() {
|
|
menuList() {
|
|
return this.$store.state.app.menuList;
|
|
return this.$store.state.app.menuList;
|
|
},
|
|
},
|