|
@@ -5,17 +5,6 @@ var baseUrl = 'http://14.18.190.141:1280'
|
|
|
// var baseUrl = 'http://prese.phone.androidscloud.com'
|
|
|
// var baseUrl = 'http://vclusters.imwork.net:2221'
|
|
|
|
|
|
-const fileCenterApi = 'https://file.phone.androidscloud.com:8121';
|
|
|
-let uploadKey = ''
|
|
|
-if (window.location.origin.includes('client.phone.androidscloud.com')) {
|
|
|
- uploadKey = 'edv834e74a9c43eaac02'
|
|
|
-} else if (window.location.origin.includes('prese.phone.androidscloud')) {
|
|
|
- uploadKey = '347905r86eb745a1sc38'
|
|
|
-} else {
|
|
|
- uploadKey = '13d0arghebcc4cm49cf04'
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
function GetRequest() {
|
|
|
var url = location.search; // 获取url中"?"符后的字串
|
|
|
var obj= new Object();
|