diff --git a/src/components/AiTMap.vue b/src/components/AiTMap.vue index 27605fbc..a38e50f6 100644 --- a/src/components/AiTMap.vue +++ b/src/components/AiTMap.vue @@ -32,10 +32,16 @@ export default { */ lib: Object, }, - computed: {...mapState(['config'])}, + computed: { + ...mapState(['config']), + key() { + return process.env.NODE_ENV == "production" ? + "RWWBZ-64BEJ-MVLFJ-FTHLQ-JTR6J-SAB2S" : + "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY" + } + }, data() { return { - key: "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY", tmap: null, mapLib: null }