36 Star 622 Fork 144

前端喵/vue-admin-box

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
menu.js 522 Bytes
Copy Edit Raw Blame History
罗茜 authored 2 years ago . feat: fix the mock ts to js
/** 给接口使用 */
const menu = [
{
path: '/',
meta: { title: 'message.menu.dashboard.name', icon: 'sfont system-home' },
children: [
{
path: 'dashboard',
meta: { title: 'message.menu.dashboard.index', icon: 'sfont system-home', hideClose: true }
}
]
}
]
export default [
/** 需要展示的菜单模拟接口 */
{
url: `/mock/menu/list`,
method: 'post',
response: ({ body }) => {
return {
code: 200,
data: menu
}
}
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cmdparkour/vue-admin-box.git
git@gitee.com:cmdparkour/vue-admin-box.git
cmdparkour
vue-admin-box
vue-admin-box
template-js-i18n

Search