1
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2026-03-10 10:11:57 +08:00
parent e94484fb5b
commit 810cbb38c2
9 changed files with 169 additions and 1 deletions

View File

@ -250,7 +250,7 @@ module.exports = [
url: '/menu/navigate',
type: 'post',
response() {
return { code: 200, msg: 'success', data: data }
return { code: 200, msg: 'success', data:data }
},
},
]