Commit 6ce4b934 authored by wangqinghua's avatar wangqinghua

bug 修正

parent e0fdfcea
......@@ -245,4 +245,9 @@ export class WorkService {
getExportUrl(data): Observable<any> {
return this.http.post(SERVER_API_URL + '/inventory/getExportUrl', data);
}
//查询系统信息
getPreview(): Observable<any> {
return this.http.get('./json/preview.json');
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment