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] =?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)" > @@ -16,10 +16,10 @@ - - - - + + + +