|
@@ -84,13 +84,6 @@ export async function getGroups() {
|
|
|
return httpApp.post("/mark/getGroup");
|
|
|
}
|
|
|
|
|
|
-/** 切换分组 */
|
|
|
-export async function switchGroup(markerId: number) {
|
|
|
- const form = new FormData();
|
|
|
- form.append("markerId", markerId + "");
|
|
|
- return httpApp.post("/mark/subjectSelect", form);
|
|
|
-}
|
|
|
-
|
|
|
/** 获取用户信息 */
|
|
|
export async function changeUserInfo(name: string, password?: string) {
|
|
|
const form = new FormData();
|