mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
module.exports = {
|
|
//后端接口地址
|
|
baseUrl: 'http://127.0.0.1:48080/app-api',
|
|
header: {
|
|
//租户ID
|
|
'tenant-id': 1
|
|
}
|
|
}
|