FIX 更改默认链接

This commit is contained in:
jasder 2021-07-13 16:05:26 +08:00
parent 229885f42c
commit 32ac61d889
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ 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: "https://www.educoder.net/",
default_url: "http://106.75.178.228",
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"
}