描述修改

This commit is contained in:
hdm 2022-05-16 08:51:54 +08:00
parent f07abc2565
commit cc56a57008
2 changed files with 12 additions and 14 deletions

View File

@ -131,19 +131,15 @@ PS为了给后面的人提供良好的演示体验体验以查看为主
### 📚 安装教程
**一、勾股OA推荐使用阿里云和腾讯云服务器**
阿里云服务器官方长期折扣优惠地址:
点击访问,(https://www.aliyun.com/activity/daily/bestoffer?userCode=dmrcx154)
腾讯云服务器官方长期折扣优惠地址:
点击访问,(https://curl.qcloud.com/PPEgI0oV)
**二、服务器运行环境要求**
**一、服务器。**
服务器最低配置:
~~~
1核CPU (建议2核+)
1G内存 (建议4G+)
1M带宽 (建议3M+)
~~~
服务器运行环境要求:
~~~
PHP >= 7.1
Mysql >= 5.5.0 (需支持innodb引擎)
@ -154,7 +150,7 @@ PS为了给后面的人提供良好的演示体验体验以查看为主
Composer (用于管理第三方扩展包)
~~~
**、系统安装**
**、系统安装**
**命令行安装(推荐)**
@ -180,7 +176,7 @@ composer install
**PS如需要重新安装请删除目录里面 config/install.lock 的文件,即可重新安装。**
**、伪静态配置**
**、伪静态配置**
**Nginx**
修改nginx.conf 配置文件 加入下面的语句。

View File

@ -149,6 +149,8 @@ function get_login_admin($key = '')
/**
* 节点权限判断
* @rule String
* @uid Int
* @return bool
*/
function check_auth($rule, $uid)