Browse Source

个人——研修中心——问卷blob地址

XW 3 năm trước cách đây
mục cha
commit
20fa8bdfad
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      TEAMModelOS/ClientApp/src/view/jyzx/Question.vue

+ 4 - 1
TEAMModelOS/ClientApp/src/view/jyzx/Question.vue

@@ -200,7 +200,10 @@ export default {
 				if(qnItem.owner === 'area'){
 					blobHost = this.$store.state.user.osblob_uri
 					sasString = { sas : '?' + this.$store.state.user.osblob_sas }
-				}
+				} else {
+                    blobHost = blobHost + '/' + cntr
+                    sasString = { sas : sasString }
+                }
                 let indexJson = JSON.parse(await this.$tools.getFile(blobHost + qnItem.blob + sasString.sas))
                 if(indexJson.slides.length) {
                     for (let item of indexJson.slides) {