12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- const state = {
- productList: [{
- id: 'BLF010C8',
- model: 'b44f96f010c8',
- type: '猫眼',
- signalValue: -87
- },
- {
- id: 'BLF010C7',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- },
- {
- id: 'BLF010C6',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- },
- {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }, {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }, {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }, {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }, {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }, {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }, {
- id: 'BLF010C5',
- model: 'b44f96f010c8',
- type: '门锁',
- signalValue: -87
- }
- ]
- }
- const mutatios = {
- }
- const actions = {
- }
- export default {
- namespaced: true,
- state,
- mutatios,
- actions,
- }
|