lvhao há 18 horas atrás
pai
commit
2e583a9d7b
1 ficheiros alterados com 2 adições e 0 exclusões
  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();
         }