🎈 perf(ID1000894 设置面料优选价格体系):

This commit is contained in:
czm 2023-02-24 18:26:04 +08:00
parent a70852dc54
commit ffadfe5965
3 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,8 @@ export const GetClassList = () => {
*/ */
export const GetProductDetailApi = () => { export const GetProductDetailApi = () => {
return useRequest({ return useRequest({
url: '/v1/mall/product', // url: '/v1/mall/product',
url: '/v3/mallCherry/product',
method: 'get', method: 'get',
}) })
} }

View File

@ -6,7 +6,8 @@ import { useRequest } from '@/use/useHttp'
*/ */
export const GetColorList = () => { export const GetColorList = () => {
return useRequest({ return useRequest({
url: '/v1/mall/product/color/list', // url: '/v1/mall/product/color/list',
url: '/v3/mallCherry/product/color/list',
method: 'get', method: 'get',
}) })
} }

View File

@ -61,7 +61,8 @@ export const UpdateShoppingCartApi = () => {
*/ */
export const GetShoppingCartV2Api = () => { export const GetShoppingCartV2Api = () => {
return useRequest({ return useRequest({
url: '/v2/mall/shoppingCart/productColor', // url: '/v2/mall/shoppingCart/productColor',
url: '/v3/mallCherry/shoppingCart/productColor',
method: 'get', method: 'get',
}) })
} }