This commit is contained in:
qsh
2026-01-30 11:21:02 +08:00
parent 35f5621d7e
commit 36482fb428
7 changed files with 710 additions and 342 deletions

View File

@@ -1,26 +1,13 @@
// 应用全局配置
export default {
baseUrl: 'https://vue.ruoyi.vip/prod-api',
// baseUrl: 'http://localhost:8080',
baseUrl: import.meta.env.VITE_APP_BASE_API + '/admin-api',
// 应用信息
appInfo: {
// 应用名称
name: '小程序管理后台',
// 应用版本
version: '1.2.0',
version: '1.0.0',
// 应用logo
logo: '/static/logo.png',
// 官方网站
// 政策协议
agreements: [
{
title: '隐私政策',
url: 'https://ruoyi.vip/protocol.html'
},
{
title: '用户服务协议',
url: 'https://ruoyi.vip/protocol.html'
}
]
logo: '/static/logo.png'
}
};