diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..665a73c --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "openVueDevtools" : true, + "type" : "uni-app:h5" + } + ] +} diff --git a/pages.json b/pages.json index 4df5be6..639686b 100644 --- a/pages.json +++ b/pages.json @@ -1,17 +1 @@ -{ - "pages": [{ - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "uni-app" - } - }], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8", - "app-plus": { - "background": "#efeff4" - } - } -} +{"pages": [{"path": "pages/index/index", "style": {"navigationBarTitleText": "智能货柜", "navigationStyle": "custom"}}], "globalStyle": {"navigationBarTextStyle": "black", "navigationBarTitleText": "智能货柜", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8"}} \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 520fd2b..f4be5b4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,29 +1,201 @@ - - - - - + + + + + \ No newline at end of file