Browse Source

删除断点

tags/v1.0.0
余菲 2 years ago
parent
commit
082bd211aa
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/views/system-manage/banner-manage/BannerModal.vue

+ 0
- 1
src/views/system-manage/banner-manage/BannerModal.vue View File

const ossRefs = ref() const ossRefs = ref()
function handleConfirm() { function handleConfirm() {
if (props.type !== 'preview') { if (props.type !== 'preview') {
debugger
formRef.value?.validate((errors) => { formRef.value?.validate((errors) => {
if (!errors) { if (!errors) {
const uploads = ossRefs.value.map((item, index) => { const uploads = ossRefs.value.map((item, index) => {

Loading…
Cancel
Save