修正用户名显示逻辑进入服务列表页面自动刷新
This commit is contained in:
13
pages.json
13
pages.json
@@ -10,6 +10,9 @@
|
||||
"path": "pages/furniture_reception/furniture_reception",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"componentPlaceholder": {
|
||||
"FurnitureReceptionImpl": "pages-subpackage/furniture_reception/furniture_reception-impl"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -440,12 +443,6 @@
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/furniture_reception/furniture_reception",
|
||||
"iconPath": "static/tabbar/reception.png",
|
||||
"selectedIconPath": "static/tabbar/reception_active.png",
|
||||
"text": "接待"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ai_analysis/ai_analysis",
|
||||
"iconPath": "static/tabbar/ai_analysis.png",
|
||||
@@ -454,8 +451,8 @@
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/workbench/workbench",
|
||||
"iconPath": "static/tabbar/team.svg",
|
||||
"selectedIconPath": "static/tabbar/team_active.svg",
|
||||
"iconPath": "static/tabbar/team.png",
|
||||
"selectedIconPath": "static/tabbar/team_active.png",
|
||||
"text": "工作台"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user