From 7b239dee267fcd7fcb66a190ddd2d6fa75c9acb4 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 14 Apr 2022 09:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=82=B9=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client_mp/.hbuilderx/launch.json | 15 ++++++++++----- client_mp/pages.json | 4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/client_mp/.hbuilderx/launch.json b/client_mp/.hbuilderx/launch.json index 501e01c..9cba30d 100644 --- a/client_mp/.hbuilderx/launch.json +++ b/client_mp/.hbuilderx/launch.json @@ -2,10 +2,15 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ - "type": "uniCloud", - "default": { - "launchtype": "remote" - } - } + "default" : + { + "launchtype" : "remote" + }, + "mp-weixin" : + { + "launchtype" : "remote" + }, + "type" : "uniCloud" + } ] } diff --git a/client_mp/pages.json b/client_mp/pages.json index e330e3c..3305407 100644 --- a/client_mp/pages.json +++ b/client_mp/pages.json @@ -147,12 +147,12 @@ "selectedIconPath": "static/common/homec.png", "text": "主页" }, - { + /* { "pagePath": "pages/vod/video", "iconPath": "static/common/play.png", "selectedIconPath": "static/common/playc.png", "text": "点播" - }, + }, */ { "pagePath": "pages/my/my", "iconPath": "static/common/me.png",