import Vue from 'vue'import App from './App'import conf from './conf/config.js';import Java110Context from './lib/java110/Java110Context.js'import context from './lib/java110/context.js'import url from './constant/url.js'import factory from './lib/java110/factory/factory.js'import util from './lib/java110/utils/util.js'import date from './lib/java110/utils/date.js'import {getCommunityId,getCommunityName} from './api/community/community.js';import {getStaffId,getStaffName,getStaffTel} from './api/staff/staff.js';//引入vueximport store from './store'import cuCustom from './lib/colorui/components/cu-custom.vue'import {VueJsonp} from 'vue-jsonp'Vue.use(VueJsonp)Vue.component('cu-custom',cuCustom)Vue.config.productionTip = falseVue.prototype.java110Context = Java110Context;Vue.prototype.java110Constant = Java110Context.constant;Vue.prototype.java110Factory = Java110Context.factory;Vue.prototype.java110Util = Java110Context.util;Vue.prototype.$store = store;Vue.prototype.context = context;Vue.prototype.url = url;Vue.prototype.factory = factory;Vue.prototype.util = util;Vue.prototype.date = date;Vue.prototype.imgUrl = conf.imgUrl;// 绑定小区信息Vue.prototype.getCommunityId = getCommunityId;Vue.prototype.getCommunityName = getCommunityName;// 绑定员工Vue.prototype.getStaffId = getStaffId;Vue.prototype.getStaffName = getStaffName;Vue.prototype.getStaffTel = getStaffTel;App.mpType = 'app'const app = new Vue({...App,store})app.$mount()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型