diff --git a/src/components/shop-tabbar/shop-tabbar.vue b/src/components/shop-tabbar/shop-tabbar.vue index 79000ca..4beba88 100644 --- a/src/components/shop-tabbar/shop-tabbar.vue +++ b/src/components/shop-tabbar/shop-tabbar.vue @@ -107,7 +107,7 @@ const tabChange = (index) => { */ const getShopInfo = () => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: props.shopId, diff --git a/src/package-activities/pages/coupon-center/coupon-center.vue b/src/package-activities/pages/coupon-center/coupon-center.vue index 3916d4a..ed3ab8c 100644 --- a/src/package-activities/pages/coupon-center/coupon-center.vue +++ b/src/package-activities/pages/coupon-center/coupon-center.vue @@ -513,7 +513,7 @@ const onToMyCoupons = () => { // 跳转到店铺页 const onToShopPage = (shopId) => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId, diff --git a/src/package-activities/pages/message-detail/message-detail.vue b/src/package-activities/pages/message-detail/message-detail.vue index 84f9707..34dd97e 100644 --- a/src/package-activities/pages/message-detail/message-detail.vue +++ b/src/package-activities/pages/message-detail/message-detail.vue @@ -52,7 +52,7 @@ const onQueryDetailsOfNotice = (id) => { const onQueryShopInfo = (id) => { // 获取店铺头部信息 http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: id diff --git a/src/package-shop/components/shop-head/index.vue b/src/package-shop/components/shop-head/index.vue index 9b2e23e..2648fd5 100644 --- a/src/package-shop/components/shop-head/index.vue +++ b/src/package-shop/components/shop-head/index.vue @@ -203,7 +203,7 @@ onMounted(() => { */ const queryShopInfo = () => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: props.shopId diff --git a/src/package-shop/shop-page/feature-index/feature-index.vue b/src/package-shop/shop-page/feature-index/feature-index.vue index a134b92..8b5d4c6 100644 --- a/src/package-shop/shop-page/feature-index/feature-index.vue +++ b/src/package-shop/shop-page/feature-index/feature-index.vue @@ -92,7 +92,7 @@ onReachBottom(() => { */ const getShopInfo = () => { const params = { - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: shopId.value, diff --git a/src/package-shop/shop-page/shop-index/shop-index.vue b/src/package-shop/shop-page/shop-index/shop-index.vue index 2d22598..c0747ed 100644 --- a/src/package-shop/shop-page/shop-index/shop-index.vue +++ b/src/package-shop/shop-page/shop-index/shop-index.vue @@ -264,7 +264,7 @@ const shopInfo = ref({}) // 店铺信息 const queryShopInfo = () => { // 获取店铺头部信息 http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: shopId.value diff --git a/src/package-user/pages/invoice-detail/invoice-detail.vue b/src/package-user/pages/invoice-detail/invoice-detail.vue index b88784a..2f8fd45 100644 --- a/src/package-user/pages/invoice-detail/invoice-detail.vue +++ b/src/package-user/pages/invoice-detail/invoice-detail.vue @@ -262,7 +262,7 @@ const onToShopIndex = (shopId) => { */ const onGetShopInfo = (shopId) => { const params = { - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId, diff --git a/src/package-user/pages/my-chat/my-chat.vue b/src/package-user/pages/my-chat/my-chat.vue index 9e09e39..3e85818 100644 --- a/src/package-user/pages/my-chat/my-chat.vue +++ b/src/package-user/pages/my-chat/my-chat.vue @@ -522,7 +522,7 @@ const shopInfo = ref(null) */ const getShopInfo = () => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId diff --git a/src/package-user/pages/order-detail/order-detail.vue b/src/package-user/pages/order-detail/order-detail.vue index 863b8d3..aa7b4b7 100644 --- a/src/package-user/pages/order-detail/order-detail.vue +++ b/src/package-user/pages/order-detail/order-detail.vue @@ -1791,7 +1791,7 @@ const toShopIndex = () => { */ const getShopInfo = (shopIdPar) => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: shopIdPar, diff --git a/src/package-user/pages/order/order.vue b/src/package-user/pages/order/order.vue index ced0a07..125d7ee 100644 --- a/src/package-user/pages/order/order.vue +++ b/src/package-user/pages/order/order.vue @@ -754,7 +754,7 @@ const toShopIndex = (shopIdPar, orderItemPar) => { */ const getShopInfo = (shopIdPar) => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId: shopIdPar, diff --git a/src/pages/cart/cart.vue b/src/pages/cart/cart.vue index 7b08f65..1459904 100644 --- a/src/pages/cart/cart.vue +++ b/src/pages/cart/cart.vue @@ -1838,7 +1838,7 @@ const onToShopIndex = (shopId) => { */ const onGetShopInfo = (shopId) => { const params = { - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId, diff --git a/src/pages/detail/detail.vue b/src/pages/detail/detail.vue index f900182..bf381fd 100644 --- a/src/pages/detail/detail.vue +++ b/src/pages/detail/detail.vue @@ -2646,7 +2646,7 @@ const onCheckStock = () => { let shopInfo = reactive({}) const onGetShopInfo = () => { http.request({ - url: '/tmerclub_admin/ua/shop_detail/head_info', + url: '/tmerclub_admin/mua/app/shopDetail/head_info', method: 'GET', data: { shopId