close debug
parent
05995ff167
commit
f91cbf97c9
|
|
@ -19,7 +19,7 @@ return [
|
||||||
// 应用地址
|
// 应用地址
|
||||||
'app_host' => '',
|
'app_host' => '',
|
||||||
// 应用调试模式
|
// 应用调试模式
|
||||||
'app_debug' => true,
|
'app_debug' => false,
|
||||||
// 应用Trace
|
// 应用Trace
|
||||||
'app_trace' => false,
|
'app_trace' => false,
|
||||||
// 是否支持多模块
|
// 是否支持多模块
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ App({
|
||||||
// 请求地址
|
// 请求地址
|
||||||
request_url: "{{request_url}}",
|
request_url: "{{request_url}}",
|
||||||
// request_url: 'http://tp5-dev.com/',
|
// request_url: 'http://tp5-dev.com/',
|
||||||
// request_url: 'https://test.shopxo.net/',
|
request_url: 'https://test.shopxo.net/',
|
||||||
|
|
||||||
// 基础信息
|
// 基础信息
|
||||||
application_title: "{{application_title}}",
|
application_title: "{{application_title}}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue