Authored by xuhui

腾讯云移动端添加新模块

... ... @@ -39,6 +39,12 @@ public class TopoSwitchCtrl {
return mdv;
}
@RequestMapping(value = "toAppTopoSwitch")
public ModelAndView toAppTopoSwitch() {
ModelAndView mdv = new ModelAndView("switch/switch_topology_app");
return mdv;
}
/**
* 展示当前配置
*
... ...
... ... @@ -86,6 +86,9 @@
<mvc:exclude-mapping path="/systemTest/**"/>
<mvc:exclude-mapping path="/recvMonitAlarm"/>
<mvc:exclude-mapping path="/awsapi/sns" />
<mvc:exclude-mapping path="/luaswitch/**" />
<mvc:exclude-mapping path="/nginxswitch/**" />
<mvc:exclude-mapping path="/topoSwitch/**" />
<mvc:exclude-mapping path="/testcommon/testUpLoadData" />
<bean class="com.ui.interceptor.AuthInterceptor"/>
</mvc:interceptor>
... ...