/ src / common / data / submit.js
submit.js
 1  const submit = {
 2    visible_submit: false,
 3    visible_rating: false,
 4    id: '',
 5    name: '',
 6    desc: '',
 7    url: '',
 8    img: '',
 9    category: '',
10    imgControl: false,
11    imgControlZoom: 0,
12    imgControlMove: false,
13    imgControlX: 0,
14    imgControlY: 0,
15    sntValue: '0',
16  }
17  
18  export default submit