You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
243 B
8 lines
243 B
import { ORIGIN } from '@/js/api';
|
|
|
|
export const MALL_API = {
|
|
homeShow:`${ORIGIN}/shop2/homeShow`, // 首页设置信息
|
|
goodsCartAdd:`${ORIGIN}/shop2/goodsCartAdd`, //购物车 - 添加商品
|
|
}
|
|
|
|
export default { ORIGIN, MALL_API };
|