Browse Source

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

pull/257/head
xxq250 4 years ago
parent
commit
16ef6c2f85
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/concerns/laboratory_helper.rb

+ 1
- 1
app/controllers/concerns/laboratory_helper.rb 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"
}


Loading…
Cancel
Save