From 55b597c6bd88a6d21dd5ebe1a2415830df2be0c1 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 21 Sep 2020 17:50:40 +0800 Subject: [PATCH] Update index.html --- app/admin/view/config/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 @@
@@ -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}