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.
31 lines
980 B
31 lines
980 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,
|
|
|
|
// logo图标
|
|
logoUrl: '/logo_white_blue.png',
|
|
// logo图标
|
|
logoUrlWhite: '/logo_white.png',
|
|
// 项目名称
|
|
projectName: '富维海拉智慧工厂管理平台',
|
|
// 浏览器上方图标
|
|
iconUrl: '/logo1.png',
|
|
// 租戶列表
|
|
tenantList:'[{"text":"长春1379","value":1},{"text":"成都1397","value":2},{"text":"长春2379","value":3}]'
|
|
}
|
|
|