FIX 导航栏logo跳转链接问题

This commit is contained in:
jasder duan 2023-11-21 16:26:38 +08:00
parent 47c47f364d
commit 5c3ebb9946
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ module LaboratoryHelper
my_courses: "https://forge.educoder.net/users/#{current_user.try(:login)}/user_courselist",
my_projects: "/users/#{current_user.try(:login)}/projects",
my_organ: "https://forge.educoder.net/users/#{current_user.try(:login)}/user_organizations",
default_url: EduSetting.get("old_edu_host"),
default_url: EduSetting.get("host_name"),
forge_url: "http://106.75.178.228:81",
tiding_url: "https://www.educoder.net/users/#{current_user.try(:login)}/user_tidings",
register_url: "https://www.educoder.net/user/register"