yangyin
2024-10-24 fcbfa733fa55f3324670dc1d4603bc1c09d9d8f3
删除应用场景的查看更多
已修改2个文件
38 ■■■■ 文件已修改
src/layout/component/sidebar/components/MenuList.vue 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/ch/home/component/waterRight/bottom.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/component/sidebar/components/MenuList.vue
@@ -114,23 +114,23 @@
});
let state = reactive({
    asideTitleList: [
        {
            id: 1,
            icon: '/static/images/wave/AsideIcon.png',
            title: '应用场景',
            routerName: 'AllScenario',
        },
        {
            id: 2,
            icon: '/static/images/wave/AsideIcon.png',
            title: '帮助中心',
            // routerName:'Scenario',
        },
        {
            id: 3,
            icon: '/static/images/wave/AsideIcon.png',
            title: '个人设置',
        },
        // {
        //     id: 1,
        //     icon: '/static/images/wave/AsideIcon.png',
        //     title: '应用场景',
        //     routerName: 'AllScenario',
        // },
        // {
        //     id: 2,
        //     icon: '/static/images/wave/AsideIcon.png',
        //     title: '帮助中心',
        //     // routerName:'Scenario',
        // },
        // {
        //     id: 3,
        //     icon: '/static/images/wave/AsideIcon.png',
        //     title: '个人设置',
        // },
        {
            id: 4,
            icon: '/static/images/wave/AsideIcon.png',
src/views/project/ch/home/component/waterRight/bottom.vue
@@ -4,14 +4,14 @@
            <div class="flex item-center">
                <span>应用场景</span>
            </div>
            <div class="cursor-pointer">
            <!-- <div class="cursor-pointer">
                <el-button link class="changeBatch" @click="lookMore"
                    >查看更多
                    <el-icon>
                        <ArrowRight />
                    </el-icon>
                </el-button>
            </div>
            </div> -->
        </div>
        <div class="main" v-show="state.applicationScenarios && state.applicationScenarios.length < 3">