123456789101112131415161718192021 |
- /**
- * Created by MyPC on 2019/11/5.
- */
- global.WEB_SITE_GLOBAL='/cloud/';
- global.CRYPTO_KEY='CLDV2_CP';
- global.STAFF='';
- //本地
- global.CURINGURL='http://qa.smartcost.com.cn:6060/cld';
- //测试服务器
- //global.CURINGURL='https://yhuat.smartcost.com.cn/cld';
- // //正式服务器
- // global.CURINGURL='https://yhyun.smartcost.com.cn/cld';
- //global.curingInterfaceConfig={'sort':['latest_login','desc']};
- var d = new Date();
- global.OPERATELOGTABLE=d.getFullYear();
|