|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-06-27 11:46:34
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-06-29 20:47:47
|
|
|
|
|
* @LastEditTime: 2022-06-30 20:35:22
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -101,7 +101,7 @@ export default {
|
|
|
|
|
if(this.list.findIndex(i => !i.id) > 0){
|
|
|
|
|
this.$message.success('评论成功~');
|
|
|
|
|
}else{
|
|
|
|
|
// this.$router.replace('/account/comment/success');
|
|
|
|
|
this.$router.replace('/account/comment/success');
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|