1 Star 0 Fork 5

xiaoxiao/58ganji

forked from 韩工/58ganji 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
专业App软件开发 提交于 2021-08-02 17:31 . Add files via upload
import Vue from 'vue'
import App from './App'
import cuCustom from './colorui/components/cu-custom.vue'
import cuCustomHeader from './colorui/components/cu-custom-header.vue'
import cuCustomFoot from './colorui/components/cu-custom-foot.vue'
import store from './store'
import uView from 'uview-ui';
// import c from 'modules/common.js'
// import b from 'modules/bll.js'
Vue.use(uView);
Vue.component('cu-custom',cuCustom)
Vue.component('cu-custom-header',cuCustomHeader)
Vue.component('cu-custom-foot',cuCustomFoot)
Vue.prototype.$store = store
//用户头像集合
Vue.prototype.$userPhotoUrlDict = {};
// Vue.prototype.c=c;
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App,
store
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/smartper_773605961/ganji58.git
[email protected]:smartper_773605961/ganji58.git
smartper_773605961
ganji58
58ganji
main

搜索帮助