refactor pages struct

This commit is contained in:
Timi
2026-01-28 14:11:54 +08:00
parent 8adc28ae9c
commit 965743be38
73 changed files with 234 additions and 176 deletions

View File

@ -27,7 +27,7 @@ Page({
type: JournalPageType.PREVIEW
});
wx.switchTab({
url: "/pages/main/journal/index",
url: "/pages/main/tabs/journal/index",
})
} catch (error: any) {
if (error?.code === 40100) {