From ded33b1af52d1161d9b7d2ee203bedac1c78c250 Mon Sep 17 00:00:00 2001 From: ms-dev Date: Sat, 18 May 2019 14:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E6=A8=A1=E6=9D=BFjs=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/html/1/index.html | 45 ++++++++++--------- src/main/webapp/html/1/m/index.html | 19 ++++---- .../webapp/templets/1/default/head-file.htm | 9 +++- src/main/webapp/templets/1/default/head.htm | 2 +- src/main/webapp/templets/1/default/index.htm | 10 +++-- 5 files changed, 48 insertions(+), 37 deletions(-) diff --git a/src/main/webapp/html/1/index.html b/src/main/webapp/html/1/index.html index 91d0f4a7..abfebde3 100644 --- a/src/main/webapp/html/1/index.html +++ b/src/main/webapp/html/1/index.html @@ -3,7 +3,7 @@ MCMS-OPEN - + @@ -12,26 +12,29 @@ - + - - - + - - + + + - - + + + + + + + + + @@ -118,7 +121,7 @@ var headVue = new Vue({ el: "#ms-login-vue", data: { - isLogin: undefined, //登录状态 + isLogin: "", //登录状态 peopleInfo: "", //个人信息 }, mounted: function() { @@ -494,7 +497,6 @@ $(function(){ \ No newline at end of file diff --git a/src/main/webapp/html/1/m/index.html b/src/main/webapp/html/1/m/index.html index 92ed305b..8d729a4d 100644 --- a/src/main/webapp/html/1/m/index.html +++ b/src/main/webapp/html/1/m/index.html @@ -4,8 +4,8 @@ MCMS-OPEN - - + + @@ -13,14 +13,13 @@ - - + + - - + - - + + - - + +
diff --git a/src/main/webapp/templets/1/default/head-file.htm b/src/main/webapp/templets/1/default/head-file.htm index 3fda7593..56743919 100644 --- a/src/main/webapp/templets/1/default/head-file.htm +++ b/src/main/webapp/templets/1/default/head-file.htm @@ -12,8 +12,15 @@ - + + + + + + diff --git a/src/main/webapp/templets/1/default/head.htm b/src/main/webapp/templets/1/default/head.htm index afb1e7f2..4795a754 100644 --- a/src/main/webapp/templets/1/default/head.htm +++ b/src/main/webapp/templets/1/default/head.htm @@ -81,7 +81,7 @@ var headVue = new Vue({ el: "#ms-login-vue", data: { - isLogin: undefined, //登录状态 + isLogin: "", //登录状态 peopleInfo: "", //个人信息 }, mounted: function() { diff --git a/src/main/webapp/templets/1/default/index.htm b/src/main/webapp/templets/1/default/index.htm index 40375526..cdcfbc19 100644 --- a/src/main/webapp/templets/1/default/index.htm +++ b/src/main/webapp/templets/1/default/index.htm @@ -4,6 +4,12 @@ <#include "head-file.htm"> + + @@ -213,7 +219,6 @@ \ No newline at end of file