主界面,系数校准界面调整
This commit is contained in:
6
frontend/src/api/home/channelsTest/index.ts
Normal file
6
frontend/src/api/home/channelsTest/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import http from "@/api";
|
||||
import {ChannelsTest} from "@/api/home/interface/channelsTest";
|
||||
|
||||
export const getBigTestItem = () => {
|
||||
return http.get('');
|
||||
}
|
||||
Reference in New Issue
Block a user