import { host, hosts, iMServiceHost , admin, base} from './utils/domain.js' var config = { service: { host, iMServiceHost, getView:`${host}/autoSR/api/addtodigest/addPageviews`, addLog:`${base}/admin/log/addLoginCount`, getStage:`${host}/customer/getStage`, //验证toen verify:`${host}/user/verify`, //登录 login: `${hosts}auth/oauth/token`, logout: `${hosts}auth/token/logout`, findListByUser: `${hosts}admin/dept/findListByUser`, //获取用户信息 getUser: `${host}/user/getUser`, //获取权限 getMenu:`${hosts}admin/menu/getMenu`, //发送验证码 sendCode:`${hosts}admin/mobile`, //验证码校验 plogin:`${hosts}auth/mobile/token/sms`, //忘记密码 forgotPassword:`${hosts}admin/user/forgotPassword`, //修改密码 updatePassword: `${host}/user/resetPwd`, //修改用户信息 upload: `${host}/user/update`, // 上传头像 uploadHeadImg:`${host}/user/uploadHeadPortrait`, //分点学习标签 findSelectedLabel:`${host}/addtodigest/findSelectedLabel`, //获取全部学习 findAllZATD:`${host}/addtodigest/findAllZATD`, //查询点赞列表 likegetLike:`${host}/like/getLike`, // 获取评论 cmmentList:`${host}/comment/list`, // 新增评论 saveCmment:`${host}/comment/saveCmment`, // 新增文件评论 saveCmmentUpload:`${host}/comment/upload`, // 点赞 saveLike:`${host}/like/saveLike`, // 取消点赞 cancelLike:`${host}/like/cancelLike`, //同音转译接口3 getCorpusAnal: `${host}/corpus/splicAudioPlay`, //转写内容获取快进时间是第几个文件 fastForward:`${host}/corpus/fastForward`, //标记顾问 markConsultant:`${host}/corpus/markConsultant`, //同音转译接口 getSpeechAnalysis: `${host}/cms/mobile/getBytargetId`, //同音转译接口2 getCorpusAnalysis: `${host}/corpus/audioPlay`, //查询设备电量 findElectricity:`${host}/equipment/findElectricity`, //首页设备查询 findEquipmentState:`${host}/cusLvStatistics/findEquipmentState`, //首页实时统计 realTimeStatistics:`${host}/cusLvStatistics/realTimeStatistics`, //首页本周工作 workThisWeek:`${host}/cusLvStatistics/workThisWeek`, //查询是否开启选择顾问权限 getSelfAssignedByHouseId:`${host}/user/getSelfAssignedByHouseId`, //确认加精 addATD:`${host}/addtodigest/addATD`, //取消加精 delATD:`${host}/addtodigest/delATD`, // 升级公告 updateList: `${host}/zkMessage/messageList`, // 升级公告更新阅读 updateRead: `${host}/zkMessage/updateFlag`, } }; module.exports = config;