lvhao 1 月之前
父節點
當前提交
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();
         }