7 lines
235 B
JavaScript
7 lines
235 B
JavaScript
//测试地址
|
|
const ApiRootUrl = 'https://ndnd.duiduiedu.com/addons/unishop';
|
|
module.exports={
|
|
IndexBanner: ApiRootUrl + 'Banner/List', //获取列表
|
|
IndexUrl: ApiRootUrl + 'News/GetNewsListByPageType', //首页数据接口
|
|
};
|