product.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. const state = {
  2. productList: [{
  3. id: 'BLF010C8',
  4. model: 'b44f96f010c8',
  5. type: '猫眼',
  6. signalValue: -87
  7. },
  8. {
  9. id: 'BLF010C7',
  10. model: 'b44f96f010c8',
  11. type: '门锁',
  12. signalValue: -87
  13. },
  14. {
  15. id: 'BLF010C6',
  16. model: 'b44f96f010c8',
  17. type: '门锁',
  18. signalValue: -87
  19. },
  20. {
  21. id: 'BLF010C5',
  22. model: 'b44f96f010c8',
  23. type: '门锁',
  24. signalValue: -87
  25. }, {
  26. id: 'BLF010C5',
  27. model: 'b44f96f010c8',
  28. type: '门锁',
  29. signalValue: -87
  30. }, {
  31. id: 'BLF010C5',
  32. model: 'b44f96f010c8',
  33. type: '门锁',
  34. signalValue: -87
  35. }, {
  36. id: 'BLF010C5',
  37. model: 'b44f96f010c8',
  38. type: '门锁',
  39. signalValue: -87
  40. }, {
  41. id: 'BLF010C5',
  42. model: 'b44f96f010c8',
  43. type: '门锁',
  44. signalValue: -87
  45. }, {
  46. id: 'BLF010C5',
  47. model: 'b44f96f010c8',
  48. type: '门锁',
  49. signalValue: -87
  50. }, {
  51. id: 'BLF010C5',
  52. model: 'b44f96f010c8',
  53. type: '门锁',
  54. signalValue: -87
  55. }
  56. ]
  57. }
  58. const mutatios = {
  59. }
  60. const actions = {
  61. }
  62. export default {
  63. namespaced: true,
  64. state,
  65. mutatios,
  66. actions,
  67. }