diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 9cba30d..34b613b 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,6 +2,10 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ + "app-plus" : + { + "launchtype" : "remote" + }, "default" : { "launchtype" : "remote" diff --git a/pages/my/my.vue b/pages/my/my.vue index 80c17a4..9a535a1 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -41,7 +41,7 @@ ], } }, - mounted() { + onLoad() { uni.setNavigationBarTitle({ title: '我的' });