diff --git a/README.md b/README.md index 1f7dcb2..b69aed7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
-
+
-
+
@@ -75,7 +75,7 @@ SpringBlade
## 项目地址
* 后端Gitee地址:[https://gitee.com/smallc/SpringBlade](https://gitee.com/smallc/SpringBlade)
* 后端Github地址:[https://github.com/chillzhuang/SpringBlade](https://github.com/chillzhuang/SpringBlade)
-* 后端SpringBoot版:[https://gitee.com/smallc/SpringBlade/tree/2.0-boot/](https://gitee.com/smallc/SpringBlade/tree/2.0-boot/)
+* 后端SpringBoot版:[https://gitee.com/smallc/SpringBlade/tree/boot/](https://gitee.com/smallc/SpringBlade/tree/boot/)
* 前端框架Sword(基于React):[https://gitee.com/smallc/Sword](https://gitee.com/smallc/Sword)
* 前端框架Saber(基于Vue):[https://gitee.com/smallc/Saber](https://gitee.com/smallc/Saber)
* 核心框架项目地址:[https://github.com/chillzhuang/blade-tool](https://github.com/chillzhuang/blade-tool)
@@ -95,7 +95,7 @@ $ yarn install 或者 npm install
$ yarn start 或者 npm start
# 服务模式
$ yarn run start:no-mock 或者 npm run start:no-mock
-# 访问 http://localhost:8888
+# 访问 http://localhost:1888
# 推荐使用yarn
```
diff --git a/package.json b/package.json
index 54167ce..e4a10c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sword",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "An out-of-box UI solution for enterprise applications",
"private": true,
"scripts": {
diff --git a/src/pages/Dashboard/Workplace.js b/src/pages/Dashboard/Workplace.js
index d7bcded..1041b9a 100644
--- a/src/pages/Dashboard/Workplace.js
+++ b/src/pages/Dashboard/Workplace.js
@@ -212,7 +212,20 @@ class Workplace extends PureComponent {