fuliqi
2024-01-24 29c1e7eb5ac16e90d8991a86c1c071bc312ec8d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 品宣一级分类
export default [
  {
    name: '探秘五粮',
    id: '1'
  },
  {
    name: '纷彩五粮',
    id: '3'
  },
  {
    name: '通知公告',
    id: '5'
  },
  {
    name: '新闻速递',
    id: '4'
  }
]