ソースを参照

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

自助建站紧急修正:选择导航时显示别名
dangyunlong 2 日 前
コミット
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