diff --git a/App.vue b/App.vue index 1ab76b3..c9b6951 100644 --- a/App.vue +++ b/App.vue @@ -1,32 +1,33 @@ diff --git a/pages.json b/pages.json index 7793487..0989263 100644 --- a/pages.json +++ b/pages.json @@ -23,7 +23,27 @@ // "navigationStyle": "custom" } } - ], + ], + "tabBar":{ + "color":"#333333", + "selectedColor":"#eb4450", + "list":[{ + "pagePath":"pages/index/index", + "iconPath":"/static/tabs/首页@2x.png", + "selectedIconPath":"static/tabs/首页@2x.png", + "text":"首页" + }, + { + "pagePath":"pages/homeIndx/index", + "iconPath":"/static/tabs/首页@2x.png", + "selectedIconPath":"static/tabs/首页@2x.png", + "text":"首页" + } + + + + ] + }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", diff --git a/pages/components/table/index.vue b/pages/components/table/index.vue new file mode 100644 index 0000000..e69de29 diff --git a/pages/homeIndx/index.vue b/pages/homeIndx/index.vue index e7c1103..89a4ade 100644 --- a/pages/homeIndx/index.vue +++ b/pages/homeIndx/index.vue @@ -13,7 +13,7 @@
{{ userList.data.userName }}
- {{ userList.data.orgList[0].positionList[0].positionName }} + {{ userList.data.orgList[0].positionList[0].orgName || '' }}
@@ -27,7 +27,7 @@