V1.2.0需求 4个页面新增及功能 待处理编辑器锚点定位、编辑器发布的文章UI优化、中英文翻译

This commit is contained in:
2025-07-25 16:39:37 +08:00
parent 9fa026f267
commit 22dad92ef9
27 changed files with 3374 additions and 1269 deletions

View File

@@ -8,7 +8,7 @@ export default{
},
mounted(){
// this.fetchDataInfo()
if (this.$route.query.id) {
this.fetchDataInfo({id:this.$route.query.id})
@@ -21,6 +21,10 @@ export default{
if (res && res.code === 200) {
this.modifyData = res.data
this.addParams.content = this.modifyData.content
this.addParams.type = String(this.addParams.type)
}
}