7.23下午更新

This commit is contained in:
hrx 2026-07-23 16:17:42 +08:00
parent 22e411293f
commit 84f6eb5dd2
2 changed files with 25 additions and 25 deletions

View File

@ -1274,30 +1274,30 @@ export const asyncRoutes = [
// 容器实例 - 客户角色可见 // 容器实例 - 客户角色可见
{ // {
path: "/containerInstance", // path: "/containerInstance",
component: Layout, // component: Layout,
redirect: "/containerInstance/index", // redirect: "/containerInstance/index",
meta: { // meta: {
title: "容器实例", // title: "容器实例",
icon: "el-icon-box", // icon: "el-icon-box",
noCache: true, // noCache: true,
fullPath: "/containerInstance", // fullPath: "/containerInstance",
roles: ["客户"] // roles: ["客户"]
}, // },
children: [ // children: [
{ // {
path: "index", // path: "index",
component: () => import("@/views/customer/containerInstance"), // component: () => import("@/views/customer/containerInstance"),
name: "ContainerInstance", // name: "ContainerInstance",
meta: { // meta: {
title: "容器实例", // title: "容器实例",
fullPath: "/containerInstance/index", // fullPath: "/containerInstance/index",
roles: ["客户"] // roles: ["客户"]
} // }
} // }
] // ]
}, // },
// 退订管理 - 变为一级菜单(包含子菜单) // 退订管理 - 变为一级菜单(包含子菜单)

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="product-service-page" :class="{ 'single-product-page': isSinglePageMode }"> <div class="product-service-page" :class="{ 'single-product-page': isSinglePageMode }">
x
<!-- 产品分类导航 --> <!-- 产品分类导航 -->
<div v-if="!isSinglePageMode" class="category-nav"> <div v-if="!isSinglePageMode" class="category-nav">
<div v-for="category in panelData" <div v-for="category in panelData"