educoderh5页面跳转

sso^2
daiao 5 years ago
parent a0bc629d20
commit 8287de764b

@ -19,7 +19,7 @@ class MainController < ApplicationController
uid_logger("main start is #{cookies[:_educoder_session]}")
end
if params[:path] && params[:path].split("/").first == "h5"
if params[:path] && params[:path].split("/").first == "educoderh5"
render file: 'public/h5build/index.html', :layout => false
else
render file: 'public/react/build/index.html', :layout => false

Loading…
Cancel
Save