setting.js 174 B

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