选择完成

This commit is contained in:
2020-07-21 15:00:39 +08:00
parent d2ddb26479
commit 72f56fe563
4 changed files with 68 additions and 14 deletions

View File

@@ -12,6 +12,9 @@ const install = (Vue, vm) => {
},
createLivesp({spec_name}){
return vm.$u.post("Streaming/createLivesp",{spec_name})
},
getStoreGoodsList(){
return vm.$u.post("article/getStoreGoodsList")
}
}
// 将各个定义的接口名称统一放进对象挂载到vm.$u.api(因为vm就是this也即this.$u.api)下