fix:自测bug修复。
This commit is contained in:
@@ -310,7 +310,8 @@ export default {
|
|||||||
url: tool.url,
|
url: tool.url,
|
||||||
displayUrl: tool.displayUrl,
|
displayUrl: tool.displayUrl,
|
||||||
icon: tool.icon,
|
icon: tool.icon,
|
||||||
color: tool.color
|
color: tool.color,
|
||||||
|
sortOrder: tool.sortOrder || 0
|
||||||
}))
|
}))
|
||||||
|
|
||||||
tools.forEach(tool => {
|
tools.forEach(tool => {
|
||||||
|
|||||||
Reference in New Issue
Block a user