From 2311b03aee9db1bebacdd2ced13c071efda6a011 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 27 Oct 2023 11:30:41 +0800
Subject: [PATCH] 角色切换
---
store/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/store/index.js b/store/index.js
index 1c66228..59a5e73 100644
--- a/store/index.js
+++ b/store/index.js
@@ -51,7 +51,7 @@
tabBarList: [],
adCodeBase: {},
tabbarIndex: uni.getStorageSync("tabbarIndex") || 0,
- hasUpdate: false //true为不可登录,需要更新,false则是最新版
+ hasUpdate: false, //true为不可登录,需要更新,false则是最新版
},
mutations: {
--
Gitblit v1.9.3