Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
胡宝山
template_vue
Commits
e2add73d
Commit
e2add73d
authored
Mar 05, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拍照 和扫码
parent
ea96d2ee
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
201 additions
and
54 deletions
+201
-54
index.html
public/index.html
+2
-0
vconsole.min.js
public/vconsole.min.js
+10
-0
checkList.js
src/utils/checkList.js
+11
-0
checkList.vue
src/views/checkList.vue
+178
-54
No files found.
public/index.html
View file @
e2add73d
...
...
@@ -7,6 +7,8 @@
<link
rel=
"icon"
href=
"<%= BASE_URL %>home_logo.png"
>
<link
rel=
"stylesheet"
href=
"./alicdn.css"
>
<title><
%=
webpackConfig
.
name
%
></title>
<script
src=
"./vconsole.min.js"
></script>
<script>
new
VConsole
()
</script>
</head>
<body>
<noscript>
...
...
public/vconsole.min.js
0 → 100644
View file @
e2add73d
This diff is collapsed.
Click to expand it.
src/utils/checkList.js
0 → 100644
View file @
e2add73d
import
request
from
'@/utils/request'
// TODO: 下载
export
function
downLoadFile
(
params
)
{
return
request
({
url
:
'/commomTest/fileDown'
,
method
:
'get'
,
params
,
responseType
:
'blob'
})
}
src/views/checkList.vue
View file @
e2add73d
This diff is collapsed.
Click to expand it.
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