You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. export let storageKey = {
  2. 'orderNo': 'orderNo', //订单号
  3. 'operatorId': 'operatorId', //操作人编号
  4. 'vehicle': 'vehicle', //车牌号
  5. 'vehicleColour': 'vehicleColour', //车牌颜色
  6. 'userIdNum': 'userIdNum', //证件号
  7. 'userIdType': 'userIdType', //证件类型
  8. 'userInfo': 'userInfo', //用户信息
  9. 'signId': 'signId', //签约编号
  10. 'signChannel': 'signChannel', //签约渠道
  11. }