实训开始挑战的完善资料判断

dev_forum
cxt 6 years ago
parent 2791de4313
commit dd5c63f825

@ -3,7 +3,7 @@ class ShixunsController < ApplicationController
include ApplicationHelper
before_action :require_login, :check_auth, except: [:download_file, :index, :menus]
before_action :check_account, only: [:new]
before_action :check_account, only: [:new, :shixun_exec]
before_action :check_auth, except: [:download_file, :index, :menus]

Loading…
Cancel
Save