update
This commit is contained in:
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user