修改搜索逻辑
parent
ffc583d0a7
commit
47beeb79a0
|
|
@ -14,7 +14,7 @@
|
|||
</el-col>
|
||||
</el-row>
|
||||
<el-row class="mt-10 w">
|
||||
<el-col :span="24"><url-value v-model="form.icon_src"></url-value></el-col>
|
||||
<el-col :span="24"><url-value v-model="form.icon_link"></url-value></el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
</el-form-item>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ interface DefaultFooterNav {
|
|||
is_arrows_show: string;
|
||||
is_center: string;
|
||||
is_icon_show: string;
|
||||
icon_src: object;
|
||||
icon_link: object;
|
||||
icon_img: uploadList[];
|
||||
icon_class: string;
|
||||
search_botton_img: uploadList[];
|
||||
|
|
@ -76,7 +76,7 @@ const defaultFooterNav: DefaultFooterNav = {
|
|||
is_arrows_show: '1',
|
||||
is_center: '0',
|
||||
is_icon_show: '1',
|
||||
icon_src: {},
|
||||
icon_link: {},
|
||||
icon_img: [],
|
||||
icon_class: '',
|
||||
search_botton_img: [],
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ interface defaultSearch {
|
|||
content: {
|
||||
is_center: string;
|
||||
is_icon_show: string;
|
||||
icon_src: object;
|
||||
icon_link: object;
|
||||
icon_img: uploadList[];
|
||||
icon_class: string;
|
||||
search_botton_img: uploadList[];
|
||||
|
|
@ -40,7 +40,7 @@ const defaultSearch: defaultSearch = {
|
|||
content: {
|
||||
is_center: '0',
|
||||
is_icon_show: '1',
|
||||
icon_src: {},
|
||||
icon_link: {},
|
||||
icon_img: [],
|
||||
icon_class: '',
|
||||
search_botton_img: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue