You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeecg/WebContent/init.jsp

27 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="/context/mytags.jsp"%>
<!DOCTYPE html>
<html>
<body>
数据库初始化中.....
<%--update-begin--Author:zhangguoming Date:20140609 for云桌面清除桌面图标的cookie历史记录--%>
<script type="text/javascript" src="plug-in/jquery/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="plug-in/sliding/js/jquery.cookie.js"></script>
<script type="text/javascript">
var iconCookieKey = "iconCookieKey";
var iconCookieKeyForSlider = "iconCookieKeyForSlider";
$.cookie(iconCookieKey, null);
$.cookie(iconCookieKeyForSlider, null);
</script>
<%--update-end--Author:zhangguoming Date:20140609 for云桌面清除桌面图标的cookie历史记录--%>
<script type="text/javascript">
window.setTimeout(function() {
window.location.replace('repairController.do?repair');
}, 1000);
</script>
</body>
<head>
<title>JEECG 初始化数据库</title>
</head>
</html>