多租户商城-平台端
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.

11 lines
572 B

  1. export const terminal = state => state.terminal
  2. export const activeComponent = state => state.activeComponent
  3. export const componentsData = state => state.componentsData
  4. export const typeId = state => state.typeId
  5. export const couponNum = state => state.couponNum
  6. export const discountNum = state => state.discountNum
  7. export const groupNum = state => state.groupNum
  8. export const newProductNum = state => state.newProductNum
  9. export const priceNum = state => state.priceNum
  10. export const productNum = state => state.productNum
  11. export const spikeNum = state => state.spikeNum