Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
1a9754d6
Commit
1a9754d6
authored
Jan 09, 2023
by
吴卿华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考试入口
parent
7321ff8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
qRCode.js
danger-manage-web/src/api/system/qRCode.js
+1
-0
qrcode_1673250700723.png
...-web/src/views/system/qRCode/img/qrcode_1673250700723.png
+0
-0
index.vue
danger-manage-web/src/views/system/qRCode/index.vue
+17
-0
No files found.
danger-manage-web/src/api/system/qRCode.js
0 → 100644
View file @
1a9754d6
import
request
from
'@/utils/request'
danger-manage-web/src/views/system/qRCode/img/qrcode_1673250700723.png
0 → 100644
View file @
1a9754d6
7.7 KB
danger-manage-web/src/views/system/qRCode/index.vue
0 → 100644
View file @
1a9754d6
<
template
>
<img
:src=
"src"
style=
" position: relative;
left: 37%;
top: 10%;
width: 27%;"
>
</
template
>
<
script
>
const
src
=
require
(
'../qRCode/img/qrcode_1673250700723.png'
)
export
default
{
computed
:{
src
(){
return
src
}
}
}
</
script
>
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