关闭开发机上win10系统区分大小写的功能

Former-commit-id: 33da015cd315e03cc9622c368d6d4e1b48364f3a
Former-commit-id: d4e4d8f3bde0b4ff68dc69f86c3c4c7d74935f33
TSXN
wanggang 5 years ago
parent 1309ff8e54
commit d28b8531aa

@ -1,6 +1,6 @@
var config = {
debug:window.location.search.indexOf('debug') > -1,
baseUrl: window.location.protocol + '//' + window.location.hostname,
uploadUrl: window.location.protocol + '//' + window.location.hostname+'/IoTCenter/File/Upload',
baseUrl: window.location.protocol + '//' + window.location.host,
uploadUrl: window.location.protocol + '//' + window.location.host+'/IoTCenter/File/Upload',
isMobile: /(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)
};
Loading…
Cancel
Save