spring
2026-03-03 961b989c04b1fd69811f268df8352ae9c52c2e6e
fix: 坤泰电子打包配置
已修改2个文件
21 ■■■■ 文件已修改
src/config.js 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
src/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "信息管理",
    "appid" : "__UNI__099A590",
    "appid" : "__UNI__AE016D6",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",