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
"version": "0.0",
"configurations": [{
"app-plus" :
{
"launchtype" : "remote"
},
"default" :
{
"launchtype" : "remote"

View File

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