dedsudiyu 1 year ago
parent
commit
1ef9a8ec94

+ 1 - 1
src/layout/components/AppMain.vue

@@ -55,7 +55,7 @@ export default {
   },
   mounted(){
     this.userType = localStorage.getItem('userType')
-    if( this.userType != 22 && this.versionField() != 'xiBeiNongLinDaXue'){
+    if( this.userType != 22 && this.userType != 33 && this.versionField() != 'xiBeiNongLinDaXue'){
       this.selectTriggerInfo();
       this.subscriptionMQTT();
     }

+ 1 - 1
src/views/comprehensive/laboratoryManagement/subject/infoPage.vue

@@ -1159,7 +1159,7 @@
     .dialog-video-max-box{
       display: flex;
       height:410px;
-      margin-top:20px;
+      margin:20px 0;
       position: relative;
       .dialog-position-p{
         position: absolute;

+ 1 - 1
src/views/comprehensive/laboratoryManagement/videoPatrol/index.vue

@@ -678,7 +678,7 @@
     .dialog-video-max-box{
       display: flex;
       height:410px;
-      margin-top:20px;
+      margin:20px 0;
       position: relative;
       .dialog-position-p{
         position: absolute;