修复后台模块

This commit is contained in:
2020-03-30 22:40:52 +08:00
parent f31f3b99fa
commit de73484cca
10 changed files with 73 additions and 65 deletions

View File

@@ -18,7 +18,7 @@ class Index extends Base {
return $this->fetch();
}
public function ad(){
return $this->fetch('ad');
public function miss(){
return $this->fetch();
}
}