You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
525 B

let systemConfig = {
// 请求路径
baseUrl: 'http://172.22.32.8/api',
// 上传路径
uploadUrl: 'http://172.22.32.8/api/admin-api/infra/file/upload',
// 自定义接口路径
interfaceUrl: 'http://172.22.32.8:90/magic/web/index.html',
// 积木报表请求路径
jmreportBaseUrl: 'http://172.22.32.8:90',
// 查看质检报告环境
3 months ago
reportUrl: 'https://scp.faway-hella.com',
// 租户配置
2 months ago
tenant: '["成都"]',
systermUpdateAlert: true,
systermUpdateUrl: 'https://scptest.faway-hella.com/'
}