沙盘演示系统应用的微信小程序
zuoxiao
2024-12-11 a52b5e0534bb261de994d0340f966f0cef934ba3
pages/wxbind/wxbind.js
@@ -95,7 +95,7 @@
      icon: 'success'
    });
    // 跳转到 TabBar 页面
    wx.navigateTo({
    wx.redirectTo({
      url: '/pages/home/home' // 这里填写你想要跳转的 TabBar 页面路径
    });
  },