From 624131a2e429f34bba60e47bead7eaf2390bdf95 Mon Sep 17 00:00:00 2001 From: significative <163999932+significative@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=88=B7?= =?UTF-8?q?=E6=96=B0logo=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/store/modules/useSettingStore.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/jeecgboot-vue3-master/src/store/modules/useSettingStore.ts b/jeecgboot-vue3-master/src/store/modules/useSettingStore.ts index 31c4ad86..0be1b944 100644 --- a/jeecgboot-vue3-master/src/store/modules/useSettingStore.ts +++ b/jeecgboot-vue3-master/src/store/modules/useSettingStore.ts @@ -16,7 +16,6 @@ const setting = { composition: '', }; async function getSetting(setting) { - console.count('请求---'); const res = await axios({ method: 'post', url: `${import.meta.env.VITE_GLOB_DOMAIN_URL}/sysconfiguration/sysConfiguration/findconfig` }); Object.assign(setting, res.data.result);