From b8527dc2847fc0adeeeb37aa6b31152aa7d8e360 Mon Sep 17 00:00:00 2001 From: sx <2427911852@qq.com> Date: Sat, 1 Mar 2025 09:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/common/js/config.js | 5 ----- jiuyi2/components/shop/detail/footerMenu.vue | 5 +---- jiuyi2/pages/mine/mine.vue | 13 +------------ jiuyi2/vite.config.js | 5 ----- 4 files changed, 2 insertions(+), 26 deletions(-) diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index f1421c4f..8443338c 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -6,12 +6,7 @@ const config = { // host: 'h5api', // #endif // #ifndef H5 -<<<<<<< HEAD host: 'http://91f.xyz:8080', - // host: 'http://g8rbs6.natappfree.cc', -======= - host: 'http://91f.xyz:8080', ->>>>>>> 1fb340263bba19031e365ab883932f3f4c4806e3 // #endif // 支付方式配置 payType: { diff --git a/jiuyi2/components/shop/detail/footerMenu.vue b/jiuyi2/components/shop/detail/footerMenu.vue index 6be67cd5..5b603a0f 100644 --- a/jiuyi2/components/shop/detail/footerMenu.vue +++ b/jiuyi2/components/shop/detail/footerMenu.vue @@ -89,9 +89,6 @@ function handleBuy() { // 客服 function toCustomer() { - uni.navigateTo({ - url: util.setUrl('/pages/mine/setting/feedback') - }) // api.shop.getCustomerService({ merchantId: props.detail.merId }).then(rs => { // if (rs.code == 200) { // let param = {}; @@ -133,7 +130,7 @@ function toCustomer() { - + 客服 diff --git a/jiuyi2/pages/mine/mine.vue b/jiuyi2/pages/mine/mine.vue index b1138d8b..0035d409 100644 --- a/jiuyi2/pages/mine/mine.vue +++ b/jiuyi2/pages/mine/mine.vue @@ -53,17 +53,6 @@ function toCustomer() { uni.navigateTo({ url: util.setUrl('/pages/mine/setting/feedback') }) - // let param = {}; - // param.type = 'C2C' - // param.name = `${props.detail.merName}` - // param.msgId = `${rs.data.serviceId}` - // param.isCustomer = true - - // util.toChat(param) - - // uni.navigateTo({ - // url: util.setUrl('/pages/news/chat/chat', param) - // }) } @@ -110,7 +99,7 @@ function toCustomer() { - + diff --git a/jiuyi2/vite.config.js b/jiuyi2/vite.config.js index 94b029c3..fc5535df 100644 --- a/jiuyi2/vite.config.js +++ b/jiuyi2/vite.config.js @@ -4,11 +4,6 @@ import { import uni from '@dcloudio/vite-plugin-uni'; let target = 'http://91f.xyz:8080' -<<<<<<< HEAD -// let target = 'http://g8rbs6.natappfree.cc' - -======= ->>>>>>> 1fb340263bba19031e365ab883932f3f4c4806e3 export default defineConfig({ plugins: [uni()],