YNUtdPlatform/config.js

20 lines
575 B
JavaScript
Raw Normal View History

2024-08-07 14:53:53 +08:00
// 应用全局配置
module.exports = {
// baseUrl:'/prod-api',
2024-08-23 16:00:43 +08:00
// baseUrl:'http://112.29.103.165:1616/ynuw',
2024-08-23 20:10:40 +08:00
baseUrl:'http://192.168.0.137:2900/exam-student',
2024-08-24 18:27:34 +08:00
// baseUrl:'http://192.168.0.137:2911/exam-bmw',
// 图片展示基础地址
imgUrl:'http://192.168.0.137:2900/exam-file',
2024-08-23 16:00:43 +08:00
// 上传文件地址
uploadUrl: 'http://192.168.0.137:2909/exam-file/file/uploadBase64',
bmwUrl: 'http://192.168.0.137:2911/exam-bmw',
2024-08-07 14:53:53 +08:00
// 应用信息
appInfo: {
// 应用名称
name: "作业管控智慧平台",
// 应用版本
version: "1.1.0",
}
}