From 9a60da3f80eacbaadb98b6c9697aeffcc8affe57 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 08 四月 2021 18:36:41 +0800 Subject: [PATCH] 2021-04-08 --- src/pc/modulesource/option.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/pc/modulesource/option.jsx b/src/pc/modulesource/option.jsx index 8e94aea..189416d 100644 --- a/src/pc/modulesource/option.jsx +++ b/src/pc/modulesource/option.jsx @@ -18,6 +18,7 @@ import Carousel from '@/assets/mobimg/carousel.png' import Carousel1 from '@/assets/mobimg/carousel1.png' import form from '@/assets/mobimg/form.png' +import Login from '@/assets/mobimg/login.png' // 缁勪欢閰嶇疆淇℃伅 export const menuOptions = [ @@ -41,4 +42,5 @@ { type: 'menu', url: SandBox, component: 'code', subtype: 'sandbox', title: '鑷畾涔�', width: 24 }, { type: 'menu', url: Pie2, component: 'pie', subtype: 'nightingale', title: '鍗椾竵鏍煎皵鍥�', width: 12 }, { type: 'menu', url: group, component: 'group', subtype: 'normalgroup', title: '鍒嗙粍', width: 24 }, + { type: 'menu', url: Login, component: 'login', subtype: 'normallogin', title: '鐧诲綍', width: 24 }, ] -- Gitblit v1.8.0