Ver código fonte

删除断点

tags/v1.0.0
余菲 1 ano atrás
pai
commit
082bd211aa
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      src/views/system-manage/banner-manage/BannerModal.vue

+ 0
- 1
src/views/system-manage/banner-manage/BannerModal.vue Ver arquivo

@@ -92,7 +92,6 @@ export default defineComponent({
const ossRefs = ref()
function handleConfirm() {
if (props.type !== 'preview') {
debugger
formRef.value?.validate((errors) => {
if (!errors) {
const uploads = ossRefs.value.map((item, index) => {

Carregando…
Cancelar
Salvar