forked from Trustie/forgeplus
FIX 导航栏logo跳转链接问题
This commit is contained in:
parent
47c47f364d
commit
5c3ebb9946
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue