UNPKG
jdc_dkh_jxicustomer
Version:
latest (1.0.0)
1.0.0
JDC_dkh_jxicustomer ==== 产品经理:田宇,弥磊 设计:罗婷 交互:张钊
jdc_dkh_jxicustomer
/
js
/
private
/
index-url.js
12 lines
(11 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * 提供了首页的查询 *
@exports
commonParams
*/
define
(
function
(
require
,
exports
,
module
) {
var
commonParams =
require
(
'./commonParams'
);
var
host = commonParams.
requestUrl
;
return
{
getHolidayList
: host +
'/index/getHolidayList'
,
//获取关怀提醒列表
}; });