zhengyiming
2025-02-21 db9a1cb8638d0159e5bce586c0e6a0610bc2b625
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');