- Remove the tutorial params.

This commit is contained in:
wangxuepeng
2023-11-14 13:58:38 +08:00
parent b4238dc8bc
commit b219cf7e6e
+2 -2
View File
@@ -41,7 +41,7 @@ foreach($tasks as $key => &$task)
$i++;
$task['id'] = $i;
$task['name'] = $task['title'];
$task['url'] = helper::createLink($task['nav']['module'], $task['nav']['method'], isset($task['nav']['vars']) ? $task['nav']['vars'] : '', 'tutorial');
$task['url'] = helper::createLink($task['nav']['module'], $task['nav']['method'], isset($task['nav']['vars']) ? $task['nav']['vars'] : '');
$tutorialTasks[$key] = $task;
}
@@ -65,7 +65,7 @@ div
(
setID('iframePage'),
set::name('iframePage'),
set::src(createLink('index', 'index', 't=tutorial')),
set::src(createLink('index', 'index')),
)
),
div(setID('taskModalBack')),