|
@@ -24,6 +24,11 @@ export default {
|
|
|
this.type = 'clear'
|
|
|
this.title = '授权失败!'
|
|
|
}
|
|
|
+
|
|
|
+ const name = 'authXmlyWeb'
|
|
|
+ const code = res.code === 0 ? "1" : "0"
|
|
|
+ webChannel.postMessage(`?name=${name}&code=${code}`)
|
|
|
+
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
0% {
|
|
|
transform: rotate(0deg)
|
|
|
}
|
|
|
+
|
|
|
100% {
|
|
|
transform: rotate(360deg);
|
|
|
}
|