This commit is contained in:
赵霄
2023-08-25 13:59:18 +08:00
parent f15b43d3f8
commit f2b4785c34
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,8 +5,10 @@
</template>
<script>
let docEditor
const {location} = window
export default {
name: 'editor',
data() {
@@ -118,8 +120,6 @@ export default {
},
connectEditor() {
const nowTime = new Date().getTime()
console.log(this.documentUrl + this.$route.query.filePath + this.$route.query.fileName)
// console.log('connectEditor', 1233);
this.docEditor = new DocsAPI.DocEditor('iframeEditor', {
width: '100%',
height: '100%',