YNUtdPlatform/config.js

64 lines
2.1 KiB
JavaScript
Raw Normal View History

2024-09-09 09:58:00 +08:00
// 产线
2024-09-09 14:18:15 +08:00
// module.exports = {
// // http://192.168.0.14:19999
// loginBaseUrl:'http://112.29.103.165:1616',
// baseUrl:'http://112.29.103.165:1616/exam',
// // login: 'http://112.29.103.165:1616',
// login: 'http://112.29.103.165:1616/exam/exam-auth/',
// // 图片展示基础地址
// fileUrl:'http://112.29.103.165:1616/exam-file/',
// // 上传文件地址
// uploadUrl: 'http://112.29.103.165:1616/exam-file/file/uploadBase64',
// bmwUrl: 'http://112.29.103.165:1616/exam-bmw',
// // 体检-基础路径
// tjBaseUrl: 'http://112.29.103.165:1616/AppPeaManager',
// tjFile: 'http://112.29.103.165:1616/medicalDocumentation/statics/',
// // 应用信息
// appInfo: {
// // 应用名称
// name: "作业管控智慧平台",
// // 应用版本
// version: "1.1.0",
// }
// }
2024-09-09 09:58:00 +08:00
// 测试环境
2024-08-07 14:53:53 +08:00
module.exports = {
// baseUrl:'/prod-api',
2024-08-28 09:51:05 +08:00
// http://192.168.0.14:19999
2024-10-11 18:01:58 +08:00
loginBaseUrl: 'http://112.29.103.165:1616',
// loginBaseUrl: 'http://192.168.0.14:27018',
2024-08-28 09:51:05 +08:00
// loginBaseUrl:'http://192.168.0.14:19999',
2024-08-27 13:32:10 +08:00
// baseUrl:'http://192.168.0.14:2900',
2024-10-11 18:01:58 +08:00
baseUrl: 'http://192.168.0.14:19999',
2024-08-28 09:51:05 +08:00
// loginUrl: 'http://112.29.103.165:1616',
login: 'http://192.168.0.14:19200',
2024-08-24 18:27:34 +08:00
// 图片展示基础地址
2024-10-11 18:01:58 +08:00
fileUrl: 'http://192.168.0.14:19999/exam-file/',
2024-08-23 16:00:43 +08:00
// 上传文件地址
2024-08-28 09:51:05 +08:00
uploadUrl: 'http://192.168.0.14:19999/exam-file/file/uploadBase64',
bmwUrl: 'http://192.168.0.14:19999/exam-bmw',
2024-09-02 15:08:09 +08:00
// 体检-基础路径
2024-09-24 11:30:34 +08:00
tjBaseUrl: 'http://192.168.0.14:18077/AppPeaManager',
2024-09-09 14:18:15 +08:00
// tjBaseUrl: 'http://192.168.2.91:19100/AppPeaManager',
2024-09-24 11:30:34 +08:00
tjFile: 'http://192.168.0.14:18077/medicalDocumentation/statics/',
2024-09-09 09:44:11 +08:00
//实名制移动端-登录接口
2024-10-11 18:01:58 +08:00
realLoginUrl: 'http://192.168.0.14:9200/',
2024-09-09 09:44:11 +08:00
//实名制移动端-移动
2024-10-11 18:01:58 +08:00
realAppUrl: 'http://192.168.0.14:1913/app',
//实名制移动端-安培
2024-10-11 18:01:58 +08:00
realExamUrl: 'http://192.168.0.14:1910',
//实名制移动端-文件
2024-10-11 18:01:58 +08:00
realFileUrl: 'http://192.168.0.14:1909/file/',
2024-09-29 10:19:21 +08:00
//实名制移动端
2024-10-11 18:01:58 +08:00
realBmwUrl: 'http://192.168.0.14:1911/bmw',
// 应用信息
2024-08-07 14:53:53 +08:00
appInfo: {
// 应用名称
2024-10-11 18:01:58 +08:00
name: '作业管控智慧平台',
2024-08-07 14:53:53 +08:00
// 应用版本
2024-10-11 18:01:58 +08:00
version: '1.1.0'
2024-08-07 14:53:53 +08:00
}
}