响应数据类型异常

This commit is contained in:
小海
2020-05-05 21:12:14 +08:00
parent 76a9f590b8
commit dd38eaac54

View File

@@ -111,7 +111,7 @@ export class ApiService extends HttpService {
} }
categories() { categories() {
return super.Service<Tag[]>({ return super.Service<Category[]>({
path: '/categories', path: '/categories',
method: 'GET' method: 'GET'
}); });