feat(历史记录): 添加历史记录页面

This commit is contained in:
yangzhe 2025-12-16 16:14:33 +08:00
parent 2a7aee3614
commit 8be8799e3d
3 changed files with 3 additions and 3 deletions

View File

@ -241,7 +241,7 @@ export default {
//
handleHistoryClick() {
uni.navigateTo({
url: "/pages/home/history/history",
url: "/pages/home/history/index",
});
},
//

View File

@ -106,9 +106,9 @@
}
},
{
"path": "pages/home/history/history",
"path": "pages/home/history/index",
"style": {
"navigationBarTitleText": "",
"navigationBarTitleText": "历史记录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}