添加type
This commit is contained in:
@@ -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: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user