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.
13 lines
399 B
13 lines
399 B
5 months ago
|
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',
|
||
|
// 查看质检报告环境
|
||
|
reportUrl: 'https://scp.faway-hella.com'
|
||
|
}
|