- export const API_MODULE = '/api'
- //用户模块
- export const USER_MODULE= `${API_MODULE}/users`
- //商店模块
- export const STORE_MODULE= `${API_MODULE}/stores`
- //商品模块
- export const PRODUCT_MODULE= `${API_MODULE}/products`
- //订单模块
- export const ORDER_MODULE= `${API_MODULE}/orders`
- //图片模块
- export const IMAGE_MODULE= `${API_MODULE}/images`
|