소스 검색

添加系统设置字段

YY 2 년 전
부모
커밋
52289e6179
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/platSettings/config/index.vue

+ 1 - 0
src/views/platSettings/config/index.vue

@@ -22,6 +22,7 @@ export default {
         { label: 'logo', model: 'logo', type: 'upload', limit: 1, url: '/files/point/config/upload' },
         { label: '购物赠送积分', model: 'buyPoint', type: 'number' },
         { label: '积分计划', model: 'pointPlan' },
+        { label: '底部文字', model: 'bottom_title' },
         { label: '分享图片', model: 'share', type: 'upload', limit: 1, url: '/files/point/config/upload' },
         { label: '用户协议', model: 'agree', custom: true },
       ],