|
@@ -9,25 +9,24 @@ defineOptions({
|
|
name: 'OfficeCenter'
|
|
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 =
|
|
// 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'
|
|
// '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>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.officeCenterBox {
|
|
.officeCenterBox {
|
|
- position: relative;
|
|
|
|
- height: calc(100% - 20px);
|
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- overflow: hidden;
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+ height: calc(100% - 20px);
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
-
|
|
|
|
|
|
+ position: relative;
|
|
|
|
+ text-align: center;
|
|
|
|
+ overflow: hidden;
|
|
> iframe {
|
|
> iframe {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- border: 0;
|
|
|
|
|
|
+ border: 0px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|