You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
605 B
JavaScript
19 lines
605 B
JavaScript
2 years ago
|
(function () {
|
||
|
var config = {
|
||
|
site:'http://zycloud.sztzjy.com/server', //数据请求地址
|
||
|
viewUrl:'http://39.108.104.1/op/view.aspx?src=', //PDF、PPT、WORD等在线预览的地址
|
||
|
|
||
|
// site:'http://192.168.110.95:9090/server'
|
||
|
// site:'http://czys.cj-edu.com/server'
|
||
|
// site:'http://czvtc.cj-edu.com/server'
|
||
|
// site:'http://hbsi.cj-edu.com/server'
|
||
|
// site:'http://bhlgxy.cj-edu.com/server'
|
||
|
//site:'http://hbkjxy.cj-edu.com/server'
|
||
|
// site:'http://jjykt.cj-edu.com/server'
|
||
|
}
|
||
|
window.configs = {
|
||
|
API_ROOT: config.site,
|
||
|
VIEW_URL: config.viewUrl,
|
||
|
};
|
||
|
})();
|