mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
应用在线安装调试
This commit is contained in:
@ -46,6 +46,16 @@ class Index extends Common
|
||||
*/
|
||||
public function Index()
|
||||
{
|
||||
// 默认进入页面初始化
|
||||
$to_url = MyUrl('admin/index/init');
|
||||
|
||||
// 是否指定页面地址
|
||||
if(!empty($this->data_request['to_url']))
|
||||
{
|
||||
$to_url = base64_decode(urldecode($this->data_request['to_url']));
|
||||
}
|
||||
|
||||
$this->assign('to_url', $to_url);
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user