From 36af20057bb751473a5e1b2de20a0b2b7529518a Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 7 Sep 2023 13:18:30 +0800 Subject: [PATCH] fix: api list global id --- pages/tabBar/API.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 996e044d..6eb1d2ed 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -57,7 +57,7 @@ return { list: [ { - id: 'globle', + id: 'global', name: '全局', open: false, pages: [ -- GitLab