test
This commit is contained in:
parent
27743a79ea
commit
bd3f893908
1 changed files with 2 additions and 2 deletions
|
|
@ -95,9 +95,9 @@ onMounted(() => {
|
|||
});
|
||||
|
||||
const fectListleave = async () => {
|
||||
console.log(config.API.listUser());
|
||||
// console.log(config.API.listUser());
|
||||
|
||||
await http.get(config.API.listUser());
|
||||
await http.get(config.API.listUser()).then((res:any)=>{}).catch((e:any)=>{});
|
||||
};
|
||||
|
||||
const clickAdd = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue