From 05f6d4e6609c973f63d51335a4b7d1f01405ebf3 Mon Sep 17 00:00:00 2001 From: gjj <Ganjj@probim.com.cn> Date: Wed, 19 Mar 2025 14:56:27 +0800 Subject: [PATCH] 全景图展示修改 --- public/config.js | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/public/config.js b/public/config.js index a6ea056..8669c90 100644 --- a/public/config.js +++ b/public/config.js @@ -2,7 +2,7 @@ * @Author: gjj Ganjj@probim.com.cn * @Date: 2025-02-14 14:32:17 * @LastEditors: gjj Ganjj@probim.com.cn - * @LastEditTime: 2025-02-24 17:41:12 + * @LastEditTime: 2025-03-19 11:39:50 * @FilePath: \北京交通大学\public\config.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -10,10 +10,9 @@ // axiosBaseURL: "http://47.117.124.20:2002/", axiosBaseURL: "http://8.140.54.245:5000", axiosTimeout: 1000 * 30, //毫秒 - modelUrl: '//dev.vothing.com/scenemanagerVothing/#/', // 模型预览地址 - panoUrl: '//47.95.223.61:6004', // 全景预览地址 - panoBaseUrl: '//47.95.223.61:6003', // 全景图及文档接口 - modelUrl: 'http://8.140.54.245:5010/#/modelNewShareLoad/7d242691-e6b2-4fbc-b4df-687883eb1a4c/db0ba482-4eb0-4488-aa3f-10066a85ae7a', // 模型预览地址 - sceneUrl: 'http://59.64.5.216:9980/#/Home/sceneManagementDetail?shareUrlToken=0C7E4A1E4A9BB7DC9BBDEE6ACFA9B4963972FB01200DF887F404CC7D12A4EF4EF74F69D40F29B08CA2B41A97016084CC5D71C1FFDCDE331EAF8FA0DB7C9708193D65FAAA1A707BBA88B2F459AA065C82', // 场景地址 + panoUrl: 'http://8.140.54.245:5010', // 全景预览地址 + panoBaseUrl: 'http://8.140.54.245:5000', // 全景图及文档接口 + modelUrl: 'http://8.140.54.245:5010/#/Home/sceneManagementDetail?shareUrlToken=69E38706C533C52C84A9F864785953A2AB834465D303010594EF3531C3AE64EE121F5C12AFB6E145D2F72023B59D3999249F65A61D9E4F11F3CD4667FA621262CC361AC0176055077A4C26B78B014EEB', // 模型预览地址 + videoUrl: 'http://resources.vothing.com/mp4/12.mp4', // 实况地址 projectId: '7d242691-e6b2-4fbc-b4df-687883eb1a4c', // 项目id } \ No newline at end of file -- Gitblit v1.9.3