提交 5184ad71 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 47e8d48b
...@@ -51,6 +51,9 @@ const fetchList = function () { ...@@ -51,6 +51,9 @@ const fetchList = function () {
) { ) {
setData('4', '资料管理') setData('4', '资料管理')
} }
if (b.type === '501') {
setData('5', '用户旅程')
}
function setData(type: string, name: string) { function setData(type: string, name: string) {
const index = a.findIndex((item: { type: string }) => item.type === type) const index = a.findIndex((item: { type: string }) => item.type === type)
b.order = i + 1 b.order = i + 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论