Browse Source

修改web主题为‘知会学堂’

yellowtaotao 3 years ago
parent
commit
473a4e398a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/Constant.js

+ 1 - 1
src/common/Constant.js

@@ -35,7 +35,7 @@ export const UPLOAD_IMAGE_MAX_SIZE = 10;
 // 正则表达式:身份证号
 // 正则表达式:身份证号
 export const REGULAR_EXPRESSION_IDNUMBER = /^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/;
 export const REGULAR_EXPRESSION_IDNUMBER = /^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/;
 // 项目的标题文字
 // 项目的标题文字
-export const PROGRAM_Title = '京臻学堂';
+export const PROGRAM_Title = '知会学堂';
 // 项目的副标题文字
 // 项目的副标题文字
 export const PROGRAM_Title_Little = '北京高铁工务段';
 export const PROGRAM_Title_Little = '北京高铁工务段';
 // 试题类型
 // 试题类型