|
@@ -243,11 +243,13 @@ export const menuDefault = () => {
|
|
|
isShowLinkUrlChose: false, //选择地址选项
|
|
|
isShowImageUrl: true, //图片地址
|
|
|
//isShowImageUrl: true, //图片地址
|
|
|
- isHighLight: true, //图片地址
|
|
|
+ isHighLight: true, //图片地址
|
|
|
isShowMoreLinkUrl: false, //多条链接
|
|
|
+ color: '字体颜色',
|
|
|
// modelMaxLength: 10,
|
|
|
maxLength: 10,
|
|
|
placeWords: '请输入名称(最多6个字)',
|
|
|
+ colorPlaceWords: '设置字体颜色',
|
|
|
linkPlaceWords: '支持输入内部链接/外部链接',
|
|
|
title: '名称',
|
|
|
defaultList: {
|
|
@@ -257,7 +259,8 @@ export const menuDefault = () => {
|
|
|
id: 0,
|
|
|
sort: 0,
|
|
|
name: '',
|
|
|
- isHighLight: false
|
|
|
+ isHighLight: false,
|
|
|
+ color: ''
|
|
|
},
|
|
|
list: [
|
|
|
{
|
|
@@ -267,7 +270,8 @@ export const menuDefault = () => {
|
|
|
id: 0,
|
|
|
sort: 0,
|
|
|
name: '',
|
|
|
- isHighLight: false
|
|
|
+ isHighLight: false,
|
|
|
+ color: ''
|
|
|
},
|
|
|
],
|
|
|
};
|