|
|
|
|
@ -30,8 +30,7 @@ import menu_generator from './image/menu_generator.png'
|
|
|
|
|
import menu_file from './image/menu_file.png' |
|
|
|
|
import menu_auth from './image/menu_auth.png' |
|
|
|
|
import menu_web from './image/menu_web.png' |
|
|
|
|
import oa_code from './image/oa_code.png' |
|
|
|
|
import service_code from './image/service_code.png' |
|
|
|
|
|
|
|
|
|
// 表单数据 |
|
|
|
|
const workbenchData: any = reactive({ |
|
|
|
|
version: { |
|
|
|
|
@ -43,18 +42,7 @@ const workbenchData: any = reactive({
|
|
|
|
|
website: '' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
support: [ |
|
|
|
|
{ |
|
|
|
|
image: oa_code, |
|
|
|
|
title: '官方公众号', |
|
|
|
|
desc: '关注官方公众号' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
image: service_code, |
|
|
|
|
title: '添加企业客服微信', |
|
|
|
|
desc: '想了解更多请添加客服' |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
today: {}, // 今日数据 |
|
|
|
|
menu: [ |
|
|
|
|
{ |
|
|
|
|
|