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