| | |
| | | const ENV_CONFIG = { |
| | | // 本地开发环境 |
| | | development: { |
| | | baseUrl: `http://${LOCAL_IP}:8080`, |
| | | baseUrl: `https://dsp.966120.com.cn`, |
| | | description: '本地开发环境' |
| | | }, |
| | | // 测试环境 |
| | | test: { |
| | | baseUrl: 'http://test.yourdomain.com', |
| | | baseUrl: 'https://dsp.966120.com.cn', |
| | | description: '测试环境' |
| | | }, |
| | | // 生产环境 |
| | | production: { |
| | | baseUrl: 'https://api.yourdomain.com', |
| | | baseUrl: 'https://dsp.966120.com.cn', |
| | | description: '生产环境' |
| | | } |
| | | } |
| | |
| | | // 应用logo |
| | | logo: "/static/logo.png", |
| | | // 官方网站 |
| | | site_url: "http://ruoyi.vip", |
| | | site_url: "http://www.966120.com.cn", |
| | | |
| | | // 当前环境信息(仅开发时显示) |
| | | env: CURRENT_ENV, |
| | |
| | | url: "/pages/mine/user-agreement/index" |
| | | } |
| | | ] |
| | | }, |
| | | |
| | | // 功能开关 |
| | | features: { |
| | | // 是否显示执行人“就绪”按钮 |
| | | showAssigneeReadyButton: true |
| | | } |
| | | } |