@@ -1,4 +1,4 @@
git pull
git add -A
git commit -m 'normal'
-git push origin master
+git push origin master-sn
@@ -0,0 +1,13 @@
+var examList = {
+ "1":"水泥物理力学性能检验",
+ "2":"试块检验",
+ "3":"两强配合比设计",
+ "4":"钢筋力学性能及工艺性能检验",
+ "5":"墙砖检验",
+ "6":"土工试验"
+ };
+
+ module.exports = {
+ courseName: "检测试验人员",
+ examList
+ }
@@ -0,0 +1,4 @@
+cd ../www/study_sm
+git pull
+rm -rf static index.html
+cp -rf ../../study_sm/dist/* .