king
2022-09-20 44907fa0d9111bf5e345a2f7e8c1d887aa7174b7
src/mob/modulesource/option.jsx
@@ -26,6 +26,7 @@
import MenuBar from '@/assets/mobimg/menubar.png'
import CommonBar from '@/assets/mobimg/commonbar.png'
import timeline from '@/assets/mobimg/timeline.png'
import officialAccount from '@/assets/mobimg/guanzhu.jpg'
// 组件配置信息
export const menuOptions = [
@@ -59,4 +60,5 @@
  { type: 'menu', url: SandBox, component: 'code', subtype: 'sandbox', title: '自定义', width: 24 },
  { type: 'menu', url: group, component: 'group', subtype: 'normalgroup', title: '分组', width: 24 },
  { type: 'menu', url: Login, component: 'login', subtype: 'normallogin', title: '注册/登录', width: 24 },
  { type: 'menu', url: officialAccount, component: 'officialAccount', subtype: 'officialAccount', title: '关注公众号(小程序中)', width: 24 },
]