|
@@ -689,7 +689,7 @@ export default {
|
|
|
let privateSas = {}
|
|
|
if(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.name = this.$store.state.userInfo.TEAMModelId
|
|
|
}
|