spring
2026-03-03 961b989c04b1fd69811f268df8352ae9c52c2e6e
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;