新增跳转动态类型

This commit is contained in:
Dragon
2023-09-25 16:40:35 +08:00
parent f4acb25b48
commit 5bbc1e5c68
3 changed files with 11 additions and 8 deletions

View File

@@ -22,5 +22,7 @@ var routeTypeConstant = {
RECOMMEND_CARD_PAGE: 20, //跳转到推荐卡仓库
TEACHER_PUPIL_PAGE: 28, //跳转到师徒页面入口
WORLD_GROUND_PAGE: 47, //跳转小世界广场
VOICE_PAGE: 42 //声音瓶子
VOICE_PAGE: 42, //声音瓶子
DONG_SET: 75, //跳转设置
DONG_TAI: 76 //跳转设置
}