From e4481654579ead2db7733e06d289cb784c48d09b Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 28 Oct 2025 10:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 +- src/pages/projectSelect/index.vue | 10 +--- src/static/map.html | 2 +- .../__UNI__0A021AF/www/app-service.js | 10 ++-- .../www/pages/projectSelect/index.css | 1 - .../__UNI__0A021AF/www/static/map.html | 57 +++++++++---------- 6 files changed, 37 insertions(+), 46 deletions(-) diff --git a/.env.production b/.env.production index 39af49f..bd380cd 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -VITE_API_BASE_URL = http://192.168.1.175:58080 \ No newline at end of file +# VITE_API_BASE_URL = http://192.168.1.175:58080 +VITE_API_BASE_URL = http://192.168.0.133:58080 \ No newline at end of file diff --git a/src/pages/projectSelect/index.vue b/src/pages/projectSelect/index.vue index 62d68b3..c4f6734 100644 --- a/src/pages/projectSelect/index.vue +++ b/src/pages/projectSelect/index.vue @@ -25,16 +25,12 @@ const getProjectList = async () => { const handleWebViewMessage = (event) => { getProjectModelListApi({ projectId: event.detail.data[0].projectInfo.proId }).then((res) => { if (res?.data?.length > 0) { - const modelInfoList = { - modelInfoList: res.data, - projectId: event.detail.data[0].projectInfo.proId, - token: memberStore.token, - } - const ctx = uni.requireNativePlugin('bonus-textodule') ctx.openNativePage( { - modelInfoList: modelInfoList, + modelInfoList: res.data, + projectId: event.detail.data[0].projectInfo.proId, + token: memberStore.token, }, (result) => {}, ) diff --git a/src/static/map.html b/src/static/map.html index b3f2427..dbafe8e 100644 --- a/src/static/map.html +++ b/src/static/map.html @@ -7,7 +7,7 @@ + src="https://api.map.baidu.com/api?v=3.0&&type=webgl&ak=iqyZkSZPurf61MhFV7hesbDukHdMBEEb"> 百度地图