diff --git a/app/admin/view/config/index.html b/app/admin/view/config/index.html index 846e902f8..09830ebed 100644 --- a/app/admin/view/config/index.html +++ b/app/admin/view/config/index.html @@ -19,11 +19,11 @@
{if $app->isDebug()} - 以开发模式运行 - 以生产模式运行 + 以开发模式运行 + 以生产模式运行 {else} - 以开发模式运行 - 以生产模式运行 + 以开发模式运行 + 以生产模式运行 {/if}
@@ -40,10 +40,10 @@
- {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','alioss'=>'阿里云OSS存储'] as $k => $v} {if sysconf('storage.type') eq $k} - {if auth('storage')}{$v}{else}{$v}{/if} + {foreach ['local' => '本地服务器存储','qiniu' => '七牛云对象存储','alioss' => '阿里云OSS存储'] as $k => $v} {if sysconf('storage.type') eq $k} + {if auth('storage')}{$v}{else}{$v}{/if} {else} - {if auth('storage')}{$v}{else}{$v}{/if} + {if auth('storage')}{$v}{else}{$v}{/if} {/if}{/foreach}