mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加网络代理
This commit is contained in:
6
src/service/api/demo.ts
Normal file
6
src/service/api/demo.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { request } from '../request';
|
||||
|
||||
/** 测试请求代理 */
|
||||
export function fetchTestProxy() {
|
||||
return request.get('/test');
|
||||
}
|
@ -1 +1,2 @@
|
||||
export * from './auth';
|
||||
export * from './demo';
|
||||
|
Reference in New Issue
Block a user