zydx-plus 1.35.554 → 1.35.555

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.35.554",
3
+ "version": "1.35.555",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -341,7 +341,7 @@ export default {
341
341
  url: '/zydx/voice/getBaiduToken',
342
342
  method: 'post',
343
343
  headers: {
344
- 'Authorization': localStorage.getItem('sessionId'),
344
+ 'Authorization': localStorage.getItem('sessionId') || sessionStorage.getItem('sessionId'),
345
345
  'Content-Type': 'application/x-www-form-urlencoded'
346
346
  },
347
347
  params: {
@@ -873,7 +873,8 @@ export default {
873
873
  headers: {
874
874
  Authorization: localStorage.getItem("remember") === "1" ? localStorage.getItem('sessionId') : sessionStorage.getItem('sessionId')
875
875
  },
876
- server: '/zydx/lessonResource/editOfficeFile',
876
+ server: '/zydx/open/function/lessonResource/editOfficeFile',
877
+ // server: '/zydx/lessonResource/editOfficeFile',
877
878
  }
878
879
  }
879
880
  },
@@ -2008,6 +2009,7 @@ export default {
2008
2009
  enlSee() {
2009
2010
  this.$emit('enlSee', this.encIndex)
2010
2011
  let id = this.encIndex.signId.split('u-').join('')
2012
+ console.log('interpositionData',this.interpositionData);
2011
2013
  this.interpositionData.forEach(item => {
2012
2014
  if (item.id === id) {
2013
2015
  item.isShow = true
@@ -2587,6 +2589,7 @@ export default {
2587
2589
  fileName: name,
2588
2590
  url: url
2589
2591
  }
2592
+ console.log('11111',dataInfo)
2590
2593
  //linkCourseware
2591
2594
  if (v === 'linkCourseware') {
2592
2595
  let officeInfo = this.getOffice
@@ -26,6 +26,7 @@
26
26
  :style="{color: (voiceStatus)? '#4B0C77' :'#000'}">{{ voiceStatus ? '关闭语音' : '语音输入' }}
27
27
  </button>
28
28
  <button v-if='isShowAiTool' class="buts" @click="showAi">AI助手</button>
29
+ <button v-if="butText !== '' && readOnly" class="buts" @click="complete">{{ butText }}</button>
29
30
  <slot name='toolBtn'></slot>
30
31
  </div>
31
32
  </div>
@@ -85,9 +86,9 @@
85
86
  <svg style="cursor: pointer" @click="close" t="1698630749910" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4415" width="20" height="20"><path d="M726.976 274.432a16 16 0 0 0-22.656 0L512 466.752l-192.32-192.32a16 16 0 0 0-22.624 0l-22.656 22.624a16 16 0 0 0 0 22.624l192.32 192.32-192.32 192.32a16 16 0 0 0 0 22.656l22.656 22.624a16 16 0 0 0 22.624 0l192.32-192.32 192.32 192.32a16 16 0 0 0 22.656 0l22.624-22.624a16 16 0 0 0 0-22.624L557.28 512l192.32-192.352a16 16 0 0 0 0-22.624l-22.624-22.624z" fill="#fff" p-id="4416"></path></svg>
86
87
  </div>
87
88
  </div>
88
- <div class="editor-but" v-if="butText !== '' && readOnly">
89
- <button class="buts" @click="complete">{{ butText }}</button>
90
- </div>
89
+ <!-- <div class="editor-but" v-if="butText !== '' && readOnly">-->
90
+ <!-- <button class="buts" @click="complete">{{ butText }}</button>-->
91
+ <!-- </div>-->
91
92
  <div class="enclosure" v-if="uploadAttData.length > 0 && enclosureShow">
92
93
  <p :style="enclosureStyle">{{ enclosureText }}</p>
93
94
  <div class="enclosure-list" v-for="(item,index) in uploadAttData">
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.554',
92
+ version: '1.35.555',
93
93
  install,
94
94
  Calendar,
95
95
  Message,