mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-16 23:30:39 +08:00
perf: theme
This commit is contained in:
@@ -18,8 +18,8 @@ http.request('get', '/xxx?message=' + msg);
|
||||
import { http } from "/@/utils/http";
|
||||
|
||||
// params传参
|
||||
http.request('get', '/xxx', { params: param });
|
||||
http.request('post', '/xxx', { params: param });
|
||||
|
||||
// data传参
|
||||
http.request('get', '/xxx', { data: param });
|
||||
http.request('post', '/xxx', { data: param });
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user