spring
4 天以前 4eb726dab4e35b2f36ee965c403be444355997a2
fix: 祥雨打包配置
已修改2个文件
25 ■■■■ 文件已修改
src/config.js 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
src/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "信息管理",
    "appid" : "__UNI__099A590",
    "name" : "祥雨远见",
    "appid" : "__UNI__466924A",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",