!-APP-!在部分acition 代码中无法正确解析

浏览:473 发布日期:2013/07/21 分类:求助交流
项目里面
有两个模块
Ask
Solve
能丛Ask 正确跳转Solve

$this->assign("jumpUrl","!-APP-!/Solve/Solve);
$this->success("Success");

在Solve里面的tpl也能用Action="!-APP-!/Solve/Solve"
也能提交到对应的Action 函数

但是进入该Solve 函数里 用
$this->assign("jumpUrl","!-APP-!/Home/Home/index");
$this->success("Successful ");
就得到错误地址
http://localhost/index.php/Solve/SolveEditSolution/Home/Home/index
无法跳出当前模块。 这个怎么解决 ?调了很久也无法解决
对公用路径的正确解析也什么先决条件么

多谢 多谢
最佳答案
评论( 相关
后面还有条评论,点击查看>>