pcs、bms接口联调
This commit is contained in:
@ -36,6 +36,8 @@ import DictTag from '@/components/DictTag'
|
||||
// 字典数据组件
|
||||
import DictData from '@/components/DictData'
|
||||
|
||||
import {formatNumber} from '@/filters/ems'
|
||||
|
||||
// 全局方法挂载
|
||||
Vue.prototype.getDicts = getDicts
|
||||
Vue.prototype.getConfigKey = getConfigKey
|
||||
@ -74,7 +76,7 @@ Vue.use(Element, {
|
||||
})
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.filter('formatNumber', formatNumber)
|
||||
new Vue({
|
||||
el: '#app',
|
||||
router,
|
||||
|
Reference in New Issue
Block a user