This commit is contained in:
make
2025-04-14 15:37:48 +08:00
parent 39698ce5b1
commit 416b798ef7

View File

@@ -42,7 +42,7 @@ class User extends BaseController
$strView = '';
$this->generateGrm(1, 0, 20);
} else {
$strView = 'Pc/User/index';
$strView = 'pc/user/index';
$this->generateGrm(2, 0, 20);
}
return $this->rending($strView);
@@ -68,7 +68,7 @@ class User extends BaseController
$strView = '';
$this->generateGrm(1, 0, 10);
} else {
$strView = 'Pc/User/getBookShelf';
$strView = 'pc/user/getBookShelf';
$this->generateGrm(2, 0, 10);
}
return $this->rending($strView);
@@ -94,7 +94,7 @@ class User extends BaseController
$strView = '';
$this->generateGrm(1, 0, 10);
} else {
$strView = 'Pc/User/getHistory';
$strView = 'pc/user/getHistory';
$this->generateGrm(2, 0, 10);
}
return $this->rending($strView);