增加首页

This commit is contained in:
2025-02-08 16:31:59 +08:00
parent d3f518e0ff
commit 7491568c69
6 changed files with 2088 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "数据统计",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -100,6 +101,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "店铺管理",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -144,6 +146,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "线上店铺",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -180,6 +183,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "系统设置",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -231,6 +235,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "应用中心",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -261,6 +266,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "设备管理",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -281,6 +287,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "商品管理",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -328,6 +335,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "进销存",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -348,6 +356,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "用户管理",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{
@@ -377,6 +386,7 @@ export const constantRoutes: RouteRecordRaw[] = [
meta: {
title: "订单管理",
icon: "data_statistics",
alwaysShow: true,
},
children: [
{