|
@ -140,7 +140,7 @@ export default { |
|
|
params:{type:1} |
|
|
params:{type:1} |
|
|
}) |
|
|
}) |
|
|
if(res.statu){ |
|
|
if(res.statu){ |
|
|
if(res.data.appVersionCode!=this.versionCode){ |
|
|
if(res.data.appVersionCode > this.versionCode){ |
|
|
this.isShowModal=true |
|
|
this.isShowModal=true |
|
|
this.appDownLoadUrl=host("version",res.data.appDownloadUrl) |
|
|
this.appDownLoadUrl=host("version",res.data.appDownloadUrl) |
|
|
} |
|
|
} |
|
|