暫時移除前端,維持前後端分離

This commit is contained in:
Raymond Yang
2023-07-11 11:39:18 +08:00
parent 1dca536ab0
commit 9618374942
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ row_1.appendChild(heading_3);
row_1.appendChild(heading_5);
thead.appendChild(row_1);
// 取得刀表
axios.get("./api/member", {
axios.get("../api/member", {
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'