Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
25f68366
Commit
25f68366
authored
Dec 23, 2021
by
罗新东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
扫码
parent
dd0118ca
Pipeline
#7615
passed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/assets/back.png
src/assets/back.png
+0
-0
src/components/QrCodeReader.vue
src/components/QrCodeReader.vue
+11
-0
No files found.
src/assets/back.png
0 → 100644
View file @
25f68366
1.29 KB
src/components/QrCodeReader.vue
View file @
25f68366
// qrcode.vue
<
template
>
<div>
<van-image
@
click=
"$router.back()"
:src=
"require('../assets/back.png')"
/>
<!--
<p
class=
"error"
>
{{
error
}}
</p>
-->
<!--错误信息-->
...
...
@@ -275,4 +279,11 @@ export default {
/deep/.qrcode-stream-camera{
height:100vh !important;
}
/deep/.van-image{
position: fixed;
z-index: 333333333333333;
left: 0.3rem;
top: 0.3rem;
opacity: 0.6;
}
</
style
>
\ No newline at end of file
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