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