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