askbot-dragon 1.3.98 → 1.3.99

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": "askbot-dragon",
3
- "version": "1.3.98",
3
+ "version": "1.3.99",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -217,9 +217,9 @@ export default {
217
217
  this.$refs.previewPdf.drawer = true;
218
218
  }
219
219
  this.$refs.previewPdf.fileType = type
220
- this.$refs.previewPdf.tagIds = item.tagIds
220
+ // this.$refs.previewPdf.tagIds = item.tagIds
221
221
  this.$refs.previewPdf.isMessageRecord = this.isMessageRecord ? true : false
222
- // this.$refs.previewPdf.tagIds = ["6463435ae607ba08d55fd46b"]
222
+ this.$refs.previewPdf.tagIds = ["64591b7d8bb8ab1b91c65f24"]
223
223
 
224
224
  if(item.tagIds && item.tagIds.length != 0) {
225
225
  this.$refs.previewPdf.loading = false
@@ -287,7 +287,8 @@ export default {
287
287
  }
288
288
  if (this.fisrtLoad) {
289
289
  setTimeout(() => {
290
- if (this.$refs.pdfView.clientHeight - (this.pageSize.height + this.PAGE_INTVERVAL) > (this.pageSize.height + this.PAGE_INTVERVAL)) {
290
+ // (this.pageSize.height + this.PAGE_INTVERVAL)
291
+ if (this.$refs.pdfView.clientHeight - (this.pageSize.height + this.PAGE_INTVERVAL) > 0 ) {
291
292
  let loadNum = Math.ceil(this.$refs.pdfView.clientHeight / (this.pageSize.height + this.PAGE_INTVERVAL))
292
293
  for (let n = 0; n < loadNum; n++) {
293
294
  this.loadPdfData(pageNo + n)
@@ -451,7 +452,7 @@ export default {
451
452
  next () {
452
453
  this.currentPage++
453
454
  if (this.currentPage >= this.tagIds.length) {
454
- this.currentPage = 0
455
+ this.currentPage = this.tagIds.length - 1
455
456
  }
456
457
  if(this.preViewType == 'pdf') {
457
458
  this.scrollToUplaodePage(this.currentPage)
@@ -697,6 +698,7 @@ export default {
697
698
  this.contentView = document.createElement('div')
698
699
  this.contentView.style.transformOrigin = '0px 0px 0px'
699
700
  this.$http.get('/knowledge-api/knowledge/knowledge-part-location-info/list?ids=' + value.join(',')).then(res =>{
701
+ res.data = {"data":[{"id":"64591b7d8bb8ab1b91c65f24","knowledgeId":"64591a9c8da27649473f3b4b","mainId":"fb348d095c0b4fd7bbd37826563dac7d","page":3,"total":18,"pageHeight":540.0,"pageWidth":960.00946,"publicPageFileUrl":"https://askbot-pdf-all.oss-cn-zhangjiakou.aliyuncs.com/fb348d095c0b4fd7bbd37826563dac7d/2023/05/08/11/55/18/64591b638bb8ab1b91c65eed/3.pdf","extractInfo":{"location":[280.488,161.32,398.71573,61.99298],"content":"黄花城水长城旅游区位于北京市怀柔区九渡河镇境内,距北京市区65公里,是以奇而著称,融山川、碧水、古长城为一体的旅游休闲胜地。而这里的“三绝景”更是引人入","lines":[{"content":"黄花城水长城旅游区位于北京市怀柔区九渡河镇境内,距","location":[280.488,161.32,398.71573,15.9869995]},{"content":"北京市区65公里,是以奇而著称,融山川、碧水、古长","location":[283.691,184.30899,392.3055,15.9869995]},{"content":"城为一体的旅游休闲胜地。而这里的“三绝景”更是引人入","location":[282.699,207.32599,394.3033,15.9869995]}],"tagId":null}}],"code":"0","msg":null,"traceId":null}
700
702
  if (res.data.code == 0) {
701
703
  // tagIds 会按照gpt识别的生成有序的数组,前端直接按照下标的顺序取就可以了
702
704
  // 缓存拿到的所有数据
@@ -783,6 +785,18 @@ export default {
783
785
  width: 100%;
784
786
  height: 100%;
785
787
  }
788
+ a:link {
789
+ color: none;
790
+ }
791
+ a:visited {
792
+ color: none;
793
+ }
794
+ a:hover {
795
+ color: none;
796
+ }
797
+ a:active {
798
+ color: none;
799
+ }
786
800
  .btn_footer {
787
801
  width: 100%;
788
802
  height: 60px;