Authored by zhaoqi

降级服务配置页面 -移除权限注释

@@ -57,19 +57,19 @@ @@ -57,19 +57,19 @@
57 <mvc:resources location="/fonts/" mapping="/fonts/**"/> 57 <mvc:resources location="/fonts/" mapping="/fonts/**"/>
58 <mvc:resources location="/script/" mapping="/script/**"/> 58 <mvc:resources location="/script/" mapping="/script/**"/>
59 59
60 - <!--<mvc:interceptors>-->  
61 - <!--&lt;!&ndash; 登录验证 &ndash;&gt;-->  
62 - <!--<mvc:interceptor>-->  
63 - <!--<mvc:mapping path="/**"/>-->  
64 - <!--<mvc:exclude-mapping path="/hystrix/**"/>-->  
65 - <!--<mvc:exclude-mapping path="/user/**"/>-->  
66 - <!--<mvc:exclude-mapping path="/img/**"/>-->  
67 - <!--<mvc:exclude-mapping path="/css/**"/>-->  
68 - <!--<mvc:exclude-mapping path="/js/**"/>-->  
69 - <!--<mvc:exclude-mapping path="/fonts/**"/>-->  
70 - <!--<mvc:exclude-mapping path="/script/**"/>-->  
71 - <!--<bean class="com.ui.interceptor.AuthInterceptor"/>-->  
72 - <!--</mvc:interceptor>-->  
73 - <!--</mvc:interceptors>--> 60 + <mvc:interceptors>
  61 + <!-- 登录验证 -->
  62 + <mvc:interceptor>
  63 + <mvc:mapping path="/**"/>
  64 + <mvc:exclude-mapping path="/hystrix/**"/>
  65 + <mvc:exclude-mapping path="/user/**"/>
  66 + <mvc:exclude-mapping path="/img/**"/>
  67 + <mvc:exclude-mapping path="/css/**"/>
  68 + <mvc:exclude-mapping path="/js/**"/>
  69 + <mvc:exclude-mapping path="/fonts/**"/>
  70 + <mvc:exclude-mapping path="/script/**"/>
  71 + <bean class="com.ui.interceptor.AuthInterceptor"/>
  72 + </mvc:interceptor>
  73 + </mvc:interceptors>
74 74
75 </beans> 75 </beans>