Merge pull request '首页域名配置文件配置' (#255) from xxq250/forgeplus:hotfix_index_url into dev_forum

This commit is contained in:
xxq250 2021-11-24 10:42:00 +08:00
commit 16ef6c2f85
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ module LaboratoryHelper
my_courses: "https://www.trustie.net/users/#{current_user.try(:login)}/user_courselist",
my_projects: "https://forgeplus.trustie.net/users/#{current_user.try(:login)}/projects",
my_organ: "https://www.trustie.net/users/#{current_user.try(:login)}/user_organizations",
default_url: "https://www.trustie.net/",
default_url: Rails.application.config_for(:configuration)['platform_url'],
tiding_url: "https://www.trustie.net/users/#{current_user.try(:login)}/user_messages",
register_url: "https://www.trustie.net/login?login=false"
}