From 1201bf91b3dcac3f5b69c755ff2e54c362956467 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 09 Mar 2026 16:41:01 +0800
Subject: [PATCH] 1
---
src/views/order/order-submit.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/views/order/order-submit.vue b/src/views/order/order-submit.vue
index ff31e71..f399844 100644
--- a/src/views/order/order-submit.vue
+++ b/src/views/order/order-submit.vue
@@ -112,7 +112,6 @@
showToast
} from 'vant';
import useClipboard from "vue-clipboard3";
-import { customerServiceUrl } from '@/config'
import { useI18n } from "vue-i18n";
const { toClipboard } = useClipboard();
const { t } = useI18n()
@@ -121,11 +120,7 @@
const showPopup = ref(false)
const orderNo = ref(null)
const onRoute = () => {
- if (customerServiceUrl) {
- window.location.href = customerServiceUrl;
- } else {
- router.push('/customerService?order_no=' + orderNo.value)
- }
+ router.push('/customerService?order_no=' + orderNo.value);
}
const onClickLeft = () => {
// router.push('/exchange/channel-in')
--
Gitblit v1.9.3