Files
peko-h5/view/peko/common/js/route-constant.js
2023-09-25 16:40:35 +08:00

28 lines
1.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 设置客户端跳转方法参数
var routeTypeConstant = {
ROOM_PAGE: 1, //跳转房间页 传参routerType: uid
H5_PAGE: 2, // 跳转h5
PURSE_PAGE: 3, //跳转钱包页
RED_PAGE: 4, //xcRedColor
RECHARGE_PAGE: 5, //跳转充值页
PERSON_PAGE: 6, //跳转个人页 传参(routerType) : uid
CAR_PAGE: 7, //跳转座驾 传参(routerType) : 0 (装扮商城) 或者 1 (车库)
HEADWEAR_PAGE: 8, //跳转到头饰 传参(routerType) : 0 (装扮商城) 或者 1 (头饰库)
SYSTEMMESSAGE_PAGE: 9, //系统消息
FAMILY_PAGE: 10, //跳转到家族页面
GROUP_PAGE: 11, //跳转到群组
BACKGROUND_PAGE: 12, //跳转到背景设置 传参(routerType): 0 (装扮商城) 或者 1 (背景库)
NEW_USER_PAGE: 13, //新秀玩友
INVITE_FRIEND_PAGE: 14, //邀请好友
PUBLICCHAT_PAGE: 15, //公聊大厅
XCZ_ACCOUNT_PAGE: 16, //绑定 xcz 账号
PHONE_NUM_PAGE: 17, //绑定手机号
PAY_PWD_PAGE: 18, //设置支付密码
WITHDRAW_RECORD_PAGE: 19, //提现记录页面
RECOMMEND_CARD_PAGE: 20, //跳转到推荐卡仓库
TEACHER_PUPIL_PAGE: 28, //跳转到师徒页面入口
WORLD_GROUND_PAGE: 47, //跳转小世界广场
VOICE_PAGE: 42, //声音瓶子
DONG_SET: 75, //跳转设置
DONG_TAI: 76 //跳转设置
}