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.
20 lines
618 B
20 lines
618 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',
|
|
// 查看质检报告环境
|
|
reportUrl: 'https://scp.faway-hella.com',
|
|
// 租户配置
|
|
tenant: '["成都"]',
|
|
systermUpdateAlert: true,
|
|
systermUpdateUrl: 'https://scptest.faway-hella.com/',
|
|
//是否需要验证码
|
|
needCode:false,
|
|
//是否需要PDA下载链接
|
|
pdaUrl:false,
|
|
}
|
|
|