From 90882af344037ba4a2a8372c3e167b42a07e94c6 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 7 Nov 2024 15:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mixins/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/share.js b/mixins/share.js index 568664d..718437a 100644 --- a/mixins/share.js +++ b/mixins/share.js @@ -3,7 +3,7 @@ export default { return { // 默认的全局分享内容 share: { - title: '真视界', + title: '帧视界', path: '/pages/index/index', // 全局分享的路径,比如 首页 // imageUrl: '/static/image/login/logo.png', // 全局分享的图片(可本地可网络) }