zym2525
2025-03-11 afdc0faf165dbc0c90e45043b4f500a3d53ba20f
apps/taro/src/pages/home/index.vue
@@ -33,7 +33,7 @@
});
const goGasBillRecharge = useAccessLogin(() => {
  Taro.navigateTo({
    url: `${RouterPath.electricBillRecharge}`,
    url: `${RouterPath.gasBillRecharge}`,
  });
});
</script>