|
|
@@ -3,7 +3,7 @@
|
|
3
|
3
|
<router-view />
|
|
4
|
4
|
<theme-picker />
|
|
5
|
5
|
<div class="onlyoffice">
|
|
6
|
|
- <div id="placeholder" v-show="flag"></div>
|
|
|
6
|
+ <div id="placeholder"></div>
|
|
7
|
7
|
</div>
|
|
8
|
8
|
</div>
|
|
9
|
9
|
</template>
|
|
|
@@ -66,8 +66,8 @@ export default {
|
|
66
|
66
|
},
|
|
67
|
67
|
"title": "调解申请书模板.docx",
|
|
68
|
68
|
"fileType": "docx",
|
|
69
|
|
- "key": "835cc5e86a7544759fdee69d3adb150c",
|
|
70
|
|
- "url": "http://121.40.189.20:9090/download/835cc5e86a7544759fdee69d3adb150c",
|
|
|
69
|
+ "key": "6ae50056ac5e4e3ba09be430d444699c",
|
|
|
70
|
+ "url": "http://121.40.189.20:9090/download/6ae50056ac5e4e3ba09be430d444699c",
|
|
71
|
71
|
"info": {
|
|
72
|
72
|
"sharingSettings": [
|
|
73
|
73
|
{
|
|
|
@@ -101,7 +101,7 @@ export default {
|
|
101
|
101
|
}
|
|
102
|
102
|
|
|
103
|
103
|
.onlyoffice {
|
|
104
|
|
- width: 0px;
|
|
105
|
|
- height: 0px;
|
|
|
104
|
+ width: 0;
|
|
|
105
|
+ height: 0;
|
|
106
|
106
|
}
|
|
107
|
107
|
</style>
|