From b5c100f9a61b2f126c922a33b1f7bba340ea9c76 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 22 Jul 2024 15:38:54 +0800 Subject: [PATCH] open views upgrade.html --- .../src/main/resources/views/include/upgrade.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/core/src/main/resources/views/include/upgrade.html diff --git a/modules/core/src/main/resources/views/include/upgrade.html b/modules/core/src/main/resources/views/include/upgrade.html new file mode 100644 index 00000000..4516c226 --- /dev/null +++ b/modules/core/src/main/resources/views/include/upgrade.html @@ -0,0 +1,12 @@ +<%/* Copyright (c) 2013-Now http://jeesite.com All rights reserved. + * No deletion without permission, or be held responsible to law. */ %> + + +<%/* + +IE9给予警告提示,IE8及以下禁止使用,调用举例如下: + +< % include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 % > + +*/%>