9 changed files with 22 additions and 31 deletions
@ -1,11 +1,10 @@ |
|||
import { get } from '@/http/http' |
|||
import { url } from '@/http/config' |
|||
|
|||
//获取品牌数据
|
|||
export const getBrandList = () => get(`${url().sourceUrl}/JSON/getBrandShopList.json`) |
|||
export const getBrandList = () => get(`./static/offline/JSON/getBrandShopList.json`) |
|||
|
|||
// //获取品牌模块通过业态排序的品牌列表
|
|||
export const getBrandListByFormat = () => get(`${url().sourceUrl}/JSON/getBrandShopListByIndustryId.json`) |
|||
export const getBrandListByFormat = () => get(`./static/offline/JSON/getBrandShopListByIndustryId.json`) |
|||
|
|||
// //获取品牌模块通过楼层排序的品牌列表
|
|||
export const getBrandListByFloor = () => get(`${url().sourceUrl}/JSON/getBrandShopListByFloor.json`) |
|||
export const getBrandListByFloor = () => get(`./static/offline/JSON/getBrandShopListByFloor.json`) |
|||
|
|||
Loading…
Reference in new issue