Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
b7fef7dc
Commit
b7fef7dc
authored
Sep 14, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bfc29922
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
237 additions
and
87 deletions
+237
-87
readingCompre.vue
src/components/subject/readingCompre.vue
+223
-86
index.vue
src/pages/index/index.vue
+14
-0
index.js
src/utils/index.js
+0
-1
No files found.
src/components/subject/readingCompre.vue
View file @
b7fef7dc
This diff is collapsed.
Click to expand it.
src/pages/index/index.vue
View file @
b7fef7dc
...
...
@@ -277,6 +277,20 @@ export default {
title
:
"首页"
,
});
},
onShareAppMessage
()
{
return
{
title
:
"甲小鹤"
,
query
:
"/pages/index/index"
,
imageUrl
:
""
,
};
},
onShareTimeline
()
{
return
{
title
:
"甲小鹤"
,
query
:
"/pages/index/index"
,
imageUrl
:
""
,
};
},
};
</
script
>
...
...
src/utils/index.js
View file @
b7fef7dc
...
...
@@ -12,7 +12,6 @@ export let uploadFile = (path, file, successCallback) => {
for
(
let
i
=
0
;
i
<
file
.
length
;
i
++
)
{
UploadSelfFile
(
path
,
file
[
i
],
successCallback
)
}
}
//获取base64格式路径
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment