You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.0 KiB

9 months ago
/*
* @Author: hkh 838374358@qq.com
* @Date: 2023-09-19 16:55:35
* @LastEditors: hkh 838374358@qq.com
* @LastEditTime: 2023-09-21 10:19:23
* @FilePath: \单体化分户demo\public\config\prod.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
//生产环境
window.AppGlobalConfig = {
// qxsyUrl:'http://192.168.0.188:8118/guanyun/3d/tileset.json',
qxsyUrl:`http://${window.location.host}/guanyun/3d/tileset.json`,
// fenhuUrl: 'http://192.168.0.188:8118/guanyun/model/tileset.json',
fenhuUrl:`http://${window.location.host}/guanyun/model/tileset.json`,
//测试播放的视频地址
videoUrl: 'http://124.70.129.134:8217/video/ewutu/case/%E5%AE%98%E7%BD%91%E8%A7%86%E9%A2%91/%E5%B7%A5%E4%BD%9C%E8%A7%86%E9%A2%91/%E4%BA%A7%E5%93%81%E6%9C%8D%E5%8A%A1-%E5%9B%AD%E5%8C%BA%E4%B8%8E%E8%BF%90%E7%BB%B4%E5%8F%AF%E8%A7%86%E5%8C%96/3dmax%E9%AB%98%E7%B2%BE%E5%BA%A6%E5%BB%BA%E6%A8%A1.mp4'
};