sso^2
jingquan huang 5 years ago
commit 5cfc13b69a

@ -21,9 +21,7 @@ class MainController < ApplicationController
end
if params[:path] && params[:path].split("/").first == "educoderh5"
if params[:path] && params[:path]&.include?("educoderh5") && params[:path].split("/").first == "educoderh5"
render file: 'public/h5build/index.html', :layout => false
end

Loading…
Cancel
Save