From b3547d1c531e479021219fda5df153a11b9b52a3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 31 八月 2020 17:28:09 +0800
Subject: [PATCH] 2020-08-31

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

diff --git a/src/mob/header/index.jsx b/src/mob/header/index.jsx
index 1b7c9eb..5c5383e 100644
--- a/src/mob/header/index.jsx
+++ b/src/mob/header/index.jsx
@@ -32,10 +32,8 @@
     // 閫�鍑虹櫥褰�
     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'],
       onOk() {
         sessionStorage.clear()
         _this.props.logout()
@@ -80,7 +78,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