Files
klp-mono/apps/hand-factory/config.js
砂糖 3f1032713e fix: 更新应用版本至1.3.31并调整更新逻辑
- 将config.js和version.json中的版本号更新为1.3.31
- 移除easycode.vue中钢卷质量状态的发货限制
- 修改update.js的更新提示,取消更新时直接退出应用
2026-04-24 13:23:01 +08:00

29 lines
660 B
JavaScript

// 应用全局配置
module.exports = {
// baseUrl: 'http://192.168.31.116:8080',
baseUrl: 'http://140.143.206.120:8080',
wsUrl: 'ws://140.143.206.120:18081',
// baseUrl: 'http://localhost:8080',
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app",
// 应用版本
version: "1.3.31",
// 应用logo
logo: "/static/logo.jpg",
// 官方网站
site_url: "http://ruoyi.vip",
// 政策协议
agreements: [{
title: "隐私政策",
url: "https://ruoyi.vip/protocol.html"
},
{
title: "用户服务协议",
url: "https://ruoyi.vip/protocol.html"
}
]
}
}