spring
4 天以前 4eb726dab4e35b2f36ee965c403be444355997a2
src/config.js
@@ -1,7 +1,7 @@
// 应用全局配置
const config = {
  baseUrl: 'http://1.15.17.182:9003',
  fileUrl: 'http://1.15.17.182:9003',
  baseUrl: "http://36.212.201.122:9015",
  fileUrl: "http://36.212.201.122:9031",
   // 应用信息
   appInfo: {
     // 应用名称
@@ -13,16 +13,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;