From bbb1de0d335d0fcc4c4734e9f1769b1612c4d602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Fri, 24 Apr 2026 15:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9Fconfig=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- src/config.js | 2 +- yarn.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"