新增google验证
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 238 KiB |
Before Width: | Height: | Size: 24 KiB |
@ -991,7 +991,7 @@ export default {
|
|||||||
this.token = getToken();
|
this.token = getToken();
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initGoolgeClient()
|
this.initGoogleClient()
|
||||||
this.initData();
|
this.initData();
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if (this.$route.params.code) {
|
if (this.$route.params.code) {
|
||||||
@ -1724,7 +1724,7 @@ export default {
|
|||||||
});
|
});
|
||||||
console.log("google client init success");
|
console.log("google client init success");
|
||||||
},
|
},
|
||||||
async initGoolgeClient() {
|
async initGoogleClient() {
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
loadSingleScript([scripts[0]]),
|
loadSingleScript([scripts[0]]),
|
||||||
loadSingleScript([scripts[1]])
|
loadSingleScript([scripts[1]])
|
||||||
|