Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-14 21:45:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3fcaf221dfbab83e666d5101abc36d4d5d0312dc
3fcaf221
1 parent
ab813584
fix
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
favicon.ico
index.html
src/views/client/bookDetail.vue
favicon.ico
0 → 100644
View file @
3fcaf22
No preview for this file type
index.html
View file @
3fcaf22
<!--
* @Date: 2022-04-18 15:59:42
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-14 21:41:37
* @FilePath: /tswj/index.html
* @Description: 文件描述
-->
<!DOCTYPE html>
<html
lang=
'zh'
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
/>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
type=
"image/x-icon"
>
<title></title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> -->
</head>
...
...
src/views/client/bookDetail.vue
View file @
3fcaf22
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-21 09:35:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-14
11:51:14
* @LastEditTime: 2022-06-14
21:44:30
* @FilePath: /tswj/src/views/client/bookDetail.vue
* @Description:
-->
...
...
@@ -335,7 +335,7 @@ const goToDetail = (v) => { // 跳转作品详情页
/*****************************************************/
// TAG:微信分享
sharePage();
sharePage(
{}
);
</script>
<style lang="less" scoped>
...
...
Please
register
or
login
to post a comment