fix: 登录页及我的功能部分调整优化。

This commit is contained in:
tianyongbao
2025-01-10 19:33:11 +08:00
parent 153b0df16c
commit 1d7101b578
8 changed files with 27 additions and 24 deletions

View File

@@ -12,17 +12,17 @@ const config = {
// 应用版本
version: "1.1.0",
// 应用logo
logo: "/static/intc.jpg",
logo: "/static/logo.jpg",
// 官方网站
site_url: "http://www.qdintc.com",
// 政策协议
agreements: [{
title: "隐私政策",
url: "https://ruoyi.vip/protocol.html"
url: "http://qdintc.com/static/protocol.html"
},
{
title: "用户服务协议",
url: "https://ruoyi.vip/protocol.html"
url: "http://qdintc.com/static/protocol.html"
}
]
}