Commit 348a2561 authored by 方建宇's avatar 方建宇

修改banner类型查询错误

parent ca074f30
......@@ -3,8 +3,8 @@ export { typeField, enableOrDisable, yesOrNo, isExam }
/** banner管理*/
/** 分类*/
const typeField = [
{ value: '1', label: '首页' },
{ value: '0', label: '活动' }
{ value: '0', label: '首页' },
{ value: '1', label: '活动' }
]
/** 启用、停用*/
const enableOrDisable = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment