src/App.vue
@@ -17,10 +17,11 @@ }, 5000); // 初始化推送服务 initPushService(); // initPushService(); }); // 初始化推送服务(uni-push 1.0) const initPushService = () => { return; // #ifdef APP-PLUS console.log("开始初始化推送服务(uni-push 1.0)"); if (typeof plus !== "undefined" && plus.push) { @@ -108,4 +109,4 @@ <style lang="scss"> @import "uview-plus/index.scss"; @import "@/static/scss/index.scss"; </style> </style>