From 591da9f361f47f278dba25b733305211d0b74d85 Mon Sep 17 00:00:00 2001 From: bobi Date: Sun, 14 Apr 2019 17:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=B8=89=E4=B8=AA=E7=A9=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- js/okadmin.js | 4 ++-- user-center.html | 10 ++++++++++ user-info.html | 10 ++++++++++ user-security.html | 10 ++++++++++ 5 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 user-center.html create mode 100644 user-info.html create mode 100644 user-security.html diff --git a/index.html b/index.html index 841c693..ac6e632 100644 --- a/index.html +++ b/index.html @@ -30,9 +30,9 @@ bobi
-
个人中心
-
基本资料
-
安全设置
+
个人中心
+
基本资料
+
安全设置
锁定账户
diff --git a/js/okadmin.js b/js/okadmin.js index d198009..1a4af7d 100644 --- a/js/okadmin.js +++ b/js/okadmin.js @@ -28,9 +28,9 @@ layui.use(['element', 'layer'], function () { */ $(".layui-nav-child").find("dd").click(function () { // 纯文字 - // var title = $(this).text(); + var title = $(this).text(); // 图标+文字 - var title = $(this).find("a").html(); + // var title = $(this).find("a").html(); var path = $(this).children('a').attr('path'); var tabId = $(this).children('a').attr('tab-id'); // 去重复选项卡 diff --git a/user-center.html b/user-center.html new file mode 100644 index 0000000..23ec991 --- /dev/null +++ b/user-center.html @@ -0,0 +1,10 @@ + + + + + user-center + + +

user-center

+ + diff --git a/user-info.html b/user-info.html new file mode 100644 index 0000000..7eb7940 --- /dev/null +++ b/user-info.html @@ -0,0 +1,10 @@ + + + + + user-info + + +

user-info

+ + diff --git a/user-security.html b/user-security.html new file mode 100644 index 0000000..123c2a2 --- /dev/null +++ b/user-security.html @@ -0,0 +1,10 @@ + + + + + user-security + + +

user-security

+ +