diff --git a/src/project/fengdu/AppConvenientService/AppConvenientService.vue b/src/project/fengdu/AppConvenientService/AppConvenientService.vue index 9ffffca..e891b40 100644 --- a/src/project/fengdu/AppConvenientService/AppConvenientService.vue +++ b/src/project/fengdu/AppConvenientService/AppConvenientService.vue @@ -37,6 +37,9 @@ export default { methods: { ...mapActions(['authCheck']), handleClick({ type, appId, modulePath, url, checkType, corpId }) { + if(appId) { //统计外部应用打开次数 + this.$instance.post(`/app/appminiappclicklog/add`, {appId}).then(res => {}) + } if (checkType == 3 && this.user.partyStatusForWX != 2) { //张硕让改的 return this.$u.toast('您还不是党员,暂时无法使用该功能') }