feat: migrate static pages to native tabbar

This commit is contained in:
2026-04-23 21:25:24 +08:00
parent f3cd0c3a98
commit cd30f57f2c
116 changed files with 7143 additions and 311 deletions

View File

@@ -1,4 +1,5 @@
const { sessionStore } = require('../../../../stores')
const { sessionStore } = require('../../../../stores/index')
const { openStaticRoute } = require('../../../../utils/static-ux/route-map')
const MODULES = [
{
@@ -41,8 +42,6 @@ Page({
return
}
wx.navigateTo({
url: path
})
openStaticRoute(path, wx)
}
})