Prechádzať zdrojové kódy

部署后提示用户更新28

tyler 2 rokov pred
rodič
commit
2950a2a2bd
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      src/App.vue

+ 1 - 2
src/App.vue

@@ -14,8 +14,7 @@ export default {
     const language = store.state.app.language
     document.body.addEventListener('plugin_web_update_notice', (e) => {
       const { version, options } = e.detail
-      // write some code, show your custom notification.
-      console.log(version, options)
+      // console.log(version, options)
       if (language === 'en') {
         self.$confirm('System update detected, please refresh the page?', '📢 System update', {
           distinguishCancelAndClose: true,