init project
This commit is contained in:
29
config.js
Normal file
29
config.js
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user