From 9ddb2b2223e21494dcb497992f858e89ccf5b93a Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期二, 18 五月 2021 09:59:47 +0800
Subject: [PATCH] nothing

---
 WebTM/layuiadmin/modules/common.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/WebTM/layuiadmin/modules/common.js b/WebTM/layuiadmin/modules/common.js
index 2700bfc..9139964 100644
--- a/WebTM/layuiadmin/modules/common.js
+++ b/WebTM/layuiadmin/modules/common.js
@@ -31,7 +31,10 @@
         
         //娓呯┖鏈湴璁板綍鐨� token锛屽苟璺宠浆鍒扮櫥鍏ラ〉
         admin.exit(function(){
-          location.href = 'user/login.html';
+            //location.href = 'user/login.html';
+            layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                location.href = 'user/login.html';
+            });
         });
       }
     });

--
Gitblit v1.9.1