From 6b81e0b810b819ea630e8314f99289c46e8e3484 Mon Sep 17 00:00:00 2001 From: duyiwei Date: Thu, 6 May 2021 10:59:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20Documentation/A-Tune-UI=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8C=87=E5=8D=97.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" "b/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" index c8dfbec..cf8f332 100644 --- "a/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" +++ "b/Documentation/A-Tune-UI\346\223\215\344\275\234\346\214\207\345\215\227.md" @@ -95,7 +95,7 @@ sed -i "10s/-H .*/-H [YOUR_IP]\"/" package.json ```shell # 请将[YOUR_ENGINE_HOST]和[YOUR_ENGINE_PORT]替换为具体ip和端口号 sed -i "s/ENGINE_HOST/[YOUR_ENGINE_HOST]/g" src/static/js/utils.js -sed -i "s/ENGINE_HOST/[YOUR_ENGINE_PORT]/g" src/static/js/utils.js +sed -i "s/ENGINE_PORT/[YOUR_ENGINE_PORT]/g" src/static/js/utils.js ``` **步骤 6** 运行。 -- Gitee