Explorar el Código

feat(core): 员工列表接入

gemercheung hace 3 años
padre
commit
aaeab38ef9
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  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';
 
 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: 'テストは成功しました!',
     loginAgain: 'もう一度やり直してください',
     captcha: '検証コード',
+    registrationLabel: '免费注册?',
+    corporationName: '企业账号',
+    corporationMail: '企业邮箱',
   },
 };