devLoginParams.ts 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /** 224 评卷员 */
  2. // export const LOGIN_CONFIG = {
  3. // };
  4. // export const isAdmin= false;
  5. // export const forceChange=true;
  6. // export const loginName="1-431-5-1";
  7. // export const password="123456";
  8. // export const examId="1";
  9. // export const markerId="419";
  10. /** 244 评卷员 */
  11. // export const LOGIN_CONFIG = {
  12. // isAdmin: false,
  13. // forceChange: true,
  14. // loginName: "1-339-5-1",
  15. // // loginName: "liuyang",
  16. // password: "123456",
  17. // examId: "1",
  18. // markerId: "147",
  19. // // markerId: "482",
  20. // // markerId: "483",
  21. // };
  22. // export const LOGIN_CONFIG = {
  23. // isAdmin: false,
  24. // forceChange: true,
  25. // loginName: "spj111-01",
  26. // // loginName: "liuyang",
  27. // password: "123456",
  28. // examId: "295",
  29. // markerId: "3132",
  30. // // markerId: "482",
  31. // // markerId: "483",
  32. // };
  33. // export const LOGIN_CONFIG = {
  34. // isAdmin: false,
  35. // forceChange: true,
  36. // loginName: "6-X-M_pj01",
  37. // // loginName: "liuyang",
  38. // password: "123456",
  39. // examId: "432",
  40. // markerId: "3123",
  41. // // markerId: "482",
  42. // // markerId: "483",
  43. // };
  44. // export const LOGIN_CONFIG = {
  45. // isAdmin: false,
  46. // forceChange: false,
  47. // loginName: "spj111-01",
  48. // // loginName: "spj432-01",
  49. // // loginName: "liuyang",
  50. // password: "123456",
  51. // examId: "232",
  52. // markerId: "2688",
  53. // // markerId: "2692",
  54. // // markerId: "482",
  55. // // markerId: "483",
  56. // };
  57. /** 224 管理员 */
  58. export const LOGIN_CONFIG = {
  59. isAdmin: true,
  60. forceChange: true,
  61. loginName: "admin01",
  62. password: "123456",
  63. examId: "292",
  64. markerId: null,
  65. };
  66. /** 255 评卷员 */
  67. // export const LOGIN_CONFIG = {
  68. // isAdmin: false,
  69. // forceChange: true,
  70. // loginName: "4-1-1",
  71. // password: "123456",
  72. // examId: "128",
  73. // markerId: "2258",
  74. // };
  75. /** 225 管理员 */
  76. // export const LOGIN_CONFIG = {
  77. // isAdmin: true,
  78. // forceChange: true,
  79. // loginName: "admin3",
  80. // password: "123456",
  81. // examId: "130",
  82. // markerId: "null",
  83. // };
  84. // export const loginName = "admin-ch";
  85. // export const password = "123456";
  86. // export const examId = "1";
  87. // export const markerId = "null";
  88. // export const isAdmin = true;
  89. // export const forceChange = true;