Pages Product
This commit is contained in:
parent
bd6a8b7c54
commit
c1f8a79ad7
|
@ -6,7 +6,7 @@ export class User {
|
|||
|
||||
@action
|
||||
async getData() {
|
||||
this.data = (await http.get('/user')).body.data;
|
||||
this.data = (await http.get('/product')).body.data;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user