2
李凌
2025-10-12 4b9c7e96534f4b5f093fcd085bb066412efcacc7
src/views/C2C/c2cOrder/order-generation/orderGeneration.vue
@@ -79,7 +79,7 @@
import OrderNav from "@/components/order-nav/OrderNav.vue";
import OrderData from "../components/order-data/OrderData.vue";
import otcApi from "@/service/otc";
import { customerServiceUrl } from "@/config";
export default {
  name: "orderGeneration",
@@ -120,7 +120,11 @@
      this.$router.push({ path: '/chat' })
    },
    tokefu() {
      this.$router.push('/customerService')
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      } else {
        this.$router.push('/customerService')
      }
    }
  },
  computed: {