公告板
版本库
filestore
活动
搜索
登录
江涛
/
MES-PDA
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.Mobox2的3018新增元数据方法迁移到PDAController里,并支持登录sessionid时间过期后自动登录 2.3200功能点增加se...
jt
2024-03-21
6584848d00acd83de64f813fb5b03e8fb4b42773
[~jt/MES-PDA.git]
/
main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Vue from 'vue'
import App from './App'
import store from "./store";
Vue.config.productionTip = false
Vue.prototype.$store = store
App.mpType = 'app'
const app = new Vue({
store,
...App,
})
app.$mount()