code验证3
This commit is contained in:
parent
adbe28f168
commit
36d134f036
@ -167,7 +167,7 @@ const btn = () => {
|
|||||||
.LuckyWheelCon {
|
.LuckyWheelCon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 800px;
|
height: 800px;
|
||||||
position: top;
|
position: absolute;
|
||||||
// z-index: 10;
|
// z-index: 10;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -198,6 +198,12 @@ const btn = () => {
|
|||||||
// width: 831px;
|
// width: 831px;
|
||||||
// height: 305px;
|
// height: 305px;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 20px;
|
||||||
|
|
||||||
.li {
|
.li {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|||||||
@ -79,7 +79,8 @@ const indexPage = (actions) => {
|
|||||||
// 授权获取code
|
// 授权获取code
|
||||||
const getCode = () => {
|
const getCode = () => {
|
||||||
let redirect_uri = window.location.href;
|
let redirect_uri = window.location.href;
|
||||||
service.post(process.env.VUE_APP_API + '/cms-activity/cms88/zsApi/xfhdAuthorize?redirect_uri='+redirect_uri,
|
// service.post(process.env.VUE_APP_API + '/cms-activity/cms88/zsApi/xfhdAuthorize?redirect_uri='+redirect_uri,
|
||||||
|
service.post(process.env.VUE_APP_XGL_DOMAIN + '?redirect_uri='+redirect_uri,
|
||||||
// qs.stringify({
|
// qs.stringify({
|
||||||
// redirect_uri: redirect_uri
|
// redirect_uri: redirect_uri
|
||||||
// })
|
// })
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user