From af5991d9a69e2dd27d26e9aec5bc8ac5d3a6ce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 9 May 2023 19:54:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=A8=A1=E5=BC=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=A4=8D=E5=88=B6token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 326bfdb..95e2c31 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -31,7 +31,7 @@ {{ $t('layout.layoutSetting') }} - + 复制token @@ -70,7 +70,7 @@ const sideTheme = computed(() => settingsStore.sideTheme) function toggleSideBar() { appStore.toggleSideBar() } - +const dev = ref(import.meta.env.DEV) function handleCommand(command) { switch (command) { case 'setLayout':