隐藏点播

This commit is contained in:
shijing 2022-04-14 09:13:14 +08:00
parent 01704faa75
commit 7b239dee26
2 changed files with 12 additions and 7 deletions

View File

@ -2,10 +2,15 @@
// launchtypelocalremote, localremote // launchtypelocalremote, localremote
"version": "0.0", "version": "0.0",
"configurations": [{ "configurations": [{
"type": "uniCloud", "default" :
"default": { {
"launchtype" : "remote" "launchtype" : "remote"
} },
"mp-weixin" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
} }
] ]
} }

View File

@ -147,12 +147,12 @@
"selectedIconPath": "static/common/homec.png", "selectedIconPath": "static/common/homec.png",
"text": "主页" "text": "主页"
}, },
{ /* {
"pagePath": "pages/vod/video", "pagePath": "pages/vod/video",
"iconPath": "static/common/play.png", "iconPath": "static/common/play.png",
"selectedIconPath": "static/common/playc.png", "selectedIconPath": "static/common/playc.png",
"text": "点播" "text": "点播"
}, }, */
{ {
"pagePath": "pages/my/my", "pagePath": "pages/my/my",
"iconPath": "static/common/me.png", "iconPath": "static/common/me.png",