feat: remove useless dependence

This commit is contained in:
2025-08-18 14:27:48 +08:00
parent afe4d57d6c
commit fc3d7cf6cb
3 changed files with 9 additions and 371 deletions

View File

@@ -170,15 +170,8 @@ function Index() {
})
}
const handleDetail = () => {
Taro.navigateTo({
url: '/pages/detail/index'
})
}
return (
<View className='index-page'>
<Button onClick={handleDetail}></Button>
{/* 页面标题 */}
<View className='page-header'>
<Text className='page-title'>API </Text>