constants.js 108B

123456
  1. const stateOptions = {
  2. 0: { text: '未上架' },
  3. 1: { text: '已上架' },
  4. };
  5. export { stateOptions };