* adjust tutorial power.

This commit is contained in:
wangyidong
2016-04-27 09:11:28 +08:00
parent 4126db324d
commit 50cc2cdbf5
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class tutorial extends control
if(!empty($referer))
{
die(js::locate(base64_decode($referer), 'parent'));
die(js::locate($this->createLink('index'), 'parent'));
}
die(json_encode(array('result' => 'success')));
}