.
This commit is contained in:
@@ -10,9 +10,10 @@ const url = {
|
|||||||
|
|
||||||
// 项目数统计信息
|
// 项目数统计信息
|
||||||
projectStatistics: '/webapi/project.ashx?action=getStatistics',
|
projectStatistics: '/webapi/project.ashx?action=getStatistics',
|
||||||
|
//首页接口
|
||||||
getprjdata: '/project/list',
|
getprjdata: url_prefix + '/project/list',
|
||||||
get_policies_info: '/policies/info',
|
//政策详情接口
|
||||||
|
get_policies_info: url_prefix + '/policies/info',
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user