修改工作台二维码图片

This commit is contained in:
xinjie 2022-11-15 14:30:34 +08:00
parent 8055572f19
commit 37d39503bd
5 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

View File

@ -141,8 +141,8 @@ 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 qq_group from './image/qq_group.png'
import customer_service from './image/customer_service.png'
import oa_code from './image/oa_code.png'
import service_code from './image/service_code.png'
//
const workbenchData: any = reactive({
version: {
@ -156,12 +156,12 @@ const workbenchData: any = reactive({
},
support: [
{
image: qq_group,
title: '扫码进入QQ交流群',
desc: '疑难疑点 进入QQ群'
image: oa_code,
title: '官方公众号',
desc: '关注官方公众号'
},
{
image: customer_service,
image: service_code,
title: '添加企业客服微信',
desc: '想了解更多请添加客服'
}