var e = "https://got.ihxzn.com/api/";
module.exports = {
IndexUrl: e + "index/index",
IndexGoodsPageUrl: e + "index/pageGoods",
CatalogList: e + "catalog/index",
CatalogCurrent: e + "catalog/current"
};
https://got.ihxzn.com网址里的数据
;
{"errno":0,"errmsg":"",
"data":
{
"proName":"团长果园",
"banner":
[
{"id":15,"ad_position_id":1,"media_type":1,"name":"黄金百香果果","link":"/pages/goods/goods?id=1000001","image_url":"http://res7n.ihxzn.com/5c5cx3050hn.png?imageView2/2/w/800/h/800","content":"","end_time":0,"enabled":1,"sort_order":2,"status":0},
{"id":18,"ad_position_id":1,"media_type":1,"name":"蟹田大米","link":"/pages/goods/goods?id=1004150","image_url":"http://res7n.ihxzn.com/4wnmmlj34uk.png?imageView2/2/w/800/h/800","content":"","end_time":0,"enabled":1,"sort_order":2,"status":0},
前端请求api就可以拿到数据了
请先描述一下前后场景:)