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: {