askbot-dragon 1.3.62 → 1.3.63
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
|
@@ -170,6 +170,37 @@ export default {
|
|
|
170
170
|
text: "女职工生育享受98天产假,其中产前可以休假15天",
|
|
171
171
|
type: 0, // 0 确定答案 1 推荐 list
|
|
172
172
|
list:[// 文档列表
|
|
173
|
+
{
|
|
174
|
+
"tagId": "64592044ec66de61a897104d" ,
|
|
175
|
+
"tagIds": [
|
|
176
|
+
"64592044ec66de61a897104d" ,
|
|
177
|
+
"64592044ec66de61a8971049"
|
|
178
|
+
],
|
|
179
|
+
"format": "pdf" ,
|
|
180
|
+
"srcContentId": "dd99bb327389d72f9fa8bb322c4fd8e3" ,
|
|
181
|
+
"updateTime": "2023-05-09 00:16:26" ,
|
|
182
|
+
"source": "CORP_LOCAL_FILE" ,
|
|
183
|
+
"srcContent": "家来说则更是如此。居安思危是一种超前的危机意识和忧患意识,人的一生当中不可能始终是一帆风顺,总会有曲折与风雨相伴,坎坷与逆境相随。所以,面对任何事情,人们都应当做到未雨绸缪,这样在遇到突发情况时才不至于手忙脚乱。在和平时期,要有居安思危的应变措施,在做好物质准备的同时,思想上还要常守不虞之戒,牢记失戒的教训,只有做到居安思危,才能有备无患,防患于未然。" ,
|
|
184
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/137e3903781f45cb8f6d5c4a1e17ac9c/2023/05/09/00/12/8563250e1faf3831d48c07ed79d30a06/居安思危.pdf" ,
|
|
185
|
+
"knowledgeId": "64591f8ca3222a26557e17f0" ,
|
|
186
|
+
"knowledgePartId": "DuYm_IcBh77-s6lwYqu_" ,
|
|
187
|
+
"from": "居安思危" ,
|
|
188
|
+
"introduction": "家来说则更是如此。居安思危是一种超前的危机意识和忧患意识,人的一生当中不可能始终是一帆风顺,总会有曲折与风雨相伴,坎坷与逆境相随。所以,面对任何事情,人们都应当做到未雨绸缪,这样在遇到突发情况时才不至于手忙脚乱。在和平时期,要有居安思危的应变措施,在做好物质准备的同时,思想上还要常守不虞之戒,牢记失戒的教训,只有做到居安思危,才能有备无患,防患于未然。"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"tagIds": [
|
|
192
|
+
],
|
|
193
|
+
"format": "mp4" ,
|
|
194
|
+
"srcContentId": "2c69c253d6a45ecbe1f2bfd23bd7e6e2" ,
|
|
195
|
+
"updateTime": "2023-05-09 00:23:47" ,
|
|
196
|
+
"source": "CORP_LOCAL_FILE" ,
|
|
197
|
+
"srcContent": "测试视频1111" ,
|
|
198
|
+
"url": "https://guoranwisdom.oss-cn-zhangjiakou.aliyuncs.com/137e3903781f45cb8f6d5c4a1e17ac9c/2023/05/09/00/23/609499bd2c58724938b2893deb5c2d83/测试视频1111.mp4" ,
|
|
199
|
+
"knowledgeId": "6459220aa3222a26557e17fe" ,
|
|
200
|
+
"knowledgePartId": "ruYt_IcBh77-s6lwHavr" ,
|
|
201
|
+
"from": "测试视频1111" ,
|
|
202
|
+
"introduction": "测试视频1111"
|
|
203
|
+
},
|
|
173
204
|
{
|
|
174
205
|
"tagIds": [
|
|
175
206
|
],
|
|
@@ -598,9 +598,9 @@ export default {
|
|
|
598
598
|
// this.identifyTextPostion.pageHeight = pdfResloute.pageHeight
|
|
599
599
|
// this.identifyTextPostion.pageWidth = pdfResloute.pageWidth
|
|
600
600
|
// }
|
|
601
|
-
that.loadPdfData(pageIndex - 1)
|
|
601
|
+
pageIndex - 1 != 0 && that.loadPdfData(pageIndex - 1)
|
|
602
602
|
that.loadPdfData(pageIndex)
|
|
603
|
-
that.loadPdfData(pageIndex + 1)
|
|
603
|
+
pageIndex + 1 <= that.totalPageCount && that.loadPdfData(pageIndex + 1)
|
|
604
604
|
// if (height - (that.pageSize.height + that.PAGE_INTVERVAL) > (that.pageSize.height + that.PAGE_INTVERVAL)) {
|
|
605
605
|
// let loadNum = Math.ceil(height / (that.pageSize.height + that.PAGE_INTVERVAL))
|
|
606
606
|
// if (loadNum > 2 && pageIndex > 1) {
|