Browse Source

新增子弹

newStyle
风继续吹 1 year ago
parent
commit
77f06e2f64
4 changed files with 106 additions and 88 deletions
  1. +10
    -2
      App.vue
  2. +92
    -85
      config.js
  3. +1
    -0
      pages/reportExcel/dayReport.vue
  4. +3
    -1
      utils/domain.js

+ 10
- 2
App.vue View File

@@ -30,7 +30,14 @@
this.bulidIngObj = uni.getStorageSync('buildingID')
},
addLookingCount(id) {
this.$u.post('/user/addLookingCount', { houseId: uni.getStorageSync('buildingID').id, recordId: id })
// uni.request({
// url: config.service.addLog
// })
// this.$u.post('/user/addLookingCount', { houseId: uni.getStorageSync('buildingID').id, recordId: id })
let obj = {
id: id,
}
this.sendLog(obj)
},
sendLog(data) {
@@ -44,7 +51,8 @@
data: {
houseId: data.houseId || uni.getStorageSync('buildingID').id,
houseName: data.houseName ||uni.getStorageSync('buildingID').name,
serviceId: "test"
serviceId: "test",
recordId: data.id
},
success: (data) => {
console.log(data)


+ 92
- 85
config.js View File

@@ -1,88 +1,95 @@
import { host, hosts, iMServiceHost , admin, base} from './utils/domain.js'
import {
host,
hosts,
iMServiceHost,
admin,
base,
hostAdmin
} 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`,
// 获取客户来源列表
sourceList: `${host}/customer/sourceList`,
// 新增文件评论
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`,
//消息未读数
notReadNum: `${host}/zkMessage/findFlagCount`,
// 隐私协议
privacyAgr: `${host}/zkPrivate/findById`,
}
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`,
// 获取客户来源列表
sourceList: `${host}/customer/sourceList`,
// 新增文件评论
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`,
//消息未读数
notReadNum: `${host}/zkMessage/findFlagCount`,
// 隐私协议
privacyAgr: `${host}/zkPrivate/findById`,
}
};
module.exports = config;
module.exports = config;

+ 1
- 0
pages/reportExcel/dayReport.vue View File

@@ -622,6 +622,7 @@
getMessage() {
this.$u.get('/zkMessage/findByProjectId', {
id: this.id,
houseId: uni.getStorageSync('buildingID').id,
username: uni.getStorageSync('weapp_session_userInfo_data').username
}).then(res => {
console.log(res)


+ 3
- 1
utils/domain.js View File

@@ -8,6 +8,7 @@ const baseUrl = `${base}/autoSR/api`;
// config 使用
const host = `${base}/autoSR/api`;
const hosts = `${base}/`;
const hostAdmin = `${base}/admin`;

const iMServiceHost = 'https://im.quhouse.com/'; //IM的后端地址正式

@@ -16,5 +17,6 @@ export {
host,
hosts,
iMServiceHost,
base
base,
hostAdmin
}

Loading…
Cancel
Save