@@ -152,7 +152,7 @@
writeMd();
} */
- location.reload();
+ // location.reload();
}
function writeMd() {
mdContent = "";
@@ -192,6 +192,9 @@
//console.log(mdContent);
axios.post(contentApiUrl + editTarget, json = postData).then(({ data }) => {
});
+ }).finally(() => {
+ alert('資料已更新'); // test
+ location.reload();