|
@ -3,7 +3,7 @@ export default { |
|
|
return { |
|
|
return { |
|
|
// 默认的全局分享内容
|
|
|
// 默认的全局分享内容
|
|
|
share: { |
|
|
share: { |
|
|
title: '真视界', |
|
|
|
|
|
|
|
|
title: '帧视界', |
|
|
path: '/pages/index/index', // 全局分享的路径,比如 首页
|
|
|
path: '/pages/index/index', // 全局分享的路径,比如 首页
|
|
|
// imageUrl: '/static/image/login/logo.png', // 全局分享的图片(可本地可网络)
|
|
|
// imageUrl: '/static/image/login/logo.png', // 全局分享的图片(可本地可网络)
|
|
|
} |
|
|
} |
|
|