From 667a1f7605cc8b438a0397dd8c3e467f37155254 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 29 十一月 2022 14:12:33 +0800 Subject: [PATCH] 2022-11-29 --- src/mob/modulesource/option.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mob/modulesource/option.jsx b/src/mob/modulesource/option.jsx index 7e35a6b..1fc604b 100644 --- a/src/mob/modulesource/option.jsx +++ b/src/mob/modulesource/option.jsx @@ -28,6 +28,7 @@ import timeline from '@/assets/mobimg/timeline.png' import officialAccount from '@/assets/mobimg/guanzhu.jpg' import Iframe from '@/assets/img/newpage.jpg' +import Share from '@/assets/mobimg/share.jpg' // 缁勪欢閰嶇疆淇℃伅 export const menuOptions = [ @@ -62,5 +63,6 @@ { 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, adapter: 'mini' }, + { type: 'menu', url: Share, component: 'sharecode', subtype: 'sharecode', title: '鍒嗕韩鐮�', width: 24 }, { type: 'menu', url: Iframe, component: 'iframe', subtype: 'iframe', title: 'iframe', width: 24 } ] -- Gitblit v1.8.0