mxd před 3 roky
rodič
revize
78dd6e38f8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/magic-editor.vue

+ 1 - 1
src/components/magic-editor.vue

@@ -148,7 +148,7 @@ const checkUpdate = () => {
 				response.json().then(json => {
 					if (json.version && json.version !== 'unknown' && constants.config.version !== json.version) {
 						bus.status('message.newVersionRelease', true, json.version)
-						if (json.value !== store.get(constants.IGNORE_VERSION)) {
+						if (json.version !== store.get(constants.IGNORE_VERSION)) {
 							bus.$emit(Message.NOTIFY, {
 								title: $i('message.tips'),
 								icon: 'warning',