修正多处问题,添加骨架屏

This commit is contained in:
2026-06-29 16:41:36 +08:00
parent e85f39ab83
commit 13b99428de
124 changed files with 929 additions and 147 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// common/constants/routes.js
// common/constants/routes.js
/** 与 pages.json 保持一致 */
export const PAGE = {
@@ -189,4 +189,4 @@ export function backToMemberCenter() {
*/
export function backToTab(tabUrl) {
goBackOrTab(tabUrl)
}
}