添加type

This commit is contained in:
@fawn-nine
2024-06-26 11:18:48 +08:00
parent af3572fbec
commit 38b2028c6b

View File

@@ -216,7 +216,6 @@ export default {
}, },
typeList: [ typeList: [
//类型0普通1加密 //类型0普通1加密
{ {
dictType: 0, dictType: 0,
dictValue: "普通" dictValue: "普通"
@@ -224,6 +223,10 @@ export default {
{ {
dictType: 1, dictType: 1,
dictValue: "加密" dictValue: "加密"
},
{
dictType: 2,
dictValue: "mp3"
} }
], ],
gushuList: [], gushuList: [],