|
@@ -400,7 +400,7 @@ export default {
|
|
this.menuIndex = menuIndex;
|
|
this.menuIndex = menuIndex;
|
|
},
|
|
},
|
|
clearBackground() {
|
|
clearBackground() {
|
|
- return
|
|
|
|
|
|
+ return;
|
|
let body = $("body.light");
|
|
let body = $("body.light");
|
|
if (!body) body = $("body.dark");
|
|
if (!body) body = $("body.dark");
|
|
body.css({
|
|
body.css({
|
|
@@ -417,6 +417,9 @@ export default {
|
|
watch: {
|
|
watch: {
|
|
$route(res) {
|
|
$route(res) {
|
|
this.showSisView = res.fullPath === "/sisView";
|
|
this.showSisView = res.fullPath === "/sisView";
|
|
|
|
+ this.showSisView
|
|
|
|
+ ? (document.title = "sis横屏")
|
|
|
|
+ : (document.title = "智能综合分析系统");
|
|
|
|
|
|
this.hideHeard = res.query.hideheard || "0";
|
|
this.hideHeard = res.query.hideheard || "0";
|
|
this.hideMenus = res.query.hidemenus || "0";
|
|
this.hideMenus = res.query.hidemenus || "0";
|