自助建站紧急修正:选择导航时显示别名
@@ -169,7 +169,7 @@ export default {
if (res.data) {
const nodes = res.data.map(item => ({
value: item.category_id,
- label: item.name,
+ label: item.alias,
leaf: level >= 3,
children: [],
disabled: item.type != 1