modified 代码备份

This commit is contained in:
zhaoxiang 2018-02-26 00:42:18 +08:00
parent 64104a0a32
commit f5673158b1
2 changed files with 9 additions and 2 deletions

View File

@ -15,4 +15,11 @@ return [
], ],
'__miss__' => ['api/Miss/index'], '__miss__' => ['api/Miss/index'],
], ],
'[wiki]' => [
'login' => [
'wiki/index/login',
['method' => 'get']
],
'__miss__' => ['api/Miss/index'],
],
]; ];

View File

@ -95,7 +95,7 @@ class Index extends Base {
} }
public function login() { public function login() {
return $this->fetch(); return view();
} }
} }