...
|
...
|
@@ -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>
|
|
|
|
...
|
...
|
|