hookehuyr

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

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