Browse Source

冗余代码

Michael Wang 4 years ago
parent
commit
775024f063
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/api/markPage.ts

+ 0 - 7
src/api/markPage.ts

@@ -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();