新增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();
|
||||
},
|
||||
mounted() {
|
||||
this.initGoolgeClient()
|
||||
this.initGoogleClient()
|
||||
this.initData();
|
||||
this.$nextTick(() => {
|
||||
if (this.$route.params.code) {
|
||||
@ -1724,7 +1724,7 @@ export default {
|
||||
});
|
||||
console.log("google client init success");
|
||||
},
|
||||
async initGoolgeClient() {
|
||||
async initGoogleClient() {
|
||||
await Promise.all([
|
||||
loadSingleScript([scripts[0]]),
|
||||
loadSingleScript([scripts[1]])
|
||||
|