Files
4.0/config/app_config.js
2025-07-03 17:39:09 +08:00

47 lines
2.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

let name = 'dzsp_yingjizhihuibeidou_offline_Y_save'; //dzsp_yingjizhihuibeidou_offline_Y_save //dzsp_shijingjiangjin_offline_Y_save // dzsp_shijinghaidong_offline_Y_save //cc dzsp_yingjizhihuijunyong_offline_Y_save,dzsp_yingjizhihui_offline_Y_save,dzsp_shijing_offline_Y_save,dzsp_mudanyuan_offline_Y_save'dzsp_wujingqinwu_offline_Y_save','dzsp_jilingongan_offline_Y_save'
let productName = '便携式应急指挥电子沙盘系统北斗定位+'; //便携式应急指挥电子沙盘系统北斗定位+ //实景三维无人机智能巡检系统 // 海东市自然灾害风险普查可视化分析平台 //便携式应急指挥电子沙盘系统 //便携式应急指挥电子沙盘系统(军用版) //新版4.0//"实景三维电子沙盘系统";//"作战目标数字孪生仿真系统", "实景三维电子沙盘系统" ’牡丹园智慧景区管理系统‘,"武警勤务指挥电子沙盘系统”,"吉林省公安厅三维模型展示平台"
let productName_tw = '便攜式應急指揮電子沙盤系統北斗定位+';
let productName_en = 'Portable Emergency Command Electronic Sand Table System with Beidou Positioning+';
let obj = {
baseApi: "", // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
PORT: 8099,
head: "henan_head",
name,
version: "v4.0.0",
productName,
productName_tw,
productName_en,
build_productName: productName,
build_win_icon: 'build/icons/81.ico',
// 打包时随安装包一起打包的路径earth
build_extraFiles: [
{
from: "./collada2gltf/",
to: "./collada2gltf",
},
{
from: "./convert/",
to: "./convert",
},
{
from: "./yjearth4_0/",
to: "./yjearth4_0",
},
{
from: "./ffplay/",
to: "./ffplay",
},
{
from: "./build/icons/",
to: "./icons",
},
],
installUrl: "D:\\ProgramFiles\\" + name,
build_appId: "org." + name,
APPSECRET: "",
appVersion: "earth",
build_linux_desktop_Icon: "/opt/" + productName + "/icons/81.png",
// isSetDefaultLayer:false,//软件初始是否加载默认数据
};
module.exports = obj;