Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -462,7 +462,7 @@ useLoad((options) => { | ... | @@ -462,7 +462,7 @@ useLoad((options) => { |
| 462 | const onShareAppMessage = (res) => { | 462 | const onShareAppMessage = (res) => { |
| 463 | const shareData = { | 463 | const shareData = { |
| 464 | title: '欢迎加入老来赛', | 464 | title: '欢迎加入老来赛', |
| 465 | - path: addShareFlag(`/pages/Dashboard/index`), | 465 | + path: `/pages/Dashboard/index`, |
| 466 | imageUrl: '' | 466 | imageUrl: '' |
| 467 | }; | 467 | }; |
| 468 | 468 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-08-27 17:43:45 | 2 | * @Date: 2025-08-27 17:43:45 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-16 21:52:46 | 4 | + * @LastEditTime: 2025-09-16 22:05:06 |
| 5 | * @FilePath: /lls_program/src/pages/Welcome/index.vue | 5 | * @FilePath: /lls_program/src/pages/Welcome/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -268,7 +268,7 @@ useLoad((options) => { | ... | @@ -268,7 +268,7 @@ useLoad((options) => { |
| 268 | const onShareAppMessage = (res) => { | 268 | const onShareAppMessage = (res) => { |
| 269 | const shareData = { | 269 | const shareData = { |
| 270 | title: '欢迎加入老来赛', | 270 | title: '欢迎加入老来赛', |
| 271 | - path: addShareFlag(`/pages/Welcome/index`), | 271 | + path: `/pages/Welcome/index`, |
| 272 | imageUrl: '' | 272 | imageUrl: '' |
| 273 | }; | 273 | }; |
| 274 | 274 | ... | ... |
-
Please register or login to post a comment