refactor pages struct
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user