@@ -7,7 +7,7 @@ Page({
onClickBtn() {
wx.switchTab({
- url: "/pages/index/index",
+ url: "/pages/video/video",
});
},