src/views/C2C/c2cOrder/order-generation/orderGeneration.vue
@@ -79,7 +79,6 @@ 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,11 +119,7 @@ this.$router.push({ path: '/chat' }) }, tokefu() { if (customerServiceUrl()) { window.location.href = customerServiceUrl(); } else { this.$router.push('/customerService') } this.$router.push('/customerService'); } }, computed: {