取消8.2版本Web端移动开发调试强制跳转新移动框架
解决方案: Common.config文件中增加配置项 <add key="MobileLoginType" value="1" /> 如下图
1、MobileLoginType = 2会执行重定向。
2、没有配置MobileLoginType属性 或 MobileLoginType = "" null或空字符串会转换成2 ,会执行重定向。
3、MobileLoginType = 3 会结束响应,系统报错 "The login page has been closed!"
4、MobileLoginType 为其他值例如0,1,4等等都不会执行执行重定向。
过程: