diff --git a/src/layout/components/sidebar/horizontal.vue b/src/layout/components/sidebar/horizontal.vue
index 3ad7af9e4b080794d3d85c6ef0a0b27aa66e06be..9b7694b60c94377a59b046ff49d7a85dd8ba6168 100644
--- a/src/layout/components/sidebar/horizontal.vue
+++ b/src/layout/components/sidebar/horizontal.vue
@@ -78,15 +78,15 @@ const menus = computed(() => {
"成片",
"原素材",
"素材片段",
- "音频",
+ "图片和音频",
"第三方",
- "图片",
- "创意工具",
- "空间",
- "报表"
+ "报表",
+ "日常报表",
+ "成片巨量消耗报表",
+ "巨量素材消耗报表"
]
: [
- "创意工具",
+ "报表",
"个人空间",
"公司空间",
"日常报表",
@@ -98,20 +98,6 @@ const menus = computed(() => {
return show;
});
});
-const tools = [
- {
- path: "/keyword-generate-script",
- title: "关键词生成脚本"
- },
- {
- path: "/ai-script-create",
- title: "AI脚本生成"
- },
- {
- path: "/generate-script-history",
- title: "AI使用历史记录"
- }
-];
const isHome = computed(() => {
return currentRoute.value.path === "/home";
});
@@ -195,6 +181,9 @@ const handleMenu = () => {
useAppStoreHook().changeDirectoryHierarchy([]);
useAppStoreHook().changeParentDirectory("", "");
};
+const handlePage = (url: string) => {
+ router.push(url);
+};
onMounted(() => {
// Vip();
state.product_id = useAppStoreHook().product_id;
@@ -231,6 +220,58 @@ onMounted(() => {
:item="route"
:base-path="route.path"
/>
+
+