|
|
@@ -11,7 +11,7 @@ use common\services\xhWxOpenAdminService;
|
|
|
class MainController extends PlatformController
|
|
|
{
|
|
|
|
|
|
- public $guestAccess = ['login', 'logout', 'check-login', 'index', 'app', 'xhb-user-privacy', 'xhb-register'];
|
|
|
+ public $guestAccess = ['login', 'logout', 'check-login', 'index', 'app', 'xhb-privacy', 'xhb-register'];
|
|
|
|
|
|
public function actionApp()
|
|
|
{
|
|
|
@@ -96,7 +96,7 @@ class MainController extends PlatformController
|
|
|
}
|
|
|
|
|
|
//隐私协议
|
|
|
- public function actionXhbUserPrivacy()
|
|
|
+ public function actionXhbPrivacy()
|
|
|
{
|
|
|
AgreementClass::xhbPrivacy();
|
|
|
exit();
|