From c5c55d1da65c4451f0e7c6b42fa491244c2cefe0 Mon Sep 17 00:00:00 2001 From: Sm1les Date: Mon, 21 Jun 2021 20:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86fd147..b6ca90a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Datawhale自研数据标注工具 ## Demo -https://tekii.cn/ner/ +https://tekii.cn/ner ## 快速开始 ### 1.环境配置 @@ -43,7 +43,7 @@ cd ./be # 启动后端脚本 python3 ./run.py ``` -此时项目的后端会被启动在http://localhost:9060/ +此时项目的后端会被启动在http://localhost:9060 #### 启动前端 用上述方法,打开一个新的命令行 @@ -53,10 +53,10 @@ cd ./fe # 启动前端页面 npm run start ``` -此时项目的前端会被启动在http://localhost:8080/ +此时项目的前端会被启动在http://localhost:8080 ### 3.开始使用 -打开上述前端页面地址( http://localhost:8080/ ),然后请参考[使用说明](./doc/README.md)开始使用。 +打开上述前端页面地址(http://localhost:8080),然后请参考[使用说明](./doc/README.md)开始使用。 ## 开发团队