This commit is contained in:
yanran200730
2022-11-02 16:28:18 +08:00
parent 83e06be215
commit bb923cca81
3 changed files with 193 additions and 37 deletions

View File

@@ -104,7 +104,9 @@
onLoad (query) {
this.id = query.id
this.qqmapsdk = new QQMapWX({
key: '3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY'
key: process.env.NODE_ENV == "production" ?
"RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S" :
"3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY"
})
this.$loading()