添加api管管管理

This commit is contained in:
zmr900709
2020-07-16 09:47:53 +08:00
parent dcd5b86284
commit 5f8e0f5f10
5 changed files with 110 additions and 0 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
// });
// },
}
}
}