This commit is contained in:
Double-_-Z 2024-11-01 23:30:43 +08:00
parent 601d018ea6
commit 9723006ee4
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
// launchtypelocalremote, localremote // launchtypelocalremote, localremote
"version": "0.0", "version": "0.0",
"configurations": [{ "configurations": [{
"app-plus" :
{
"launchtype" : "remote"
},
"default" : "default" :
{ {
"launchtype" : "remote" "launchtype" : "remote"

View File

@ -41,7 +41,7 @@
], ],
} }
}, },
mounted() { onLoad() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: '我的' title: '我的'
}); });