|
@@ -74,8 +74,8 @@
|
|
|
<span>admin</span>
|
|
|
<el-tooltip class="item" effect="dark" content="退出" placement="top">
|
|
|
<i style="width: 24px;height: 24px;background-image: url('/static/images/overview/icon_LogOut.png'); cursor: pointer;"
|
|
|
- @click="exit"></i>
|
|
|
- </el-tooltip>
|
|
|
+ @click="exit"></i>
|
|
|
+ </el-tooltip>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="routerContainer">
|
|
@@ -91,11 +91,8 @@
|
|
|
<div class="masking_bottom"></div>
|
|
|
<div class="masking_right"></div>
|
|
|
<div class="masking_right"></div> -->
|
|
|
- <el-drawer :visible.sync="drawer" :with-header="false" :append-to-body="true" :show-close="false" >
|
|
|
- <iframe
|
|
|
- :src="aiModel"
|
|
|
- style="width: 100%; height: 100%; position: absolute"
|
|
|
- ></iframe>
|
|
|
+ <el-drawer :visible.sync="drawer" :with-header="false" :append-to-body="true" :show-close="false">
|
|
|
+ <iframe :src="aiModel" style="width: 100%; height: 100%; position: absolute"></iframe>
|
|
|
</el-drawer>
|
|
|
|
|
|
</div>
|
|
@@ -114,8 +111,8 @@ export default {
|
|
|
formattedText: "",
|
|
|
formattedTime: "",
|
|
|
activeMenuId: 0,
|
|
|
- drawer:false,
|
|
|
- aiModel:window.aiModel
|
|
|
+ drawer: false,
|
|
|
+ aiModel: window.aiModel
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
@@ -136,6 +133,19 @@ export default {
|
|
|
},
|
|
|
handleMenuSelect(item) {
|
|
|
this.$router.push({ path: item });
|
|
|
+
|
|
|
+ if (item == "/checkmodel") {
|
|
|
+ store.setToolBarShow(true); //显示工具栏
|
|
|
+
|
|
|
+ } else {
|
|
|
+ store.setToolBarShow(true); //显示工具栏
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
// 菜单切换的时候取消左或者右高亮菜单
|
|
|
// var lis = document.querySelectorAll('.el-menu-demo1 li');
|
|
|
// console.log(lis, "lis");
|
|
@@ -227,6 +237,7 @@ export default {
|
|
|
color: cornflowerblue;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+
|
|
|
.ai {
|
|
|
position: absolute;
|
|
|
right: 110px;
|
|
@@ -234,6 +245,7 @@ export default {
|
|
|
color: cornflowerblue;
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
+
|
|
|
.user {
|
|
|
width: 85px;
|
|
|
height: 40px;
|
|
@@ -426,7 +438,7 @@ export default {
|
|
|
background-color: rgba(4, 16, 36, 0) !important;
|
|
|
position: fixed;
|
|
|
left: 9.3rem;
|
|
|
-
|
|
|
+
|
|
|
top: 1rem;
|
|
|
font-weight: 700;
|
|
|
|