guhongwei 4 years ago
parent
commit
4214bcbf83
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/techolchat/gzcy/cgpj.vue

+ 4 - 0
src/views/techolchat/gzcy/cgpj.vue

@@ -22,6 +22,7 @@
         </el-col>
         <el-col :span="24" class="btn">
           <el-button type="primary" size="" @click="addBtn">成果评价申报</el-button>
+          <el-button type="primary" size="" @click="loginBtn">成果评价系统登录</el-button>
         </el-col>
       </el-col>
     </el-row>
@@ -45,6 +46,9 @@ export default {
     addBtn() {
       window.location.href = 'http://broadcast.waityou24.cn/liveAchieve/userDeclare';
     },
+    loginBtn() {
+      window.location.href = 'http://broadcast.waityou24.cn/liveAchieve';
+    },
   },
   computed: {
     ...mapState(['user']),