This commit is contained in:
2020-07-16 11:23:22 +08:00
9 changed files with 381 additions and 88 deletions

13
common/api/user.js Normal file
View File

@@ -0,0 +1,13 @@
export default {
init(vm){
return {
// 首页协议 列子
// documentInfo({document_code}) {
// return vm.$u.post('StartUp/documentInfo', {
// document_code : document_code
// });
// },
}
}
}

View File

@@ -20,4 +20,4 @@ const install = (Vue, vm) => {
export default {
install
}
}

View File

@@ -19,4 +19,4 @@ const install = (Vue, vm) => {
export default {
install
}
}