fix
This commit is contained in:
@@ -248,7 +248,7 @@ export default defineComponent({
|
||||
mounted(){
|
||||
this.token = getCookie('token') || ''
|
||||
let isTest:any = getCookie('isTest')
|
||||
this.isTest =JSON.parse(isTest)|| ''
|
||||
this.isTest =JSON.parse(isTest)
|
||||
this.uploadUrl = getUploadUrl()
|
||||
if(this.driver__.driver){
|
||||
this.captionGeneration = 'Exit sign, door, sunset, ocean, surreal'
|
||||
|
||||
Reference in New Issue
Block a user