Browse Source

规范压力测试

master
修宁 6 months ago
parent
commit
87c1c4c01d
  1. 6
      src/example/example1.js

6
src/example/example1.js

@ -409,9 +409,9 @@ export default {
{
label: '仓库楼层', // 目录分组名
items: [
{ catalogCode: '__f3', label: '货架测试 (-f3)' },
{ catalogCode: '__f2', label: '压力测试 (-f2)' }, // 目录项
{ catalogCode: '__f1', label: '地下室 (-f1)' }, // 目录项
{ catalogCode: '__f3', label: '货架压力测试 (-f3)' },
{ catalogCode: '__f2', label: '箱子压力测试 (-f2)' }, // 目录项
{ catalogCode: '__f1', label: '路径压力测试 (-f1)' }, // 目录项
{ catalogCode: 'f1', label: '一楼 (f1)' },
{ catalogCode: 'f2', label: '二楼 (f2)' },
{ catalogCode: 'f3', label: '三楼 (f3)' },

Loading…
Cancel
Save