|
@@ -28,6 +28,9 @@ const gCommonHeaders = {
|
|
|
'Accept-Language': `zh-CN,zh-Hans;q=0.9`
|
|
'Accept-Language': `zh-CN,zh-Hans;q=0.9`
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+let gRemoteBrowserUrl = 'http://47.106.225.136/RemoteBrowser/index.php';
|
|
|
|
|
+// 'http://192.168.0.137/RemoteBrowser/index.php'
|
|
|
|
|
+
|
|
|
let gRetBody;
|
|
let gRetBody;
|
|
|
async function Main() {
|
|
async function Main() {
|
|
|
if (magicJS.isStrictRequest) {
|
|
if (magicJS.isStrictRequest) {
|
|
@@ -183,7 +186,7 @@ async function proxyTaskApply() {
|
|
|
body: ``,
|
|
body: ``,
|
|
|
};
|
|
};
|
|
|
let options = {
|
|
let options = {
|
|
|
- url: 'http://192.168.0.137/RemoteBrowser/index.php',
|
|
|
|
|
|
|
+ url: gRemoteBrowserUrl,
|
|
|
body: JSON.stringify(data),
|
|
body: JSON.stringify(data),
|
|
|
headers: {
|
|
headers: {
|
|
|
"content-type": "application/json; charset=utf-8"
|
|
"content-type": "application/json; charset=utf-8"
|
|
@@ -211,7 +214,7 @@ async function proxyTaskDraw() {
|
|
|
body: ``,
|
|
body: ``,
|
|
|
};
|
|
};
|
|
|
let options = {
|
|
let options = {
|
|
|
- url: 'http://192.168.0.137/RemoteBrowser/index.php',
|
|
|
|
|
|
|
+ url: gRemoteBrowserUrl,
|
|
|
body: JSON.stringify(data),
|
|
body: JSON.stringify(data),
|
|
|
headers: {
|
|
headers: {
|
|
|
"content-type": "application/json; charset=utf-8"
|
|
"content-type": "application/json; charset=utf-8"
|