1 Star 0 Fork 15

问天/万岳互联网医院系统UNIAPP端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
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 <[email protected]>
// +----------------------------------------------------------------------
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();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nicelyy/wanyue-kyhospital-uniapp.git
[email protected]:nicelyy/wanyue-kyhospital-uniapp.git
nicelyy
wanyue-kyhospital-uniapp
万岳互联网医院系统UNIAPP端
master

搜索帮助