From 1881410bdb036368c0c85924bb4c8c33651d3e90 Mon Sep 17 00:00:00 2001 From: Administrator <2695469943@qq.com> Date: Wed, 15 Aug 2018 11:33:16 +0800 Subject: [PATCH] =?UTF-8?q?2018/8/15=20zls=20=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/web/WEB-INF/views/mobile/home.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/web/WEB-INF/views/mobile/home.jsp b/src/main/web/WEB-INF/views/mobile/home.jsp index 909247b..0705d77 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" } } ], -- Gitee