소스 검색

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

自助建站紧急修正:选择导航时显示别名
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