Skip to content

Commit

Permalink
fix: #1530 add option for slug change
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Dec 16, 2024
1 parent 16c0c16 commit e7ba590
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/publish/SinglePublishDoPublish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ onMounted(async () => {
// ==================
// 初始化属性
formData.publishCfg = await getPublishCfg(key)
debugger
// 单篇文章初始化
await initPage()
// 元数据初始化
Expand Down
1 change: 0 additions & 1 deletion src/components/set/preference/PreferenceSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const doBeforeChange = async (): Promise<boolean> => {
cancelButtonText: t("main.opt.cancel"),
} as any)
logger.debug("confirm result=>", result)
debugger
return result === "confirm"
}
</script>
Expand Down

0 comments on commit e7ba590

Please sign in to comment.