zhengyiming
2025-02-21 95dc61cc00f7249c7b552932a95c9c854514bbf5
apps/taro/src/pages/home/index.vue
@@ -16,7 +16,7 @@
function goPhoneBillRecharge() {
  Taro.navigateTo({
    url: RouterPath.phoneBillRecharge,
    url: `${RouterPath.phoneBillRecharge}`,
  })
    .then(() => {
      console.log('Navigate successfully');