diff --git a/pages.json b/pages.json index 8a015ad..6389e2b 100644 --- a/pages.json +++ b/pages.json @@ -264,6 +264,12 @@ "style" : { "navigationBarTitleText" : "智游常熟" } + }, + { + "path": "h5Web/h5Web", + "style": { + "navigationBarTitleText": "" + } } ] } @@ -283,12 +289,12 @@ "selectedIconPath" : "/static/images/selectHome.png", "text" : "首页" }, - // { - // "pagePath" : "pages/map/map", - // "iconPath" : "/static/images/map.png", - // "selectedIconPath" : "/static/images/selectMap.png", - // "text" : "地图" - // }, + { + "pagePath" : "pages/map/map", + "iconPath" : "/static/images/map.png", + "selectedIconPath" : "/static/images/selectMap.png", + "text" : "地图" + }, { "pagePath" : "pages/user/user", "iconPath" : "/static/images/mine.png", diff --git a/pages/map/map.vue b/pages/map/map.vue index 21ccb34..f1945c2 100644 --- a/pages/map/map.vue +++ b/pages/map/map.vue @@ -1,11 +1,40 @@ - \ No newline at end of file diff --git a/subPackages/h5Web/h5Web.vue b/subPackages/h5Web/h5Web.vue new file mode 100644 index 0000000..d2abcc9 --- /dev/null +++ b/subPackages/h5Web/h5Web.vue @@ -0,0 +1,57 @@ + + + + + \ No newline at end of file