Browse Source

授权拼接 ‘?’

liqk 4 years ago
parent
commit
74616f3953

+ 1 - 1
TEAMModelOS/ClientApp/src/view/learnactivity/CreateSchoolEva.vue

@@ -544,7 +544,7 @@ export default {
                         let privateSas = {}
                         let privateSas = {}
                         if(this.$store.state.user.userProfile){
                         if(this.$store.state.user.userProfile){
                             let blobInfo = this.$store.state.user.userProfile
                             let blobInfo = this.$store.state.user.userProfile
-                            privateSas.sas = blobInfo.blob_sas
+                            privateSas.sas = '?' + blobInfo.blob_sas
                             privateSas.url = blobInfo.blob_uri.slice(0, blobInfo.blob_uri.lastIndexOf(this.$store.state.userInfo.TEAMModelId) - 1)
                             privateSas.url = blobInfo.blob_uri.slice(0, blobInfo.blob_uri.lastIndexOf(this.$store.state.userInfo.TEAMModelId) - 1)
                             privateSas.name = this.$store.state.userInfo.TEAMModelId
                             privateSas.name = this.$store.state.userInfo.TEAMModelId
                         }
                         }