diff --git a/README.md b/README.md index b7a5cd7..c7b4bce 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
-
+
-
-
+
+
diff --git a/config/router.config.js b/config/router.config.js
index e8d1306..e62c8e2 100644
--- a/config/router.config.js
+++ b/config/router.config.js
@@ -64,7 +64,7 @@ export default [
component: './Account/Settings/NotificationView',
},
],
- }
+ },
],
},
{
diff --git a/package.json b/package.json
index b3e515e..44aaef5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sword",
- "version": "2.5.4",
+ "version": "2.6.0",
"description": "An out-of-box UI solution for enterprise applications",
"private": true,
"scripts": {
@@ -60,7 +60,8 @@
"react-media": "^1.9.2",
"react-router-dom": "^4.3.1",
"roadhog-api-doc": "^1.1.2",
- "js-base64": "^2.5.1"
+ "js-base64": "^2.5.1",
+ "umi": "^2.4.4"
},
"devDependencies": {
"@types/react": "^16.8.1",
diff --git a/src/pages/Dashboard/Workplace.js b/src/pages/Dashboard/Workplace.js
index a62290b..c4281d2 100644
--- a/src/pages/Dashboard/Workplace.js
+++ b/src/pages/Dashboard/Workplace.js
@@ -1,12 +1,11 @@
import React, { PureComponent } from 'react';
-import { Card, Col, Collapse, Row } from 'antd';
+import { Card, Col, Collapse, Row, Divider, Tag } from 'antd';
import styles from '../../layouts/Sword.less';
import PageHeaderWrapper from '@/components/PageHeaderWrapper';
const { Panel } = Collapse;
-
class Workplace extends PureComponent {
render() {
return (
@@ -15,14 +14,14 @@ class Workplace extends PureComponent {