uniapp如何使用分包,檔案上傳如何呼叫介面

荻!!!!!!!!發表於2024-12-03

如何註冊全域性公用元件

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

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

如何註冊全域性基礎變數

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

相關文章