mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
微信浏览器内免登处理
This commit is contained in:
@@ -67,7 +67,7 @@ class AppController(http.Controller):
|
||||
utype = 'wxapp'
|
||||
elif 'MicroMessenger' in ua:
|
||||
# 微信浏览器
|
||||
utype = 'wx'
|
||||
utype = 'wxweb'
|
||||
elif 'cn.erpapp.o20sticks.App' in ua:
|
||||
# 安卓app
|
||||
utype = 'native_android'
|
||||
|
||||
Reference in New Issue
Block a user