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.

15 lines
544 B
JavaScript

2 years ago
(function () {
var config = {
site:'http://localhost:9090/server', //数据请求地址
// site:'http://10.0.149.100:9090/server', //数据请求地址
// site:'http://202.199.90.115:9090/server', //数据请求地址
// site:'http://zycloud.sztzjy.com/Login/server', //数据请求地址
2 years ago
viewUrl:'http://39.108.104.1/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,
};
})();