仪表盘
版本库
文件存储
活动
搜索
登录
EBox
/
General/Wxxcx.V1.1
小程序
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
gitignore
wujingjing
2024-02-27
f7deb4fbb7c7f39c8e296f63ed59b9a212372451
[EBox/General/Wxxcx.V1.1.git]
/
main.js
1
2
3
4
5
6
7
8
9
10
11
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()