diff --git a/components/BsCommentInfo.vue b/components/BsCommentInfo.vue
index 041834d..8935f43 100644
--- a/components/BsCommentInfo.vue
+++ b/components/BsCommentInfo.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-24 11:43:04
* @LastEditors: ch
- * @LastEditTime: 2022-06-29 19:22:24
+ * @LastEditTime: 2022-06-29 20:46:35
* @Description: file content
-->
@@ -72,7 +72,7 @@
-
发表
diff --git a/pages/account/comment/index.vue b/pages/account/comment/index.vue
index 3a4fcc9..2bd4d2a 100644
--- a/pages/account/comment/index.vue
+++ b/pages/account/comment/index.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-27 11:46:34
* @LastEditors: ch
- * @LastEditTime: 2022-06-29 19:27:26
+ * @LastEditTime: 2022-06-29 20:47:47
* @Description: file content
-->
@@ -59,23 +59,6 @@ export default {
})
}
-
- // if (to.params.status) {
- // next();
- // } else {
- // this.$confirm("离开页面 , bom将不做保存, 请确认已经保存", "提示", {
- // confirmButtonText: "确定",
- // cancelButtonText: "取消",
- // type: "warning",
- // })
- // .then(() => {
- // this.deleteFile();//业务功能请忽略
- // next();
- // })
- // .catch(() => {
- // // alert("router")
- // });
- // }
},
methods:{
/**