手持机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
PDA/utils/config.js

22 lines
1.3 KiB

const REAUEST_ROOTPATH = "https://www.lbgjtoa.com/";
const ROOTPATH = "https://www.lbgjtoa.com/";
// const REAUEST_ROOTPATH = "http://192.168.110.143:8083/";
// const ROOTPATH = "http://192.168.110.143:8083/";
//手绘图项目名称
const HANDDRAWNNAME = "";
module.exports = {
REAUEST_ROOTPATH: REAUEST_ROOTPATH,
ROOTPATH: ROOTPATH,
HANDDRAWNNAME: HANDDRAWNNAME,
ARER_CODE: "131401",
ARER_CODE_FOUR: "131401",
lunbo_url: REAUEST_ROOTPATH + "/mobile/index/getLoopPic.do",
handheldDevicedoLogin:REAUEST_ROOTPATH +'/login/handheldDevicedoLogin.do',//登录后获取信息
getPeopleCounting:REAUEST_ROOTPATH +'/mobile/handset/getPeopleCounting?scenicId=167',//首页统计
getHaveTicketsChecked:REAUEST_ROOTPATH +'/mobile/handset/getHaveTicketsChecked?scenicId=167',//检票记录
getHaveTicketsDetails:REAUEST_ROOTPATH +'/mobile/handset/getHaveTicketsDetails',//预约记录详情
getAppointmentRecord:REAUEST_ROOTPATH +'/mobile/handset/getAppointmentRecord?scenicId=167',//预约记录
getAppointmentRecordDetails:REAUEST_ROOTPATH +'/mobile/handset/getAppointmentRecordDetails?scenicId=167',//预约记录详情
requestForWriteOff:REAUEST_ROOTPATH +'/mobile/handset/requestForWriteOff?scenicId=167',//核销
selectScjCount:REAUEST_ROOTPATH +'/mobile/handset/selectScjCount?scenicId=167',//首页统计
}