1 Star 0 Fork 999

afsoft / HC小区业主版

forked from java110 / HC小区业主版 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
java110 提交于 2023-12-21 15:12 . 优化发票
import Vue from 'vue';
import App from './App';
import conf from './conf/config.js';
import vc from './core/vcFramework.js'
// 小程序全局分享设置
// import share from './common/mixin/shareMixin.js'
// Vue.mixin(share)
Vue.config.productionTip = false;
Vue.prototype.vc = vc;
Vue.prototype.imgUrl = conf.imgUrl;
App.mpType = 'app';
const app = new Vue({
...App
});
app.$mount();
微信
1
https://gitee.com/afsoft_admin/WechatOwnerService.git
git@gitee.com:afsoft_admin/WechatOwnerService.git
afsoft_admin
WechatOwnerService
HC小区业主版
master

搜索帮助