From 01f9ba1046da41805a86ce528cc44f697348fb63 Mon Sep 17 00:00:00 2001
From: "J.Bean" <2780860550@qq.com>
Date: Fri, 18 Oct 2024 18:05:21 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=81=E8=A3=85state?=
=?UTF-8?q?=E6=97=B6=E5=BF=98=E8=AE=B0=E4=BF=AE=E6=94=B9html=E5=AF=BC?=
=?UTF-8?q?=E8=87=B4=E7=9A=84=E6=8A=A5=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/setting/system/system.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/setting/system/system.vue b/src/views/setting/system/system.vue
index 49caa633..beb1a6df 100644
--- a/src/views/setting/system/system.vue
+++ b/src/views/setting/system/system.vue
@@ -7,7 +7,7 @@
class="thing-cell"
v-for="item in typeTabList"
:key="item.key"
- :class="{ 'thing-cell-on': type === item.key }"
+ :class="{ 'thing-cell-on': state.type === item.key }"
@click="switchType(item)"
>
{{ item.name }}
@@ -16,10 +16,10 @@
-
-
-
-
+
+
+
+
From b88c0476438aebd84e4c0e5ca1ddafef884cd170 Mon Sep 17 00:00:00 2001
From: "J.Bean" <2780860550@qq.com>
Date: Fri, 18 Oct 2024 18:10:35 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=9F=E4=B8=80account=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E4=B8=8Esystem=E4=B8=ADstate=E7=9A=84=E5=B0=81=E8=A3=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/setting/account/account.vue | 84 ++++++++++++++-------------
1 file changed, 43 insertions(+), 41 deletions(-)
diff --git a/src/views/setting/account/account.vue b/src/views/setting/account/account.vue
index b2a29957..62a699ac 100644
--- a/src/views/setting/account/account.vue
+++ b/src/views/setting/account/account.vue
@@ -7,7 +7,7 @@
class="thing-cell"
v-for="item in typeTabList"
:key="item.key"
- :class="{ 'thing-cell-on': type === item.key }"
+ :class="{ 'thing-cell-on': state.type === item.key }"
@click="switchType(item)"
>
{{ item.name }}
@@ -16,61 +16,63 @@
-
-
-
+
+
+