1 Star 0 Fork 11

特别存在可取代 / 万岳互联网医院系统UNIAPP端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
王宁 提交于 2023-09-22 11:22 . first
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import Vue from 'vue'
import App from './App'
import Cache from './utils/cache'
import util from 'utils/util'
import { HTTP_REQUEST_URL } from '@/config/app';
import skeleton from './components/skeleton/index.vue'
Vue.component('skeleton', skeleton)
Vue.prototype.$util = util;
Vue.prototype.$Cache = Cache;
Vue.prototype.$eventHub = new Vue();
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App,
Cache
})
app.$mount();
1
https://gitee.com/specially-replaceable/wanyue-kyhospital-uniapp.git
git@gitee.com:specially-replaceable/wanyue-kyhospital-uniapp.git
specially-replaceable
wanyue-kyhospital-uniapp
万岳互联网医院系统UNIAPP端
master

搜索帮助