This commit is contained in:
Jasder 2020-08-10 11:26:15 +08:00
parent 5d309d1dc4
commit 6c0b87fdd1
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ module LaboratoryHelper
end
def manager_url
{name: '管理', link: "#{EduSetting.get('host_name')/managements}"}
{name: '管理', link: "#{EduSetting.get('host_name')}/managements"}
end
end