From 7da7b7497d0f429ef9cae3abd554d5dc63dc6878 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Mon, 29 Sep 2025 20:31:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B33.18.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/router/interceptor.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bb77073..dc42a4a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "unibest", "type": "module", - "version": "3.18.0", - "unibest-version": "3.18.0", + "version": "3.18.1", + "unibest-version": "3.18.1", "update-time": "2025-09-26", "packageManager": "pnpm@10.10.0", "description": "unibest - 最好的 uniapp 开发模板", diff --git a/src/router/interceptor.ts b/src/router/interceptor.ts index 2670d14..53724cb 100644 --- a/src/router/interceptor.ts +++ b/src/router/interceptor.ts @@ -2,7 +2,7 @@ import { isMp } from '@uni-helper/uni-env' /** * by 菲鸽 on 2025-08-19 * 路由拦截,通常也是登录拦截 - * 黑白名单的配置,请看 config.ts 文件, EXCLUDE_LOGIN_PATH_LIST + * 黑、白名单的配置,请看 config.ts 文件, EXCLUDE_LOGIN_PATH_LIST */ import { useTokenStore } from '@/store/token' import { isPageTabbar, tabbarStore } from '@/tabbar/store'