uniapp如何使用分包,文件上传如何调用接口.注册全局组件和全局变量
如何注册全局公用组件
import uniNavBar from '@/components/uniNavBar.vue'
Vue.component('uni-nav-bar',uniNavBar)
如何注册全局基础变量
Vue.prototype.BaseFileURL='*******'
如何注册全局公用组件
import uniNavBar from '@/components/uniNavBar.vue'
Vue.component('uni-nav-bar',uniNavBar)
如何注册全局基础变量
Vue.prototype.BaseFileURL='*******'