uniapp如何使用分包,文件上传如何调用接口.注册全局组件和全局变量

 

 

如何注册全局公用组件

import uniNavBar from '@/components/uniNavBar.vue'

Vue.component('uni-nav-bar',uniNavBar)

如何注册全局基础变量

Vue.prototype.BaseFileURL='*******'

 

posted on 2024-12-03 09:21  荻!!!!!!!!  阅读(8)  评论(0编辑  收藏  举报