แก้ path api
This commit is contained in:
parent
df67fd1d6f
commit
4ef591fd72
3 changed files with 3 additions and 3 deletions
|
|
@ -294,7 +294,7 @@ function fetchData() {
|
|||
function fetchTree() {
|
||||
showLoader();
|
||||
http
|
||||
.get(config.API.devStrategy + `/edit`)
|
||||
.get(config.API.devStrategy + `/edit/develop`)
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
nodes.value = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue