diff --git a/pages.json b/pages.json index b5b8379..e546666 100644 --- a/pages.json +++ b/pages.json @@ -400,6 +400,20 @@ "navigationBarTitleText": "上传数据", "disableScroll": true } + }, + { + "path": "pages/openDirection/openDirection", + "style": { + "navigationBarTitleText": "开门方向设置", + "disableScroll": true + } + }, + { + "path": "pages/motorTorsion/motorTorsion", + "style": { + "navigationBarTitleText": "电机功率设置", + "disableScroll": true + } } ], "globalStyle": { diff --git a/pages/motorTorsion/motorTorsion.vue b/pages/motorTorsion/motorTorsion.vue new file mode 100644 index 0000000..0b58f74 --- /dev/null +++ b/pages/motorTorsion/motorTorsion.vue @@ -0,0 +1,125 @@ + + + + + diff --git a/pages/openDirection/openDirection.vue b/pages/openDirection/openDirection.vue new file mode 100644 index 0000000..a159a80 --- /dev/null +++ b/pages/openDirection/openDirection.vue @@ -0,0 +1,120 @@ + + + + + diff --git a/pages/setting/setting.vue b/pages/setting/setting.vue index f309cf1..c07aa26 100644 --- a/pages/setting/setting.vue +++ b/pages/setting/setting.vue @@ -116,6 +116,28 @@ + + 开门方向设置 + + + + 电机功率设置 + +