lvhao 19 時間 前
コミット
2e583a9d7b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      core/CoreApp/controllers/Workshopshow.php

+ 2 - 0
core/CoreApp/controllers/Workshopshow.php

@@ -35,6 +35,8 @@ class Workshopshow extends Start_Controller
             $this->_wksscshow();
         }elseif($arg == 'ycsshow'){
             $this->_ycsshow();
+        }elseif($arg == 'gxlzc3show'){
+            $this->_gxlzc3show();
         }else {
             $this->_index();
         }