Browse Source

支付

master
jianglong 3 years ago
parent
commit
596710566e
  1. 4
      app/common/enum/MenuEnum.php
  2. 4
      public/index.php

4
app/common/enum/MenuEnum.php

@ -184,7 +184,7 @@ class MenuEnum{
[ [
'index' => 121, 'index' => 121,
'name' => '投诉中心', 'name' => '投诉中心',
'link' => '/pages/user/complain', 'link' => '/bundle/pages/user/complain',
'is_tab' => 1, 'is_tab' => 1,
'link_type' => 1, 'link_type' => 1,
] ]
@ -292,7 +292,7 @@ class MenuEnum{
[ [
'index' => 1001, 'index' => 1001,
'name' => '投诉中心', 'name' => '投诉中心',
'link' => '/pages/user/complain', 'link' => '/bundle/pages/user/complain',
'is_tab' => 0, 'is_tab' => 0,
'link_type' => 1, 'link_type' => 1,
'menu_type' => 1, 'menu_type' => 1,

4
public/index.php

@ -15,10 +15,6 @@ namespace think;
require __DIR__ . '/../vendor/autoload.php'; require __DIR__ . '/../vendor/autoload.php';
define('ROOT_PATH',__DIR__); define('ROOT_PATH',__DIR__);
if (!file_exists(__DIR__ .'/../config/install.lock')) {
header("location:/install/install.php");
exit;
}
// 执行HTTP应用并响应 // 执行HTTP应用并响应
$http = (new App())->http; $http = (new App())->http;

Loading…
Cancel
Save