import * as Vue from 'vue' const { config } = Vue.createApp({}) config.weixin = { // baseUrl: process.env.BASE_URL + 'weixin', // baseUrl: `http://${location.host}` }