From 08eb44e5452782a218b82d89fc36c6eb074d99ec Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 25 Apr 2022 00:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/install/controller/Index.php | 2 +- app/install/view/index/step1.html | 2 +- public/index.php | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/install/controller/Index.php b/app/install/controller/Index.php index 501ce88..c51ead1 100644 --- a/app/install/controller/Index.php +++ b/app/install/controller/Index.php @@ -26,7 +26,7 @@ class Index public function index() { - View::assign('TP_version',\think\facade\App::version()); + View::assign('TP_VERSION',\think\facade\App::version()); return view('step1'); } diff --git a/app/install/view/index/step1.html b/app/install/view/index/step1.html index a438c45..511e0fe 100644 --- a/app/install/view/index/step1.html +++ b/app/install/view/index/step1.html @@ -34,7 +34,7 @@
-

勾股OA是一套基于ThinkPHP{TP_VERSION} + Layui{:LAYUI_VERSION} + MySql打造的轻量级、高性能OA办公系统。简单实用,系统集成了九大办公基本的功能模块:系统管理、基础数据、员工管理、消息通知、企业公告、知识文章、办公审批、日常办公、财务管理、商业智能等基础模块。系统易于功能扩展,方便二次开发,让开发者更专注于业务深度需求的开发,帮助开发者简单高效降低二次开发成本,通过二次开发之后可以用来做CRM,ERP,业务管理等系统。

+

勾股OA是一套基于ThinkPHP{$TP_VERSION} + Layui{:LAYUI_VERSION} + MySql打造的轻量级、高性能OA办公系统。简单实用,系统集成了九大办公基本的功能模块:系统管理、基础数据、员工管理、消息通知、企业公告、知识文章、办公审批、日常办公、财务管理、商业智能等基础模块。系统易于功能扩展,方便二次开发,让开发者更专注于业务深度需求的开发,帮助开发者简单高效降低二次开发成本,通过二次开发之后可以用来做CRM,ERP,业务管理等系统。

免责声明:
1、使用勾股OA系统构建的网站的任何信息内容以及导致的任何版权纠纷和法律争议及后果,本(勾股OA)系统不承担任何责任。
2、您一旦安装使用勾股OA系统,即被视为完全理解并接受本协议的各项条款,在享有上述条款授予的权力的同时,受到相关的约束和限制。 diff --git a/public/index.php b/public/index.php index aabe570..621cf5b 100644 --- a/public/index.php +++ b/public/index.php @@ -17,9 +17,6 @@ require __DIR__ . '/../vendor/autoload.php'; // 定义当前版本号 define('CMS_VERSION','2.4.2'); -// 定义ThinkPHP版本号 -define('TP_VERSION','6.0.9'); - // 定义Layui版本号 define('LAYUI_VERSION','2.6.8');