Files
dvcp_v2_wxcp_app/src/saas/AppCountryAlbum/config/index.js

48 lines
1.0 KiB
JavaScript
Raw Normal View History

2022-05-16 18:04:46 +08:00
export const config = [
{
name: '打卡水印',
type: '1',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/1.png'
},
{
name: '时间地点水印',
type: '2',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/2.png'
},
{
name: '巡查水印',
type: '3',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/3.png'
},
{
name: '防疫水印',
type: '4',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/4.png'
},
{
name: '网格化水印',
type: '5',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/5.png'
},
{
name: '标题水印',
type: '6',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/6.png'
},
{
name: '环境卫生水印',
type: '7',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/7.png'
},
{
name: '日历水印',
type: '8',
thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/8.png'
},
// {
// name: '自定义水印',
// type: '9',
// thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/1.png'
// }
]