gaoluyang
2026-04-11 bd5a7ca6133eeddb8fed41ee2eb1c0c0874db91d
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>