hookehuyr

菜单产品显示样式-客户要求调整

<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-11 11:30:31
* @LastEditTime: 2024-11-11 12:14:54
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
......@@ -208,7 +208,7 @@ export default {
// this.product_info = this.product_menu[0]['info'];
this.product_info = this.product_menu[0]['children'];
// 修改数据结构显示
this.product_info = this.splitProductList(this.product_info);
// this.product_info = this.splitProductList(this.product_info);
}
// 获取用户信息
this.getUserInfo();
......