From f420646fc5c8f6f1222af4e208264486a82c48c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Mon, 27 Nov 2023 13:37:57 +0800 Subject: [PATCH] 11.27 --- gasStation-uni/.hbuilderx/launch.json | 16 ++ gasStation-uni/App.vue | 3 +- gasStation-uni/main.js | 2 +- gasStation-uni/package-lock.json | 269 ++++++++++++++++++ gasStation-uni/pages.json | 8 +- gasStation-uni/pages/index/index.vue | 1 + .../pagesHome/myPointsOrder/myPointsOrder.vue | 2 +- .../pagesHome/oilRecharge/oilRecharge.vue | 2 +- gasStation-uni/uni.scss | 2 +- 9 files changed, 293 insertions(+), 12 deletions(-) create mode 100644 gasStation-uni/.hbuilderx/launch.json create mode 100644 gasStation-uni/package-lock.json diff --git a/gasStation-uni/.hbuilderx/launch.json b/gasStation-uni/.hbuilderx/launch.json new file mode 100644 index 000000000..81f13f4f4 --- /dev/null +++ b/gasStation-uni/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "default" : + { + "launchtype" : "local" + }, + "mp-weixin" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +} diff --git a/gasStation-uni/App.vue b/gasStation-uni/App.vue index f9a4b003c..bfc34f8ba 100644 --- a/gasStation-uni/App.vue +++ b/gasStation-uni/App.vue @@ -48,8 +48,7 @@