|
@@ -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']),
|