浏览代码

自助建站紧急修正:选择导航时显示别名

自助建站紧急修正:选择导航时显示别名
dangyunlong 3 天之前
父节点
当前提交
f653c14c38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/template/public/editWindow.vue

+ 1 - 1
src/views/template/public/editWindow.vue

@@ -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