Explorar el Código

学生端新加参数bug fix

lideyin hace 5 años
padre
commit
f96d828637
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/constants/constants.js

+ 1 - 1
src/constants/constants.js

@@ -84,7 +84,7 @@ export const PREVENT_CHEATING_CONFIG = [
   { code: "DISABLE_MULTISCREEN", name: "禁用双屏" }
 ];
 //学生端版本
-export const STUDNET_CLIENT_VERSION = [
+export const STUDENT_CLIENT_VERSION = [
   { code: "1.0.0", name: "1.0.0" },
   { code: "2.0.0", name: "2.0.0" }
 ];