lvhao 1 天之前
父節點
當前提交
cc99aaa9b2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      core/CoreApp/controllers/Workshopshow.php

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

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