* Fix bug.

This commit is contained in:
qiyu-xie
2021-03-30 16:52:03 +08:00
parent 53ef76a7c7
commit 21729df3ce
+1 -1
View File
@@ -55,7 +55,7 @@
<?php
if($config->systemMode == 'new')
{
echo html::a($this->createLink('project', explode('-', $config->projectLink)[1], 'project=' . $project->id, '', false, $project->id), $project->name, '_parent');
echo html::a($this->createLink('project', 'index', 'project=' . $project->id, '', false, $project->id), $project->name, '_parent');
}
else
{