From 4f43d3941a248d79662ae16b2f6fe8d40745976c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 30 十二月 2024 10:09:07 +0800 Subject: [PATCH] Revert "还原" --- src/App.vue | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index a320e34..a124b45 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,6 @@ </template> <script setup lang="ts"> - import axios from 'axios'; import useSettingsStore from '@/store/modules/settings' import { handleThemeStyle } from '@/utils/theme' @@ -14,18 +13,6 @@ import { setToken } from "@/utils/auth"; import usePermissionStore from "@/store/modules/permission"; import { isHttp } from "@/utils/validate"; -import VConsole from 'vconsole' -let vc: any = null; -const initVconsole = () => { - console.log('vcvcvvcvc') - // if (env.currentEnv !== env.ENV_ENUM.PRODUCT) { - vc = new VConsole({ - disableLogScrolling: false, - defaultPlugins: ["system", "network"], - log: { maxLogNumber: 200 }, - }); - // } -}; const appStore = useAppStore(); const size = computed(() => appStore.size as any); @@ -40,7 +27,5 @@ // 鍒濆鍖栦富棰樻牱寮� handleThemeStyle(useSettingsStore().theme) }) -// initVconsole() - }) </script> -- Gitblit v1.8.0