From 3b092f2e2eeb09d5fedeb76bb51f3a7e281f82d8 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 04 三月 2025 10:11:54 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/plugins/download.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/plugins/download.js b/src/plugins/download.js
index 62b21b8..c0c1878 100644
--- a/src/plugins/download.js
+++ b/src/plugins/download.js
@@ -113,7 +113,7 @@
     fileReader.onload = function () {
       try {
         const result = JSON.parse(this.result);
-        if (result && result["code"] === 500) {
+        if (result && result["code"] !== 200) {
           resolve(result);
         } else {
           reject();

--
Gitblit v1.9.3