const { http } = uni.$u
上面这行报错
Cannot read property 'http' of undefined
已经在main.js加了下面这两行
// 使用uview框架
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
const { http } = uni.$u
上面这行报错
Cannot read property 'http' of undefined
已经在main.js加了下面这两行
// 使用uview框架
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
0 个回复