ソースを参照

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/web-admin

lrf 2 年 前
コミット
11e206d057
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 },
       ],