page: 新增页面: 📄 工作台
This commit is contained in:
parent
18f37c5c1a
commit
b010cc61d5
|
@ -20,30 +20,54 @@ const store = headerStore();
|
||||||
|
|
||||||
const menuData = [
|
const menuData = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/statistics',
|
||||||
|
name: 'statistics',
|
||||||
|
label: '首页',
|
||||||
|
icon: 'Menu',
|
||||||
|
url: 'Home/Home',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/order',
|
||||||
name: 'home',
|
name: 'home',
|
||||||
label: '首页',
|
label: '首页',
|
||||||
icon: 'Menu',
|
icon: 'Menu',
|
||||||
url: 'Home/Home',
|
url: 'Home/Home',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/mall',
|
path: '/setmeal',
|
||||||
|
name: 'home',
|
||||||
|
label: '首页',
|
||||||
|
icon: 'Menu',
|
||||||
|
url: 'Home/Home',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/dish',
|
||||||
|
name: 'home',
|
||||||
|
label: '首页',
|
||||||
|
icon: 'Menu',
|
||||||
|
url: 'Home/Home',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/category',
|
||||||
|
name: 'home',
|
||||||
|
label: '首页',
|
||||||
|
icon: 'Menu',
|
||||||
|
url: 'Home/Home',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/employee',
|
||||||
|
name: 'home',
|
||||||
|
label: '首页',
|
||||||
|
icon: 'Menu',
|
||||||
|
url: 'Home/Home',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/',
|
||||||
name: 'mall',
|
name: 'mall',
|
||||||
label: '商品管理',
|
label: '商品管理',
|
||||||
icon: 'Document',
|
icon: 'Document',
|
||||||
url: 'MallManage/MallManage',
|
url: 'MallManage/MallManage',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/user',
|
|
||||||
name: 'user',
|
|
||||||
label: '用户管理',
|
|
||||||
icon: 'Setting',
|
|
||||||
url: 'UserManage/UserManage',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '其他',
|
|
||||||
icon: 'location',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
<script lang="ts" setup></script>
|
||||||
|
|
||||||
|
<template>工作台</template>
|
||||||
|
|
||||||
|
<style lang="scss" scoped></style>
|
Loading…
Reference in New Issue