y595705120 3 лет назад
Родитель
Сommit
d72e6b31f8
2 измененных файлов с 1 добавлено и 5 удалено
  1. 0 4
      src/pages/other/file-info.vue
  2. 1 1
      src/pages/other/reply-list.vue

+ 0 - 4
src/pages/other/file-info.vue

@@ -37,10 +37,6 @@
           <el-row class="brief">
             <div  v-html="info.brief" />
           </el-row>
-
-
-
-
         </div>
 
         <div>

+ 1 - 1
src/pages/other/reply-list.vue

@@ -108,7 +108,7 @@ export default {
         .then((res) => {
           this.loading = false
           if (res.code == 200) {
-            window.open(res.data)
+            window.open(res.data, '_brank')
             return
           }
         })