#
whycq
2022-06-21 463d308a3e0fd5e557aa7ce585be0d67f5fa1e2e
#
1个文件已添加
2个文件已修改
9 ■■■■ 已修改文件
common/common.js 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/common.js
pages.json
@@ -92,8 +92,6 @@
            }
        }
        
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
pages/index/index.vue
@@ -43,11 +43,18 @@
                        cuIcon: 'searchlist'
                    },
                    {
                        title: '库存盘点',
                        name: 'stockCheck',
                        color: 'blue',
                        cuIcon: 'exit'
                    },
                    {
                        title: '退出登录',
                        name: 'logOut',
                        color: 'grey',
                        cuIcon: 'exit'
                    },
                    ]
            }
        },