FIX 合并主干分支代码并解决代码冲突

This commit is contained in:
jasder
2021-10-18 18:16:12 +08:00
31 changed files with 403 additions and 42 deletions

View File

@@ -5,6 +5,7 @@ class SettingsController < ApplicationController
get_common_menu
get_personal_menu
get_third_party
get_top_system_notification
end
private
@@ -47,6 +48,10 @@ class SettingsController < ApplicationController
url: EducoderOauth.oauth_url
}
end
def get_top_system_notification
@top_system_notification = SystemNotification.is_top.first
end
def get_site_url(key, value)
key.to_s === "url" ? append_http(reset_site_url(value)) : reset_site_url(value)