公共登录类

This commit is contained in:
唐明明
2021-07-26 15:01:43 +08:00
parent 6f29bdc89f
commit f77f474602
10 changed files with 1338 additions and 2514 deletions

View File

@@ -1,11 +1,12 @@
import Vue from 'vue'
import App from './App'
import { router, RouterMount } from './router'
import store from './store'
Vue.use(router)
Vue.config.productionTip = false
Vue.prototype.$store = store
App.mpType = 'app'
const app = new Vue({