Explorar el Código

办件中心地址修改

chenjun hace 1 año
padre
commit
475ca71ec9
Se han modificado 1 ficheros con 6 adiciones y 7 borrados
  1. 6 7
      client/src/views/OaSystem/officeCenter/main/index.vue

+ 6 - 7
client/src/views/OaSystem/officeCenter/main/index.vue

@@ -9,25 +9,24 @@ defineOptions({
   name: 'OfficeCenter'
 })
 
-const iframeUrl: string = 'http://localhost:6090/HandlerCaseCenter/index'
+const iframeUrl: string = 'http://10.10.10.7:18080/workflow/HandlerCaseCenter/index'
 // const iframeUrl: string =
 // 'http://localhost:6010/WorkFlow/index?flowInstanceId=018bbd46bf18087013178bbd3ebd000e&activityInstanceId=018bbd46bf34087013178bbd3ebd0012&_fm=018bb7307083087087e58bb722830009&participant=018bbd46bf4f087013178bbd3ebd0014&first=1&status=1&child=0&sourcewindowid=handlerCaseCenter&userId=dc794fe0-66fe-4b1d-9273-f747950b27c3'
 </script>
 
 <style lang="scss" scoped>
 .officeCenterBox {
-  position: relative;
-  height: calc(100% - 20px);
   margin-top: 20px;
-  overflow: hidden;
-  text-align: center;
+  height: calc(100% - 20px);
   background-color: #fff;
   border-radius: 20px;
-
+  position: relative;
+  text-align: center;
+  overflow: hidden;
   > iframe {
     width: 100%;
     height: 100%;
-    border: 0;
+    border: 0px;
   }
 }
 </style>