Przeglądaj źródła

feat(core): 员工列表接入

gemercheung 3 lat temu
rodzic
commit
aaeab38ef9
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 1 1
      src/api/staff/list.ts
  2. 3 0
      src/locales/lang/ja/sys.ts

+ 1 - 1
src/api/staff/list.ts

@@ -2,7 +2,7 @@ import { defHttp } from '/@/utils/http/axios';
 import { PageParams, ListGetResultModel } from './model';
 import { PageParams, ListGetResultModel } from './model';
 
 
 enum Api {
 enum Api {
-  pageList = '/kankan-api/api/manager/user/staffList',
+  pageList = '/kankan-api/api/manager/user/list',
 }
 }
 
 
 /**
 /**

+ 3 - 0
src/locales/lang/ja/sys.ts

@@ -107,5 +107,8 @@ export default {
     loginDragSuccess: 'テストは成功しました!',
     loginDragSuccess: 'テストは成功しました!',
     loginAgain: 'もう一度やり直してください',
     loginAgain: 'もう一度やり直してください',
     captcha: '検証コード',
     captcha: '検証コード',
+    registrationLabel: '免费注册?',
+    corporationName: '企业账号',
+    corporationMail: '企业邮箱',
   },
   },
 };
 };