diff --git a/application/index/lang/zh-cn.php b/application/index/lang/zh-cn.php
index 2dc29336..c6a9982f 100644
--- a/application/index/lang/zh-cn.php
+++ b/application/index/lang/zh-cn.php
@@ -86,7 +86,7 @@ return [
'Module' => '模块化开发',
'Extension' => '自由可扩展',
'Auth' => '权限管理',
- 'The fastest framework based on ThinkPHP5 and Bootstrap' => '基于ThinkPHP5和Bootstrap的极速后台开发框架',
+ //'The fastest framework based on ThinkPHP5 and Bootstrap' => 'app后台',
'Features' => '功能特性',
'Home' => '首页',
'Store' => '插件市场',
diff --git a/application/index/view/common/meta.html b/application/index/view/common/meta.html
index d75406ff..371d8e8a 100644
--- a/application/index/view/common/meta.html
+++ b/application/index/view/common/meta.html
@@ -1,5 +1,5 @@
-
{$title|default=''} – {:__('The fastest framework based on ThinkPHP5 and Bootstrap')}
+
diff --git a/application/index/view/index/index.html b/application/index/view/index/index.html
index a75f8527..e9ab8da9 100644
--- a/application/index/view/index/index.html
+++ b/application/index/view/index/index.html
@@ -9,7 +9,7 @@
- FastAdmin - {:__('The fastest framework based on ThinkPHP5 and Bootstrap')}
+ 趣侣行
@@ -37,18 +37,18 @@
-
@@ -60,9 +60,9 @@
@@ -70,12 +70,12 @@
-
+
diff --git a/public/index.php b/public/index.php
index 004784df..98175e8b 100755
--- a/public/index.php
+++ b/public/index.php
@@ -11,8 +11,11 @@
// +----------------------------------------------------------------------
// [ 应用入口文件 ]
// 定义应用目录
+//define('APP_PATH', __DIR__ . '/../application/');
define('APP_PATH', __DIR__ . '/../application/');
+
+
// 判断是否安装FastAdmin
if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
{
@@ -22,3 +25,5 @@ if (!is_file(APP_PATH . 'admin/command/Install/install.lock'))
// 加载框架引导文件
require __DIR__ . '/../thinkphp/start.php';
+
+