mirror of https://github.com/halo-dev/halo-admin
refactor: modify server to halo. (#112)
parent
bbdda761df
commit
aa49508cb2
|
@ -204,7 +204,7 @@ User Agent:${navigator.userAgent}`
|
||||||
}
|
}
|
||||||
_this.isLatest = false
|
_this.isLatest = false
|
||||||
const title = '新版本提醒'
|
const title = '新版本提醒'
|
||||||
const content = '检测到 Server 新版本:' + data.name + ',点击下方按钮查看最新版本。'
|
const content = '检测到 Halo 新版本:' + data.name + ',点击下方按钮查看最新版本。'
|
||||||
const url = data.html_url
|
const url = data.html_url
|
||||||
this.$notification.open({
|
this.$notification.open({
|
||||||
message: title,
|
message: title,
|
||||||
|
|
Loading…
Reference in New Issue