Explorar o código

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

自助建站紧急修正:选择导航时显示别名
dangyunlong hai 2 días
pai
achega
f653c14c38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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