lvhao 14 hours ago
parent
commit
2e583a9d7b
1 changed files with 2 additions and 0 deletions
  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();
         }