1
lzhe
2025-08-12 0f3bd1cd06db00775e29d181acaa0319ee58cfe6
src/views/wel/gongkong.vue
@@ -109,7 +109,7 @@
        res => {
          this.loading = false;
          this.fileDialogVisible = true;
          this.fileContent = res.data.data.replace(/\n/g, '<br>');
          this.fileContent = res.data.data;
        }
      );
    },