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.
|
|
|
(function () {
|
|
|
|
var config = {
|
|
|
|
// site:'http://192.168.2.17:9090/server', //数据请求地址
|
|
|
|
// site:'http://localhost:9090/server', //数据请求地址
|
|
|
|
// site:'http://http://121.40.130.32:9090/server', //数据请求地址
|
|
|
|
// site:'http://10.0.149.100:9090/server', //数据请求地址
|
|
|
|
// site:'http://202.199.90.115:9090/server', //数据请求地址
|
|
|
|
site:'https://zycloud.sztzjy.com/server', //线上数据请求地址
|
|
|
|
viewUrl:'http://view.officeapps.live.com/op/view.aspx?src=', //PDF、PPT、WORD等在线预览的地址
|
|
|
|
// site:'http://192.168.110.95:9090/server'
|
|
|
|
}
|
|
|
|
window.configs = {
|
|
|
|
API_ROOT: config.site,
|
|
|
|
VIEW_URL: config.viewUrl,
|
|
|
|
};
|
|
|
|
})();
|
|
|
|
|