mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 代码备份
This commit is contained in:
parent
64104a0a32
commit
f5673158b1
@ -15,4 +15,11 @@ return [
|
|||||||
],
|
],
|
||||||
'__miss__' => ['api/Miss/index'],
|
'__miss__' => ['api/Miss/index'],
|
||||||
],
|
],
|
||||||
|
'[wiki]' => [
|
||||||
|
'login' => [
|
||||||
|
'wiki/index/login',
|
||||||
|
['method' => 'get']
|
||||||
|
],
|
||||||
|
'__miss__' => ['api/Miss/index'],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
@ -95,7 +95,7 @@ class Index extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function login() {
|
public function login() {
|
||||||
return $this->fetch();
|
return view();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user