Browse Source

refactor: modify server to halo. (#112)

pull/113/head
Ryan Wang 5 years ago committed by GitHub
parent
commit
aa49508cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/system/About.vue

2
src/views/system/About.vue

@ -204,7 +204,7 @@ User Agent:${navigator.userAgent}`
}
_this.isLatest = false
const title = '新版本提醒'
const content = '检测到 Server 新版本:' + data.name + ',点击下方按钮查看最新版本。'
const content = '检测到 Halo 新版本:' + data.name + ',点击下方按钮查看最新版本。'
const url = data.html_url
this.$notification.open({
message: title,

Loading…
Cancel
Save