fix(index): 修复首页在已登录状态下,不能点击的问题
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
//切换英文标题
|
||||
if(this.lang == 'en-us'){
|
||||
this.categoryTree.map(item => {
|
||||
item.child_list.map(items => {
|
||||
item?.child_list?.map(items => {
|
||||
items.category_name = items.en_category_name;
|
||||
return items;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user