修改菜单
This commit is contained in:
parent
c33b35383d
commit
b823413267
|
@ -1,7 +1,5 @@
|
|||
#coding=utf-8
|
||||
class WechatsController < ActionController::Base
|
||||
layout 'base_wechat'
|
||||
|
||||
wechat_responder
|
||||
|
||||
include ApplicationHelper
|
||||
|
@ -191,6 +189,7 @@ class WechatsController < ActionController::Base
|
|||
|
||||
def login
|
||||
@openid = params[:openid] #TODO 安全性
|
||||
render 'wechats/login', layout: 'base_wechat'
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue