|
|
|
@ -2,6 +2,7 @@ class UsersController < ApplicationController
|
|
|
|
|
|
|
|
|
|
before_action :load_user, only: [:show, :homepage_info]
|
|
|
|
|
before_action :check_user_exist, only: [:show, :homepage_info]
|
|
|
|
|
skip_before_action :check_sign, only: [:attachment_show]
|
|
|
|
|
|
|
|
|
|
# 检查是否更新
|
|
|
|
|
def system_update
|
|
|
|
|