mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
add wechat menu editor
This commit is contained in:
parent
c178b9d2da
commit
62d7ea9a25
@ -34,7 +34,7 @@ class Menu extends Controller
|
||||
'click' => '匹配规则',
|
||||
'view' => '跳转网页',
|
||||
'miniprogram' => '打开小程序',
|
||||
// 'customservice' => '转多客服',
|
||||
'customservice' => '转多客服',
|
||||
'scancode_push' => '扫码推事件',
|
||||
'scancode_waitmsg' => '扫码推事件且弹出“消息接收中”提示框',
|
||||
'pic_sysphoto' => '弹出系统拍照发图',
|
||||
|
@ -103,7 +103,7 @@
|
||||
author: '管理员',
|
||||
content: '文章内容',
|
||||
read_num: 0,
|
||||
local_url: '__ROOT__/static/plugs/uploader/theme/image.png',
|
||||
local_url: '__ROOT__/static/theme/img/image.png',
|
||||
});
|
||||
for (var i in list) {
|
||||
list[i].active = false;
|
||||
@ -177,8 +177,8 @@
|
||||
author: '管理员',
|
||||
content: '文章内容',
|
||||
read_num: 0,
|
||||
local_url: '__ROOT__/static/plugs/uploader/theme/image.png',
|
||||
style: "background-image:url('__ROOT__/static/plugs/uploader/theme/image.png')"
|
||||
local_url: '___ROOT__/static/theme/img/image.png',
|
||||
style: "background-image:url('__ROOT__/static/theme/img/image.png')"
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user