Showing
3 changed files
with
10 additions
and
2 deletions
favicon.ico
0 → 100644
No preview for this file type
| 1 | +<!-- | ||
| 2 | + * @Date: 2022-04-18 15:59:42 | ||
| 3 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + * @LastEditTime: 2022-06-14 21:41:37 | ||
| 5 | + * @FilePath: /tswj/index.html | ||
| 6 | + * @Description: 文件描述 | ||
| 7 | +--> | ||
| 1 | <!DOCTYPE html> | 8 | <!DOCTYPE html> |
| 2 | <html lang='zh'> | 9 | <html lang='zh'> |
| 3 | <head> | 10 | <head> |
| 4 | <meta charset="UTF-8"> | 11 | <meta charset="UTF-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" /> | 12 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" /> |
| 13 | + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
| 6 | <title></title> | 14 | <title></title> |
| 7 | <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> --> | 15 | <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> --> |
| 8 | </head> | 16 | </head> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-21 09:35:14 | 3 | * @Date: 2022-05-21 09:35:14 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-06-14 11:51:14 | 5 | + * @LastEditTime: 2022-06-14 21:44:30 |
| 6 | * @FilePath: /tswj/src/views/client/bookDetail.vue | 6 | * @FilePath: /tswj/src/views/client/bookDetail.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> |
| ... | @@ -335,7 +335,7 @@ const goToDetail = (v) => { // 跳转作品详情页 | ... | @@ -335,7 +335,7 @@ const goToDetail = (v) => { // 跳转作品详情页 |
| 335 | /*****************************************************/ | 335 | /*****************************************************/ |
| 336 | 336 | ||
| 337 | // TAG:微信分享 | 337 | // TAG:微信分享 |
| 338 | -sharePage(); | 338 | +sharePage({}); |
| 339 | </script> | 339 | </script> |
| 340 | 340 | ||
| 341 | <style lang="less" scoped> | 341 | <style lang="less" scoped> | ... | ... |
-
Please register or login to post a comment