|
@@ -0,0 +1,60 @@
|
|
|
|
+/** 224 评卷员 */
|
|
|
|
+// export const LOGIN_CONFIG = {
|
|
|
|
+// };
|
|
|
|
+// export const isAdmin= false;
|
|
|
|
+// export const forceChange=true;
|
|
|
|
+// export const loginName="1-431-5-1";
|
|
|
|
+// export const password="123456";
|
|
|
|
+// export const examId="1";
|
|
|
|
+// export const markerId="419";
|
|
|
|
+
|
|
|
|
+/** 244 评卷员 */
|
|
|
|
+export const LOGIN_CONFIG = {
|
|
|
|
+ isAdmin: false,
|
|
|
|
+ forceChange: true,
|
|
|
|
+ loginName: "1-339-5-1",
|
|
|
|
+ // loginName: "liuyang",
|
|
|
|
+ password: "123456",
|
|
|
|
+ examId: "1",
|
|
|
|
+ markerId: "147",
|
|
|
|
+ // markerId: "482",
|
|
|
|
+ // markerId: "483",
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+/** 224 管理员 */
|
|
|
|
+// export const LOGIN_CONFIG = {
|
|
|
|
+// isAdmin: true,
|
|
|
|
+// forceChange: true,
|
|
|
|
+// loginName: "admin-ch",
|
|
|
|
+// password: "123456",
|
|
|
|
+// examId: "1",
|
|
|
|
+// markerId: "339",
|
|
|
|
+// };
|
|
|
|
+
|
|
|
|
+/** 255 评卷员 */
|
|
|
|
+// export const LOGIN_CONFIG = {
|
|
|
|
+// isAdmin: false,
|
|
|
|
+// forceChange: true,
|
|
|
|
+// loginName: "4-1-1",
|
|
|
|
+// password: "123456",
|
|
|
|
+// examId: "128",
|
|
|
|
+// markerId: "2258",
|
|
|
|
+// };
|
|
|
|
+
|
|
|
|
+/** 225 管理员 */
|
|
|
|
+
|
|
|
|
+// export const LOGIN_CONFIG = {
|
|
|
|
+// isAdmin: true,
|
|
|
|
+// forceChange: true,
|
|
|
|
+// loginName: "admin3",
|
|
|
|
+// password: "123456",
|
|
|
|
+// examId: "130",
|
|
|
|
+// markerId: "null",
|
|
|
|
+// };
|
|
|
|
+
|
|
|
|
+// export const loginName = "admin-ch";
|
|
|
|
+// export const password = "123456";
|
|
|
|
+// export const examId = "1";
|
|
|
|
+// export const markerId = "null";
|
|
|
|
+// export const isAdmin = true;
|
|
|
|
+// export const forceChange = true;
|