diff --git a/src/main/web/WEB-INF/views/mobile/home.jsp b/src/main/web/WEB-INF/views/mobile/home.jsp index 909247b751cb4bc67823f98865e08a3f330cdd43..0705d777cf9a9c452e4a14babcce0a94d24741a4 100644 --- a/src/main/web/WEB-INF/views/mobile/home.jsp +++ b/src/main/web/WEB-INF/views/mobile/home.jsp @@ -5,7 +5,7 @@ Time: 18:32 To change this template use File | Settings | File Templates. --%> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="utf-8" %> @@ -86,7 +86,7 @@ { name:'退出系统', method:function(){ - console.log("退出系统"); + window.location.href="/logout" } } ],