Ai
3 Star 11 Fork 17

QuickD/demo-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 903 Bytes
一键复制 编辑 原始数据 按行查看 历史
QuickD 提交于 2019-10-12 19:43 +08:00 . no commit message
import Vue from 'vue'
import App from './App'
import config from './common/config.js'
import $request from './common/request.js'
import store from './store'
import task from './pages/task/index.vue'
Vue.component('task',task)
import report from './pages/report/index.vue'
Vue.component('report',report)
import basedata from './pages/basedata/index.vue'
Vue.component('basedata',basedata)
import mine from './pages/mine/index.vue'
Vue.component('mine',mine)
import cuCustom from './colorui/components/cu-custom.vue'
Vue.component('cu-custom',cuCustom)
import custom from './colorui/components/custom.vue'
Vue.component('custom',custom)
Vue.config.productionTip = false
Vue.prototype.$store = store;
Vue.prototype.$websiteBaseUrl = config.websiteBaseUrl;
Vue.prototype.$request = $request;
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/quickd/demo-uniapp.git
git@gitee.com:quickd/demo-uniapp.git
quickd
demo-uniapp
demo-uniapp
master

搜索帮助