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