You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
697 B
11 lines
697 B
window.SITE_CONFIG['apiURL'] = 'http://dev.ccwin-in.com:10095'
|
|
// 收货-滚屏列表时间控制(毫秒制)
|
|
window.SITE_CONFIG['waitTime_sh'] = 300000 // 滚屏间隔 5分钟
|
|
window.SITE_CONFIG['fleshTime_sh'] = 1800000 //刷新数据间隔 半小时
|
|
// 发运-滚屏列表时间控制(毫秒制)
|
|
window.SITE_CONFIG['waitTime_fy'] = 300000 // 滚屏间隔 5分钟
|
|
window.SITE_CONFIG['fleshTime_fy'] = 1800000 //刷新数据间隔 半小时
|
|
window.SITE_CONFIG['backTime_fy'] = 60000 //刷新底色间隔 1分钟
|
|
// 备料-滚屏列表时间控制(毫秒制)
|
|
window.SITE_CONFIG['waitTime_bl'] = 120000 // 滚屏间隔 2分钟
|
|
window.SITE_CONFIG['fleshTime_bl'] = 300000 //刷新数据间隔 5分钟
|