From adb74c51618faf025fe1d46bf6b22db895c2608f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期日, 12 二月 2023 11:16:14 +0800
Subject: [PATCH] 1.提交

---
 src/layout/components/Settings/index.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 6f82418..3502a32 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -52,7 +52,6 @@
           style="width: 120px;"
           placeholder="璇烽�夋嫨"
           size="mini"
-          @change="animationTypeChange"
         >
           <el-option
             v-for="item in animationTypeArr"
@@ -153,9 +152,6 @@
         key: 'theme',
         value: val
       })
-    },
-    animationTypeChange(val) {
-      console.log(val, 1)
     }
   }
 }

--
Gitblit v1.9.3