Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-11 13:18:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0640b0c8a2fd8a0f907e03ccbbea8432521aacf8
0640b0c8
1 parent
38686915
菜单产品显示样式-客户要求调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/common/hagerHeader.vue
src/components/common/hagerHeader.vue
View file @
0640b0c
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-11 1
1:30:31
* @LastEditTime: 2024-11-11 1
2: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();
...
...
Please
register
or
login
to post a comment