From f91cbf97c92f2f8e18662aed6fba6ec4022256a2 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 5 Nov 2019 21:44:10 +0800 Subject: [PATCH] close debug --- config/app.php | 2 +- public/appmini/old/qq/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 85cbfacdc..3d956197d 100755 --- a/config/app.php +++ b/config/app.php @@ -19,7 +19,7 @@ return [ // 应用地址 'app_host' => '', // 应用调试模式 - 'app_debug' => true, + 'app_debug' => false, // 应用Trace 'app_trace' => false, // 是否支持多模块 diff --git a/public/appmini/old/qq/app.js b/public/appmini/old/qq/app.js index ff80bfbd5..e31614ea5 100755 --- a/public/appmini/old/qq/app.js +++ b/public/appmini/old/qq/app.js @@ -67,7 +67,7 @@ App({ // 请求地址 request_url: "{{request_url}}", // request_url: 'http://tp5-dev.com/', - // request_url: 'https://test.shopxo.net/', + request_url: 'https://test.shopxo.net/', // 基础信息 application_title: "{{application_title}}", -- GitLab