summaryrefslogtreecommitdiff
path: root/UI source code/dns_mapping_ui-master/src/settings.js
diff options
context:
space:
mode:
authorunknown <[email protected]>2022-06-24 17:11:23 +0800
committerunknown <[email protected]>2022-06-24 17:11:23 +0800
commit8565e1bb597b481447d33bac6d8c48c2c45215de (patch)
treea4f10c8f7f85a1a8b5c947f7d0d2f967d808a9c4 /UI source code/dns_mapping_ui-master/src/settings.js
parent8165dfcc7bdb0b2e6f1c05f8e7c93553c0e7911e (diff)
upload UI source codeHEADmain
Diffstat (limited to 'UI source code/dns_mapping_ui-master/src/settings.js')
-rw-r--r--UI source code/dns_mapping_ui-master/src/settings.js50
1 files changed, 50 insertions, 0 deletions
diff --git a/UI source code/dns_mapping_ui-master/src/settings.js b/UI source code/dns_mapping_ui-master/src/settings.js
new file mode 100644
index 0000000..09b49ce
--- /dev/null
+++ b/UI source code/dns_mapping_ui-master/src/settings.js
@@ -0,0 +1,50 @@
+module.exports = {
+ /**
+ * @description 网站标题
+ */
+ title: 'DiamondV',
+ /**
+ * @description 是否显示 tagsView
+ */
+ tagsView: true,
+ /**
+ * @description 固定头部
+ */
+ fixedHeader: true,
+ /**
+ * @description 记住密码状态下的token在Cookie中存储的天数,默认1天
+ */
+ tokenCookieExpires: 1,
+ /**
+ * @description 记住密码状态下的密码在Cookie中存储的天数,默认1天s
+ */
+ passCookieExpires: 1,
+ /**
+ * @description 是否只保持一个子菜单的展开
+ */
+ uniqueOpened: true,
+ /**
+ * @description token key
+ */
+ TokenKey: 'EL-ADMIN-TOEKN',
+ /**
+ * @description 请求超时时间,毫秒(默认2分钟)
+ */
+ timeout: 1200000,
+ /**
+ * @description 是否显示logo
+ */
+ sidebarLogo: true,
+ /**
+ * 是否显示设置的底部信息
+ */
+ showFooter: true,
+ /**
+ * 底部文字,支持html语法
+ */
+ footerTxt: '© 2019 Zheng Jie <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License 2.0</a>',
+ /**
+ * 备案号
+ */
+ caseNumber: '浙ICP备18005431号'
+}