src/App.vue
@@ -16,12 +16,11 @@ showSplash.value = false; }, 5000); // 初始化推送服务 // 初始化推送服务,暂时注释,客户需要打开 // initPushService(); }); // 初始化推送服务(uni-push 1.0) const initPushService = () => { return; // #ifdef APP-PLUS console.log("开始初始化推送服务(uni-push 1.0)"); if (typeof plus !== "undefined" && plus.push) { @@ -109,4 +108,4 @@ <style lang="scss"> @import "uview-plus/index.scss"; @import "@/static/scss/index.scss"; </style> </style>