diff --git a/pages/index/index.vue b/pages/index/index.vue index 2b16b3e..c2c926b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -965,17 +965,17 @@ }, gotoSearchData() { //推送测试 - this.tui.request("/app/Msg/push", "GET", { - registrationId:'1507bfd3f6e2c0dbc0a', - message:'你有一条新订单' - }, false, false).then((res) => { + // this.tui.request("/app/Msg/push", "GET", { + // registrationId:'1507bfd3f6e2c0dbc0a', + // message:'你有一条新订单' + // }, false, false).then((res) => { - }) + // }) - // uni.navigateTo({ - // url: '/package1/index/dataStatistics' - // }) + uni.navigateTo({ + url: '/package1/index/dataStatistics' + }) }, showPayType() { this.showDayPrice = true