UNPKG
jdc_dkh_jxicustomer
Version:
latest (1.0.0)
1.0.0
JDC_dkh_jxicustomer ==== 产品经理:田宇,弥磊 设计:罗婷 交互:张钊
jdc_dkh_jxicustomer
/
js
/
private
/
commonParams.js
10 lines
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
define
(
function
(
require
,
exports
,
module
) {
/** * 提供了公用的数据参数 *
@exports
commonParams
*/
var
isdebug = location.
href
.
indexOf
(
'isdebug'
) > -
1
;
return
{
requestUrl
:
'http://youai.jd.com'
,
//项目host
}; });