visitor pem

This commit is contained in:
caoqianming 2020-06-07 14:57:31 +08:00
parent 71a0533cb6
commit 0b2d288573
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function(options) {
wx.hideShareMenu()
var that = this
that.data.questioncat = options.questioncat
try {

View File

@ -21,6 +21,7 @@ VistorPerms = [
'questioncat_list',
'article_list',
'my_examtest',
'examtest_create',
]
class MyPermission(RbacPermission):