还原config文件
This commit is contained in:
parent
e007f8651f
commit
bbb1de0d33
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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/",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user