From 35bc2f99e60378eb35c169fea60a3ec559250428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=BA=86=E4=BC=9F?= <1208669287@qq.com> Date: Mon, 19 May 2025 13:59:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtoken=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 4 ++-- src/static/aichat/{Back.png => black.png} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename src/static/aichat/{Back.png => black.png} (100%) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index abb802d..cb3d29d 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -13,7 +13,7 @@
- +
小墨
@@ -508,7 +508,7 @@ onMounted(() => { const init = async () => { const wv = plus.webview.currentWebview() - token.value = uni.getStorageSync('token') || import.meta.env.VITE_DEV_TOKEN || wv.token + token.value = wv.token || uni.getStorageSync('token') || import.meta.env.VITE_DEV_TOKEN userInfo.value = JSON.parse(wv.userInfo) || {} refreshToken.value = wv.refreshToken || uni.getStorageSync('refreshToken') statusBarHeight.value = wv.statusBarHeight || uni.getSystemInfoSync().statusBarHeight diff --git a/src/static/aichat/Back.png b/src/static/aichat/black.png similarity index 100% rename from src/static/aichat/Back.png rename to src/static/aichat/black.png