diff --git a/package-lock.json b/package-lock.json index e44474a..598a7b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4194,7 +4194,7 @@ }, "node_modules/braft-editor": { "version": "2.3.9", - "resolved": "https://registry.npmmirror.com/braft-editor/-/braft-editor-2.3.9.tgz", + "resolved": "https://registry.npmjs.org/braft-editor/-/braft-editor-2.3.9.tgz", "integrity": "sha512-mqdPk/zI2dhFK8tW/A4Qj/AkkARLh5L/niNw+iif5wFqb6zh15rMlrShgz1nWO/QXyAKr8XtDgxiBbR0zWwtRg==", "dependencies": { "@babel/runtime": "^7.0.0", @@ -29914,7 +29914,7 @@ }, "braft-editor": { "version": "2.3.9", - "resolved": "https://registry.npmmirror.com/braft-editor/-/braft-editor-2.3.9.tgz", + "resolved": "https://registry.npmjs.org/braft-editor/-/braft-editor-2.3.9.tgz", "integrity": "sha512-mqdPk/zI2dhFK8tW/A4Qj/AkkARLh5L/niNw+iif5wFqb6zh15rMlrShgz1nWO/QXyAKr8XtDgxiBbR0zWwtRg==", "requires": { "@babel/runtime": "^7.0.0", diff --git a/src/config.js b/src/config.js index 1bc8529..ac64996 100644 --- a/src/config.js +++ b/src/config.js @@ -19,7 +19,7 @@ const config = { local: { serviceHost: api => { const apis = getServiceHost(api) - return `http://121.41.2.71:${apis}` + return `http://localhost:${apis}` }, cookieDomain: "", flowServiceHost: "http://124.117.209.78:3188/", diff --git a/yarn.lock b/yarn.lock index 90394dc..6ec1f1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2461,7 +2461,7 @@ "braft-editor@^2.3.9": "integrity" "sha512-mqdPk/zI2dhFK8tW/A4Qj/AkkARLh5L/niNw+iif5wFqb6zh15rMlrShgz1nWO/QXyAKr8XtDgxiBbR0zWwtRg==" - "resolved" "https://registry.npmmirror.com/braft-editor/-/braft-editor-2.3.9.tgz" + "resolved" "https://registry.npmjs.org/braft-editor/-/braft-editor-2.3.9.tgz" "version" "2.3.9" dependencies: "@babel/runtime" "^7.0.0"