From 3683e1475e8d74f690172a468518d88d91a69ccc Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 20 八月 2020 20:15:48 +0800
Subject: [PATCH] 2020-08-20

---
 src/mob/header/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mob/header/index.jsx b/src/mob/header/index.jsx
index 1b7c9eb..f9547a3 100644
--- a/src/mob/header/index.jsx
+++ b/src/mob/header/index.jsx
@@ -32,7 +32,7 @@
     // 閫�鍑虹櫥褰�
     let _this = this
     confirm({
-      title: this.state.dict['mob.header.logout.hint'],
+      title: this.state.dict['mob.logout.hint'],
       content: '',
       okText: this.state.dict['mob.confirm'],
       cancelText: this.state.dict['mob.cancel'],
@@ -80,7 +80,7 @@
         }
         <Dropdown className="header-setting" overlay={
           <Menu>
-            <Menu.Item key="2" onClick={this.logout}>{this.state.dict['mob.header.logout']}</Menu.Item>
+            <Menu.Item key="2" onClick={this.logout}>{this.state.dict['mob.logout']}</Menu.Item>
           </Menu>
         }>
           <div>

--
Gitblit v1.8.0