mxd 3 년 전
부모
커밋
78dd6e38f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',