diff --git a/bloodSugarGprsSampleCode/src/views/dataListPage.vue b/bloodSugarGprsSampleCode/src/views/dataListPage.vue index cc2318ce03c67e17e1c4ed77d2800a443e464402..4f6fda2bd685d63c0aa97a3b50c3c635613a6371 100644 --- a/bloodSugarGprsSampleCode/src/views/dataListPage.vue +++ b/bloodSugarGprsSampleCode/src/views/dataListPage.vue @@ -88,13 +88,13 @@ export default { }, methods: { ...mapMutations(['getToConfirmList']), - // 推送跳过来的时候返回到设备详情首页 + // 推送跳过来的时候返回到运动健康首页 backClick() { if(history.length > 1){ this.$router.go(-1); return; } - this.$router.push('/'); + window.location.href = "huaweischeme://healthapp/home/main"; }, // 查询数据并格式转换