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

15 lines
483 B

2 years ago
  1. import config from '@@/components/canvasShow/config/config'
  2. const state = {
  3. terminal: config.terminal, // 画布设备 1 小程序,2 H5,3 App 4 电脑
  4. activeComponent: {}, // 选中模板数据
  5. componentsData: [], // 模板组件数据
  6. typeId: config.typeId, // 页面类型 1 平台画布,2 自定义页面,3 商家店铺装修
  7. couponNum: 0,
  8. discountNum: 0,
  9. groupNum: 0,
  10. newProductNum: 0,
  11. priceNum: 0,
  12. productNum: 0,
  13. spikeNum: 0
  14. }
  15. export default state