From 4e40eb60d399fd7ff4b19a5e50e6f1d336f62c88 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 26 Dec 2025 16:00:12 +0800
Subject: [PATCH] 1

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

diff --git a/src/store/index.js b/src/store/index.js
index cc6c409..5cb0b85 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -38,7 +38,7 @@
   actions: {
     async setUseInfo({ commit }) {
       let data = await getUserInfodata();
-      if (data.status === 0) {
+      if (data.status == 0) {
         commit("SET_USE_INFO", data.data);
       } else {
         commit("elAlertShow", {

--
Gitblit v1.9.3