From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26: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 5cb0b85..cc6c409 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