
http://127.0.0.1/question/index/是 question模块下的登录首页
登录如果成功了 区分登录身份然后跳转到timu或者table页面
在index的js里是location.href = data.url
在控制器里写的是 {"url":"timu"} 或者是 {"url":"table"}
正常应该跳转到http://127.0.0.1/question/index/timu 或者是 http://127.0.0.1/question/index/table
但是现在是他瞎跳...
有的时候正常跳转,有的时候跳转到http://127.0.0.1/table 或者 http://127.0.0.1/question/index/question/index/timu
最佳答案
