1
李凌
2026-02-04 23317b2e11aca690e8f1f349edf6f35da7ee65d3
src/views/C2C/c2cOrder/order-generation/orderGeneration.vue
@@ -120,8 +120,8 @@
      this.$router.push({ path: '/chat' })
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }