From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 十月 2022 23:35:10 +0800 Subject: [PATCH] 2022-10-04 --- src/mob/modulesource/option.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mob/modulesource/option.jsx b/src/mob/modulesource/option.jsx index 0afc1f4..3052eb7 100644 --- a/src/mob/modulesource/option.jsx +++ b/src/mob/modulesource/option.jsx @@ -19,13 +19,14 @@ import Carousel1 from '@/assets/mobimg/carousel1.png' import form from '@/assets/mobimg/form.png' import tabForm from '@/assets/mobimg/tab-form.png' -import Login from '@/assets/mobimg/login.png' +import Login from '@/assets/mobimg/moblogin.jpg' // import dashboard from '@/assets/mobimg/dashboard.png' import NavTop from '@/assets/mobimg/navtop-mob.png' import scatter from '@/assets/mobimg/scatter.png' 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 = [ @@ -58,5 +59,6 @@ { type: 'menu', url: Editor, component: 'editor', subtype: 'brafteditor', title: '瀵屾枃鏈�', width: 24 }, { 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: Login, component: 'login', subtype: 'normallogin', title: '娉ㄥ唽/鐧诲綍', width: 24 }, + { type: 'menu', url: officialAccount, component: 'officialAccount', subtype: 'officialAccount', title: '鍏虫敞鍏紬鍙凤紙灏忕▼搴忎腑锛�', width: 24, adapter: 'mini' }, ] -- Gitblit v1.8.0