#
whycq
2023-04-24 b453a2d09bbe64d130f70e310af160af661c9140
#
2个文件已修改
17 ■■■■ 已修改文件
pages.json 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -7,6 +7,12 @@
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationBarTitleText": "主 页"
            }
        },
        {
            "path": "pages/mat/matSelected",
            "style": {
                "navigationBarTitleText": "物料"
@@ -25,9 +31,9 @@
            }
        },
        {
            "path": "pages/home/home",
            "path": "pages/pakin/orderPakin",
            "style": {
                "navigationBarTitleText": "主 页"
                "navigationBarTitleText": "订单入库"
            }
        },
        {
pages/home/home.vue
@@ -27,6 +27,13 @@
                        url: '/pakin/pakin'
                    },
                    {
                        title: '订单入库',
                        name: 'orderPakin',
                        color: 'purple',
                        cuIcon: 'list',
                        url: '/pakin/orderPakin'
                    },
                    {
                        title: '退出登录',
                        name: 'logOut',
                        color: 'grey',