From 8f5e79bf0bffae34161f434aa0ef5ff0c08e7f17 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 19 Sep 2023 16:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E9=83=BD=E4=BE=BF=E6=B0=91=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=BB=9F=E8=AE=A1=E5=A4=96=E9=83=A8=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/AppConvenientService/AppConvenientService.vue | 3 +++ 1 file changed, 3 insertions(+) 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('您还不是党员,暂时无法使用该功能') }