From 0e5212045c47695e9fbd9510e7a9dbbc3d9ec297 Mon Sep 17 00:00:00 2001 From: Kubars Date: Wed, 17 May 2023 15:29:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/senior/process.md.=20=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=9C=B0=E5=9D=80=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kubars --- docs/senior/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/senior/process.md b/docs/senior/process.md index 2024c12..bca9286 100644 --- a/docs/senior/process.md +++ b/docs/senior/process.md @@ -48,4 +48,4 @@ pageClass: max-content 1. 一个控制器类往往都有继承于`app/common/controller/Api.php`类,在该类中进行了:IP检查,时区设定,存储/上传初始化,加载语言包。 2. 然后,后台控制器基类为`app\common\controller\Backend`,在该类中进行了`$this->auth`初始化,引入了`Trait类`来实现查询、添加、编辑等功能。 3. 前台控制器基类为`app\common\controller\Frontend`,同样初始化了`$this->auth`,利用`$this->auth`,您可以获取到登录用户的所有数据。 -4. 更加详细的介绍,请转到[控制器](http://localhost:8080/senior/server/controller.html)一章。 \ No newline at end of file +4. 更加详细的介绍,请转到[控制器](/senior/server/controller.html)一章。 \ No newline at end of file -- Gitee