From 869dcf73f83f24e3a14170984f8eb2f6eb7e9054 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 11 一月 2022 17:20:50 +0800
Subject: [PATCH] Vue3前端代码生成模板同步到最新
---
ruoyi-ui/src/settings.js | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/settings.js b/ruoyi-ui/src/settings.js
index d7e774b..059c74d 100644
--- a/ruoyi-ui/src/settings.js
+++ b/ruoyi-ui/src/settings.js
@@ -1,6 +1,4 @@
module.exports = {
- title: '鑻ヤ緷绠$悊绯荤粺',
-
/**
* 渚ц竟鏍忎富棰� 娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light
*/
@@ -14,7 +12,7 @@
/**
* 鏄惁鏄剧ず椤堕儴瀵艰埅
*/
- topNav: true,
+ topNav: false,
/**
* 鏄惁鏄剧ず tagsView
@@ -32,6 +30,11 @@
sidebarLogo: true,
/**
+ * 鏄惁鏄剧ず鍔ㄦ�佹爣棰�
+ */
+ dynamicTitle: false,
+
+ /**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.
* The default is only used in the production env
--
Gitblit v1.9.3