Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
934bb483
Commit
934bb483
authored
Mar 19, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Next: Change YBF to EA Env.
parent
9d83bf0f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
WW_verify_ovlGwUtiSAgGUQLs.txt
ybf_wx/public/OYConfig/WW_verify_ovlGwUtiSAgGUQLs.txt
+1
-0
index.html
ybf_wx/public/qrCode/index.html
+3
-0
index.html
ybf_wx/public/qrCodeV2/index.html
+0
-3
home.vue
ybf_wx/src/views/home.vue
+1
-1
No files found.
ybf_wx/public/OYConfig/WW_verify_ovlGwUtiSAgGUQLs.txt
0 → 100644
View file @
934bb483
ovlGwUtiSAgGUQLs
\ No newline at end of file
ybf_wx/public/qrCode/index.html
View file @
934bb483
...
...
@@ -20,6 +20,7 @@
</head>
<body>
<div
id=
"uri"
>
Uri:
</div>
<div
class=
"qr-code"
>
<img
id=
"image"
src=
""
alt
/>
</div>
...
...
@@ -48,7 +49,9 @@
// let pageUri = `${nowUrl}&detailid=${voucherId}&actionid=${activeId}&unionid=${unionId}`;
let
pageUri
=
`
${
nowUrl
}
`
;
pageUri
=
pageUri
.
split
(
'&'
).
slice
(
0
,
5
).
join
(
'&'
)
let
pageUrl
=
`http://139.155.48.151:8085/workWx/auth/oauth2/wxMiniQrCode?pageUri=
${
pageUri
}
`
;
document
.
getElementById
(
'uri'
).
innerHTML
=
'Uri='
+
String
(
pageUri
)
// alert(`--->qrCode: Ajax: POST: pageUrl = ${pageUrl}`)
...
...
ybf_wx/public/qrCodeV2/index.html
View file @
934bb483
...
...
@@ -13,7 +13,6 @@
margin
:
0
;
padding
:
0
;
}
.main
{
width
:
100%
;
height
:
100%
;
...
...
@@ -26,7 +25,6 @@
align-items
:
center
;
overflow
:
hidden
;
}
.titles
{
border
:
1px
solid
yellow
;
width
:
100%
;
...
...
@@ -35,7 +33,6 @@
color
:
white
;
text-align
:
center
;
}
.cards
{
background-color
:
whitesmoke
;
width
:
100%
;
...
...
ybf_wx/src/views/home.vue
View file @
934bb483
...
...
@@ -6,7 +6,7 @@
<div
class=
"main"
>
<!--
<div
class=
"tops"
></div>
-->
<div
class=
"lists"
>
<!--
<div
v-if=
"this.$route.query.code !== undefined"
style=
"font-size: 14px;"
>
Code:
{{
this
.
$route
.
query
.
code
}}
</div>
--
>
<div
v-if=
"this.$route.query.code !== undefined"
style=
"font-size: 14px;"
>
Code:
{{
this
.
$route
.
query
.
code
}}
</div
>
<div
v-for=
"(item, index) of list.main"
:key=
"index"
>
<div
class=
"list"
@
click=
"listClick(item.redirect)"
>
<div>
...
...
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