chore: 更新版本号至3.18.1

This commit is contained in:
feige996
2025-09-29 20:31:30 +08:00
parent cc3f953870
commit 7da7b7497d
2 changed files with 3 additions and 3 deletions

View File

@@ -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 开发模板",

View File

@@ -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'