liushengqiang 1 year ago
parent
commit
7ca8cf6a58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teaher-register/api.ts

+ 1 - 1
src/views/teaher-register/api.ts

@@ -2,7 +2,7 @@ import request from '@/helpers/request';
 
 /** 获取省市区 */
 export const api_sysAreaQueryAllProvince = (): Promise<any> => {
-  return request.get('/edu-app/sysArea/queryAllProvince');
+  return request.get('/edu-app/open/sysArea/queryAllProvince');
 };
 /** 新增老师 */
 export const api_teacherAdd = (params: any): Promise<any> => {