This commit is contained in:
caoqianming 2022-04-14 10:31:27 +08:00
commit 8842c6f504
2 changed files with 12 additions and 7 deletions

View File

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

View File

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