Authored by xutao.liu

Merge branch 'feature/add-footer-div-20220127' into 'master'

dashboard 登录验证

dashboard 登录验证

See merge request !3
... ... @@ -88,7 +88,7 @@
<mvc:exclude-mapping path="/fonts/**"/>
<mvc:exclude-mapping path="/script/**"/>
<mvc:exclude-mapping path="/sql_format/**"/>
<mvc:exclude-mapping path="/dashboard/**"/>
<!-- <mvc:exclude-mapping path="/dashboard/**"/> 屏蔽免登录 dashboard/toDashboard -->
<mvc:exclude-mapping path="/app_**/**"/>
<mvc:exclude-mapping path="/systemTest/**"/>
<mvc:exclude-mapping path="/recvMonitAlarm"/>
... ... @@ -97,7 +97,7 @@
<mvc:exclude-mapping path="/workSystem/callbackTest" />
<mvc:exclude-mapping path="/cmdb/api" />
<mvc:exclude-mapping path="/outer/*" />
<mvc:exclude-mapping path="/dashboard/toDashboard" />
<!-- <mvc:exclude-mapping path="/dashboard/toDashboard" /> 屏蔽免登录 dashboard/toDashboard-->
<bean class="com.ui.interceptor.AuthInterceptor"/>
</mvc:interceptor>
... ...