Skip to content

Commit c6af3e4

Browse files
authored
Merge pull request #48 from SpringCloud/develop
Develop
2 parents 7341103 + 9f423c4 commit c6af3e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

moss-client/moss-client-common/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.core</groupId>
7070
<artifactId>jackson-databind</artifactId>
71-
<version>2.9.9</version>
71+
<version>2.9.9.2</version>
7272
</dependency>
73+
7374
</dependencies>
7475

7576
<build>

moss-ui/src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const HaloHeader = React.memo((props: IProps & RouteComponentProps) => {
7575

7676
</Dropdown>
7777
</Item>
78-
<SubMenu className="user-name" title={name}>
78+
<SubMenu className="user-name" title={userName}>
7979
<Item>
8080
<a href="/logout">退出</a>
8181
</Item>

0 commit comments

Comments
 (0)