修改搜索逻辑

v1.0.0
于肖磊 2024-10-12 10:38:57 +08:00
parent ffc583d0a7
commit 47beeb79a0
3 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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: [],

View File

@ -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: [],