diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 32f4dc599fab99484f6d736d7e48460af54b1ac8..4bbcf3cbae59ef0b774ce96851d3b265edbf6250 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" : "local" + }, "default" : { "launchtype" : "local" diff --git a/components/labelBox/labelBox.vue b/components/labelBox/labelBox.vue index e6f1fe6a6cee7fe1c0b0dd998661021bcf34a72a..ba8d3bfcad0577aee5f0688e92c50747f0ffb7f6 100644 --- a/components/labelBox/labelBox.vue +++ b/components/labelBox/labelBox.vue @@ -1,9 +1,9 @@