diff --git a/FrontCode2/sunshine_levy/src/common/apis/requests.js b/FrontCode2/sunshine_levy/src/common/apis/requests.js index 13eff6f..e1c76aa 100644 --- a/FrontCode2/sunshine_levy/src/common/apis/requests.js +++ b/FrontCode2/sunshine_levy/src/common/apis/requests.js @@ -1,6 +1,6 @@ // 接口文档地址 // https://docs.qq.com/doc/DZkdyS3hNT2V4Q3VJ - +const url_prefix='http://183.136.157.9:7099/api' const url = { // 登录 login: '/webapi/account.ashx?action=login', @@ -11,7 +11,9 @@ const url = { // 项目数统计信息 projectStatistics: '/webapi/project.ashx?action=getStatistics', - getprjdata: 'http://183.136.157.9:7099/api/project/list' + getprjdata: '/project/list', + get_policies_info: '/policies/info', + }; export default url; \ No newline at end of file