diff --git a/themes/tajian/views/layout/main.php b/themes/tajian/views/layout/main.php index 39860a0..1d2ca56 100644 --- a/themes/tajian/views/layout/main.php +++ b/themes/tajian/views/layout/main.php @@ -3,9 +3,11 @@ require_once __DIR__ . '/../../../../plugins/Html.php'; $linkPrefix = ''; +$menuIcon = '/img/contactUs.svg'; //多用户路径支持 if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['user_id'])) { $linkPrefix = '/' . FSC::$app['user_id']; + $menuIcon = '/img/beauty/navshow.svg'; } ?> @@ -36,7 +38,8 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
@@ -86,14 +89,30 @@ if (!empty($viewFile) && file_exists($viewFile)) { -