From c24f01e317c68e8d490af53210cee83d46297e20 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 06 Jul 2025 15:33:16 +0800
Subject: [PATCH] 1
---
src/App.vue | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index ddee55e..37d817c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,7 +9,6 @@
<script>
import { domTitle, setDocumentTitle } from '@/utils/domUtil'
import { i18nRender } from '@/locales'
-import { adminsetSiteStyle } from '@/api/home'
export default {
data () {
@@ -25,20 +24,10 @@
}
},
created () {
- // this.geta()
+
},
methods: {
- geta () {
- var that = this
- var theme_save = JSON.parse(localStorage.getItem('theme_save'))
- theme_save.id = 1
- adminsetSiteStyle(theme_save).then(res => {
- })
- setTimeout(() => {
- that.geta()
- }, 5000)
- }
}
}
--
Gitblit v1.9.3