This commit is contained in:
2023-11-21 15:53:21 +08:00
parent ae323b6ea6
commit 1c92bab1fa

View File

@@ -4,12 +4,16 @@ import Vue from 'vue'
// vuex
import store from './store'
import wxSilentLogin from './common/wxSilentLogin.js'
import mixin from './common/mixin'
Vue.mixin(mixin)
import api from '@/common/request.api.js'
Vue.prototype.$api = api
Vue.prototype.WxSilentLogin = wxSilentLogin
Vue.config.productionTip = false
App.mpType = 'app'