fixed settings 去掉多余配置

This commit is contained in:
2025-05-09 09:38:57 +08:00
parent 558bcfeefa
commit 5c916bc4e8
3 changed files with 15 additions and 55 deletions

View File

@@ -1,13 +1,12 @@
class SettingsController < ApplicationController
def show
@old_projects_url = nil
get_navbar
site_page_deploy_domain
get_add_menu
get_common_menu
get_sub_competitions
get_personal_menu
get_third_party
# get_third_party
get_third_party_new
get_top_system_notification
end