From 4ac2b6fd5162ab529d9c371994861a3b4a240e96 Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 17 Nov 2022 16:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=92=AD=E6=94=BE=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +- pages/study/videoTest.vue | 64 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 pages/study/videoTest.vue diff --git a/pages.json b/pages.json index 20d108d..e1ec3cb 100644 --- a/pages.json +++ b/pages.json @@ -74,8 +74,9 @@ {"path" : "pages/login/nickName","style" : {"navigationBarTitleText": "修改昵称"}}, {"path" : "pages/login/newBirt","style" : {"navigationBarTitleText": "修改生日"}}, {"path" : "pages/login/indLabels","style" : {"navigationBarTitleText": "修改个人标签"}}, + {"path" : "pages/study/courseStudy","style" : {"navigationBarTitleText": "课程学习"}}, {"path" : "pages/study/audioTest","style" : {"navigationBarTitleText": "音频测试"}}, - {"path" : "pages/study/courseStudy","style" : {"navigationBarTitleText": "课程学习"}} + {"path" : "pages/study/videoTest","style" : {"navigationBarTitleText": "视频频测试"}} ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/study/videoTest.vue b/pages/study/videoTest.vue new file mode 100644 index 0000000..3ef17f7 --- /dev/null +++ b/pages/study/videoTest.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file