init project

This commit is contained in:
tao
2025-11-17 10:01:33 +08:00
commit 77c123408d
1018 changed files with 136951 additions and 0 deletions

29
config.js Normal file
View File

@@ -0,0 +1,29 @@
// 应用全局配置
module.exports = {
baseUrl: 'http://192.168.1.108:8092',
//双菱不需要wmsurl
// wmsUrl: 'http://192.168.1.194:8091',
// baseUrl: 'http://192.168.1.108:8083',
// wmsUrl: 'http://192.168.1.108:8091',
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app",
// 应用版本
version: "1.0.0",
// 应用logo
logo: "/static/logo/tree.png",
// 官方网站
site_url: "http://ruoyi.vip",
// 政策协议
agreements: [{
title: "隐私政策",
url: "https://ruoyi.vip/protocol.html"
},
{
title: "用户服务协议",
url: "https://ruoyi.vip/protocol.html"
}
]
}
}