#
whycq
2023-04-02 9e52dcf4615e6b50cef57a56c37fd13b777d1051
#
3个文件已修改
66 ■■■■ 已修改文件
App.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 59 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
App.vue
@@ -127,6 +127,7 @@
        flex-wrap: wrap;
        padding: 0px 40upx 0px;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .nav-li {
pages.json
@@ -29,6 +29,12 @@
            "style": {
                "navigationBarTitleText": "主 页"
            }
        },
        {
            "path": "pages/login/logOut",
            "style": {
                "navigationBarTitleText": "退出登录"
            }
        }
    ],
    "globalStyle": {
pages/home/home.vue
@@ -18,7 +18,8 @@
    export default {
        data() {
            return {
                elements: [{
                elements: [
                    {
                        title: '组托入库',
                        name: 'pakin',
                        color: 'purple',
@@ -26,59 +27,13 @@
                        url: '/pakin/pakin'
                    },
                    {
                        title: '导航栏 ',
                        name: 'nav',
                        color: 'mauve',
                        cuIcon: 'formfill'
                    },
                    {
                        title: '列表',
                        name: 'list',
                        color: 'pink',
                        cuIcon: 'list'
                    },
                    {
                        title: '卡片',
                        name: 'card',
                        color: 'brown',
                        cuIcon: 'newsfill'
                    },
                    {
                        title: '表单',
                        name: 'form',
                        color: 'red',
                        cuIcon: 'formfill'
                    },
                    {
                        title: '时间轴',
                        name: 'timeline',
                        color: 'orange',
                        cuIcon: 'timefill'
                    },
                    {
                        title: '聊天',
                        name: 'chat',
                        color: 'green',
                        cuIcon: 'messagefill'
                    },
                    {
                        title: '轮播',
                        name: 'swiper',
                        color: 'olive',
                        cuIcon: 'album'
                    },
                    {
                        title: '模态框',
                        name: 'modal',
                        title: '退出登录',
                        name: 'logOut',
                        color: 'grey',
                        cuIcon: 'squarecheckfill'
                        cuIcon: 'vipcard',
                        url: '/login/logOut'
                    },
                    {
                        title: '步骤条',
                        name: 'steps',
                        color: 'cyan',
                        cuIcon: 'roundcheckfill'
                    }
                ],
            };
        }