隐藏点播
This commit is contained in:
parent
01704faa75
commit
7b239dee26
|
@ -2,10 +2,15 @@
|
||||||
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
|
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
|
||||||
"version": "0.0",
|
"version": "0.0",
|
||||||
"configurations": [{
|
"configurations": [{
|
||||||
"type": "uniCloud",
|
"default" :
|
||||||
"default": {
|
{
|
||||||
"launchtype" : "remote"
|
"launchtype" : "remote"
|
||||||
}
|
},
|
||||||
|
"mp-weixin" :
|
||||||
|
{
|
||||||
|
"launchtype" : "remote"
|
||||||
|
},
|
||||||
|
"type" : "uniCloud"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue