|
@@ -44,7 +44,7 @@ const getVersionJsonApi = async () => {
|
|
if (cache_version && cache_version !== version) {
|
|
if (cache_version && cache_version !== version) {
|
|
window?.$messageBox?.alert('检测到有新版本更新,请点击更新,或手动刷新网页更新,如果不更新,将无法使用相关功能', '更新提醒', {
|
|
window?.$messageBox?.alert('检测到有新版本更新,请点击更新,或手动刷新网页更新,如果不更新,将无法使用相关功能', '更新提醒', {
|
|
showCancelButton: true,
|
|
showCancelButton: true,
|
|
- confirmButtonText: '理解刷新',
|
|
|
|
|
|
+ confirmButtonText: '立即更新',
|
|
cancelButtonText: '暂不更新',
|
|
cancelButtonText: '暂不更新',
|
|
type: 'warning',
|
|
type: 'warning',
|
|
callback: (action) => {
|
|
callback: (action) => {
|