แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-09-02 16:04:53 +07:00
parent d78b7db124
commit 459428979b
12 changed files with 37 additions and 33 deletions

View file

@ -294,7 +294,7 @@ function fetchData() {
function fetchTree() {
showLoader();
http
.get(config.API.devStrategy)
.get(config.API.devStrategy+`/edit`)
.then((res) => {
const data = res.data.result;
nodes.value = data;