隐藏案例

This commit is contained in:
zhaofang
2022-06-13 16:21:47 +08:00
parent 9b7e21cf13
commit 71b2aa90a8
6 changed files with 39 additions and 11 deletions

16
src/utils/caseShow.js Normal file
View File

@@ -0,0 +1,16 @@
/**页面设置的一些常量*/
const caseUser={
'00004409': '李玉冰',
'101215': '徐涛',
'00005011': '邱炜玮',
'107863': '苗怡',
'00004928': '夏辉',
'110858': '毛继禹',
'10726944': '王芮',
'boeutest': '测试小助手',
'boeuadmin': '运营小助手',
'10181457': '董瑞华',
}
export default caseUser;