src/config.js
@@ -1,6 +1,6 @@ // 应用全局配置 const config = { baseUrl: 'http://1.15.17.182:9003', baseUrl: "http://1.15.17.182:9011", // 应用信息 appInfo: { // 应用名称 @@ -12,16 +12,17 @@ // 官方网站 site_url: "http://ruoyi.vip", // 政策协议 agreements: [{ agreements: [ { title: "隐私政策", url: "https://ruoyi.vip/protocol.html" url: "https://ruoyi.vip/protocol.html", }, { title: "用户服务协议", url: "https://ruoyi.vip/protocol.html" } ] } } url: "https://ruoyi.vip/protocol.html", }, ], }, }; export default config export default config;