From db93fdafea28fa75d2ee353e2972948018bb2538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Thu, 16 Sep 2021 11:01:38 +0800 Subject: [PATCH] =?UTF-8?q?add=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E8=AF=A6=E6=83=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/common/apis/requests.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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