You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
479 B

2 months ago
/**
* H5 JSSDK onShareAppMessage
* @/static/share.png 200×200 便
*/
import shareImageUrl from '@/static/share.png'
export const WECHAT_SHARE = {
title: '苏州市科普场馆地图',
desc: '这里有100+家科普场馆',
/** Vite 解析后的 /h5/assets/... 路径H5 需拼成带域名的绝对 URL */
imageUrl: shareImageUrl,
} as const