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()],