MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
1 additions and
1 deletions
-
src/App.vue
|
@ -87,7 +87,7 @@ |
|
|
updateInfo = await resp.json(); |
|
|
updateInfo = await resp.json(); |
|
|
} catch (e) { |
|
|
} catch (e) { |
|
|
} |
|
|
} |
|
|
if (!!updateInfo.Found) { |
|
|
if (!!updateInfo && !!updateInfo.Found) { |
|
|
this.$notify.warning({ |
|
|
this.$notify.warning({ |
|
|
title: '发现更新', |
|
|
title: '发现更新', |
|
|
message: '发现新版本 v' + updateInfo.Version + |
|
|
message: '发现新版本 v' + updateInfo.Version + |
|
|