@@ -1,10 +0,0 @@
-<?php
-
-class IntroductionController extends JBaseController
-{
- public function actionIntroduction()
- {
- $this->render('introduction');
- }
-}
@@ -117,4 +117,11 @@ class WebController extends JBaseController {
));
}
+ // 服务介绍
+ public function actionServiceIntroduction()
+ {
+
+ $this->renderpartial('serviceIntroduction');
+ }