Files
ipms-sjy/yudao-ui-app/common/config.js
2022-04-20 03:08:59 +08:00

9 lines
131 B
JavaScript

module.exports = {
//后端接口地址
baseUrl: 'http://127.0.0.1:48080',
header: {
//租户ID
'tenant-id': 1
}
}