From 346c34226605813b233cd41231fcc8d4aa65d206 Mon Sep 17 00:00:00 2001 From: yaclty Date: Thu, 9 Jan 2020 20:28:17 +0800 Subject: [PATCH] update readme picture url --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fadcbed..5b77123 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 公司商城里面想加个在线客服,但是第三方的的太贵,功能太多又又不上。所以闲暇时间写了这个,让公司能暂时用起来。 # 安装 -git clone http://home.xiaoyan.me:3000/Dev/kefu.git +git clone http://git.wm-app.xyz/yaclty/kefu.git cd KeFu @@ -14,18 +14,18 @@ npm install pm2 start bin/www --name kefu # 使用 -1,打开localhost:9010/client --客户端 +1,打开 localhost:9010/client --客户端 -2,打开localhost:9010 --服务端 +2,打开 localhost:9010 --服务端 # 实例截图 客户端 -![Alt text](http://home.xiaoyan.me:3000/Dev/kefu/raw/master/public/images/client.png) +![Alt text](kefu/raw/master/public/images/client.png) 服务端 -![Alt text](http://home.xiaoyan.me:3000/Dev/kefu/raw/master/public/images/server.png) +![Alt text](kefu/raw/master/public/images/server.png) # 在线实例