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 @@
-
-
-
- aaaa本项目已包含uni ui组件,无需import和注册,可直接使用。在代码区键入字母u,即可通过代码助手列出所有可用组件。光标置于组件名称处按F1,即可查看组件文档。
- 详见1:
-
-
-
-
-
-
-
+
+
+
+
+
+ 热销商品
+
+
+
+
+
+ {{ item.name }}
+ {{ item.price }}元
+
+
+
+
+
+
+
+ 首页
+
+
+
+
+ 开门
+
+
+
+ 我的
+
+
+
+
+
+
+
+
\ No newline at end of file