| | |
| | | // import li_area_select from '@components/Address' |
| | | import moment from "moment" |
| | | import '@/utils/drag.js'; |
| | | import DingTalkPC from 'dingtalk-jsapi'; |
| | | |
| | | Vue.prototype.$dingtalk = DingTalkPC; |
| | | DingTalkPC.config({ |
| | | agentId: 'your_agentId', |
| | | corpId: 'your_corpId', |
| | | timeStamp: new Date().getTime(), |
| | | nonceStr: 'your_nonceStr', |
| | | signature: 'your_signature', |
| | | jsApiList: ['runtime.permission.requestAuthCode'] |
| | | }); |
| | | |
| | | Vue.prototype.$moment = moment; |
| | | |
| | |
| | | import echarts from 'echarts' |
| | | Vue.prototype.$echarts = echarts |
| | | |
| | | |
| | | // 全局组件挂载 |
| | | // Vue.component('li_area_select',li_area_select) |
| | | Vue.component('DictTag', DictTag) |