编写登录页面,首页面,入库页面,样式修改,扫码功能实现
This commit is contained in:
8
main.js
8
main.js
@@ -3,6 +3,10 @@ import App from './App'
|
||||
import store from './store' // store
|
||||
import plugins from './plugins' // plugins
|
||||
import './permission' // permission
|
||||
// 组件加载
|
||||
// PDA扫描获取仓库信息组件
|
||||
import PdaScanInput from '@/components/pda-scan-input/index.vue';
|
||||
Vue.component('PdaScanInput',PdaScanInput)
|
||||
Vue.use(plugins)
|
||||
|
||||
Vue.config.productionTip = false
|
||||
@@ -11,7 +15,7 @@ Vue.prototype.$store = store
|
||||
App.mpType = 'app'
|
||||
|
||||
const app = new Vue({
|
||||
...App
|
||||
...App
|
||||
})
|
||||
|
||||
app.$mount()
|
||||
app.$mount()
|
||||
Reference in New Issue
Block a user