fix: 功能优化。
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 应用全局配置
|
||||
const config = {
|
||||
baseUrl: 'http://152.136.151.187:82/prod-api',
|
||||
baseUrl: 'https://qdintc.com//prod-api',
|
||||
// baseUrl: 'http://localhost:8080',
|
||||
//cloud后台网关地址
|
||||
// baseUrl: 'http://192.168.10.3:8080',
|
||||
@@ -13,15 +13,15 @@ const config = {
|
||||
// 应用logo
|
||||
logo: "/static/logo.jpg",
|
||||
// 官方网站
|
||||
site_url: "http://www.qdintc.com",
|
||||
site_url: "https://www.qdintc.com",
|
||||
// 政策协议
|
||||
agreements: [{
|
||||
title: "隐私政策",
|
||||
url: "http://qdintc.com/static/protocol.html"
|
||||
url: "https://qdintc.com/static/protocol.html"
|
||||
},
|
||||
{
|
||||
title: "用户服务协议",
|
||||
url: "http://qdintc.com/static/protocol.html"
|
||||
url: "https://qdintc.com/static/protocol.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user