Commit cbc56e16 authored by 胡's avatar

关闭热更新

parent 0d0941a9
......@@ -258,15 +258,15 @@ export default {
}
},
hote_update_version (content, url) {
hlsPopup.showConfirm({
title: '版本更新',
content: content,
onConfirm: function (index) {
if (index === 1) {
hotpatch.updateNewVersion(url)
}
},
})
// hlsPopup.showConfirm({
// title: '版本更新',
// content: content,
// onConfirm: function (index) {
// if (index === 1) {
// hotpatch.updateNewVersion(url)
// }
// },
// })
},
entrySign () {
let vm = this
......
......@@ -603,15 +603,15 @@ export default {
}
},
hote_update_version(content, url) {
hlsPopup.showConfirm({
title: '版本更新',
content: content,
onConfirm: function (index) {
if (index === 1) {
hotpatch.updateNewVersion(url)
}
},
})
// hlsPopup.showConfirm({
// title: '版本更新',
// content: content,
// onConfirm: function (index) {
// if (index === 1) {
// hotpatch.updateNewVersion(url)
// }
// },
// })
},
logOut() {
let vm = this
......
......@@ -148,15 +148,15 @@ export default {
}
},
hote_update_version (content, url) {
hlsPopup.showConfirm({
title: '版本更新' + this.version,
content: content,
onConfirm: function (index) {
if (index === 1) {
hotpatch.updateNewVersion(url)
}
},
})
// hlsPopup.showConfirm({
// title: '版本更新' + this.version,
// content: content,
// onConfirm: function (index) {
// if (index === 1) {
// hotpatch.updateNewVersion(url)
// }
// },
// })
},
// 版本更新
getVersion () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment