lvhao hace 17 horas
padre
commit
cc99aaa9b2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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();
         }