Commit 16b2b4c1 by e

人员采集内容和代码标准替换

parent 7e29629b
......@@ -17,7 +17,7 @@ public class FilterConfig extends WebMvcConfigurerAdapter {
//
registry.addInterceptor(InterceptorConfig).
addPathPatterns("/**").
excludePathPatterns("/","/toLogin","/noLogin","/doLogin","/static/**","/refreshCodeCache");
excludePathPatterns("/","/toLogin","/noLogin","/doLogin","/toHome","/static/**","/refreshCodeCache");
}
......
......@@ -13,7 +13,9 @@
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="../ajgl/css/ajgl.css">
<script type="text/javascript" src="static/easyui-window/js/jquery.min.js"></script>
<!--<script type="text/javascript" src="static/easyui-window/js/jquery.min.js"></script>-->
<script type="text/javascript" src="static/ajgl/js/jquery.min.js"></script>
<script type="text/javascript" src="static/ajgl/js/easyui-lang-zh_CN.js"></script>
<link rel="stylesheet" type="text/css" href="static/easyui-window/css/easyui.css">
<link rel="stylesheet" type="text/css" href="static/easyui-window/css/icon.css">
<script type="text/javascript" src="static/easyui-window/js/jquery.easyui.min.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment