Bladeren bron

:bug: Fixing a bug. 复制插件不能复制、 服务端版本说明错误等修改

冷冷 6 jaren geleden
bovenliggende
commit
e0ab76f99e
3 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1 1
      src/page/wel.vue
  2. 2 2
      src/views/daemon/job-manage/index.vue
  3. 1 1
      src/views/mp/wxaccount/index.vue

+ 1 - 1
src/page/wel.vue

@@ -6,7 +6,7 @@
           <a href="https://avue.top/#/pay" target="_blank">
             <img src="https://img.shields.io/badge/Avue-原子弹-green.svg" alt="Build Status">
           </a>
-          <img src="https://img.shields.io/badge/Spring%20Boot-2.1.3.RELEASE-yellowgreen.svg" alt="Downloads">
+          <img src="https://img.shields.io/badge/Spring%20Boot-2.1.4.RELEASE-yellowgreen.svg" alt="Downloads">
           <img src="https://img.shields.io/badge/Spring%20Cloud-Greenwich.SR1-blue.svg" alt="Coverage Status">
         </span>
         <br/>

+ 2 - 2
src/views/daemon/job-manage/index.vue

@@ -316,7 +316,7 @@
         } else {
           this.$notify.error({
             title: '错误',
-            message: '运行中定时任务可暂停'
+            message: '已暂停,不要重复操作'
           });
         }
       },
@@ -490,7 +490,7 @@
             });
           }
           done();
-          this.refreshChange()
+          this.getList()
         })
       }
       ,

+ 1 - 1
src/views/mp/wxaccount/index.vue

@@ -49,7 +49,7 @@
     <el-dialog title="接入" :visible.sync="dialogFormVisible">
       <el-row :gutter="20">
         <el-col :span="6">服务器地址(URL)</el-col>
-        <el-col :span="12">{{wxurl}}</el-col>
+        <el-col :span="12" id="target">{{wxurl}}</el-col>
         <el-col :span="6">
           <el-button id="btn" @click="copyLink" type="primary" size="small" style="float: right;">点击复制</el-button>
         </el-col>