提交 a4b9d0a6 编写于 作者: D DCloud_LXH

chore: tabBar/API.uvue

上级 9fdec58e
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
{ {
name: '页面跳转', name: '页面跳转',
url: 'navigator', url: 'navigator',
api: ["navigator", "reLaunch", "navigateBack", "redirectTo", "switchTab"] api: ["navigateTo", "reLaunch", "navigateBack", "redirectTo", "switchTab"]
}, },
/* /*
{ {
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
{ {
name: 'storage(key-value存储)', name: 'storage(key-value存储)',
url: 'storage', url: 'storage',
api: ["uni.getStorageInfo", "uni.getStorageInfoSync", "uni.getStorage", "uni.getStorageSync", "uni.setStorage", "uni.setStorageSync", "uni.removeStorage", "uni.removeStorageSync", "uni.clearStorage", "uni.clearStorageSync"] api: ["getStorageInfo", "getStorageInfoSync", "getStorage", "getStorageSync", "setStorage", "setStorageSync", "removeStorage", "removeStorageSync", "clearStorage", "clearStorageSync"]
}, },
] as Page[], ] as Page[],
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册