1234567891011121314151617181920212223 |
- /**
- * 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.BUILD_CURINGURL='http://qa.smartcost.com.cn:6060/cld';
- // 大司空
- global.BUILD_CURINGURL='https://yhyun.smartcost.com.cn/cld';
- //global.curingInterfaceConfig={'sort':['latest_login','desc']};
- var d = new Date();
- global.OPERATELOGTABLE=d.getFullYear();
|