Commit ba37ca46 authored by 冷冷's avatar 冷冷

👽 Updating code due to external API changes.

parent dae0736c
......@@ -150,7 +150,7 @@ const user = {
}) {
return new Promise(resolve => {
GetMenu().then((res) => {
const data = res.data
const data = res.data.data
data.forEach(ele => {
addPath(ele);
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment