diff --git a/src/pages.json b/src/pages.json index 2d2bb21..02bafe8 100644 --- a/src/pages.json +++ b/src/pages.json @@ -31,6 +31,12 @@ "style": { "navigationBarTitleText": "测试页面" } + }, + { + "path": "pages/test-page/test-camera", + "style": { + "navigationBarTitleText": "摄像头测试" + } } ], "globalStyle": { diff --git a/src/pages/my-info/my-info.vue b/src/pages/my-info/my-info.vue index 48d4175..2401b77 100644 --- a/src/pages/my-info/my-info.vue +++ b/src/pages/my-info/my-info.vue @@ -5,6 +5,10 @@ + + + + diff --git a/src/pages/test-page/test-camera.vue b/src/pages/test-page/test-camera.vue new file mode 100644 index 0000000..e7900d4 --- /dev/null +++ b/src/pages/test-page/test-camera.vue @@ -0,0 +1,29 @@ + + + + + +