* finish task #6209.

This commit is contained in:
wangyidong
2019-08-08 13:21:56 +08:00
parent 321b27c81b
commit ccb5ddd474
2 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ class tutorial extends control
{
$this->session->set('tutorialMode', false);
$this->loadModel('setting')->setItem($this->app->user->account . '.common.global.novice', 0);
if(empty($referer)) $referer = $this->createLink('index');
if(empty($referer)) $referer = helper::safe64Encode(helper::createLink('my', 'index', '', 'html'));
die(js::locate(helper::safe64Decode($referer), 'parent'));
}