refactor: modify server to halo. (halo-dev/console#112)

pull/3445/head
Ryan Wang 2020-03-21 09:59:49 +08:00 committed by GitHub
parent 79bf87c066
commit 405c891e46
1 changed files with 1 additions and 1 deletions

View File

@ -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,