Files
workGit/数字孪生可视化大屏vue源码/beier_press_mechanism_TV/public/config.js
2026-05-23 14:11:26 +08:00

236 lines
4.2 KiB
JavaScript

window.dt_Config = {
serverAddress: "http://127.0.0.1:8003/submit/MESCommonBase.ashx",
pageTitle: "曲柄滑块压力机数字孪生平台",
iframeAddress: "http://localhost:10091/",
// serverAddress: "http://127.0.0.1:8003/submit/MESCommonBase.ashx",
spcRequestConfig: {
// 请求基本信息
success: true,
code: 0,
msg: "质量分析SPC系统",
req_code: "REQ_LIST_001",
req_from: "management_client",
req_cmd: "Cmd_Spc",
// 请求参数
req_param: {
n: 5, // 样本容量
k: 12, // 样本组数
usl: 39, // 规格上限
lsl: 38, // 规格下限
// 原始测量数据
// x: [],
x: [
38.35487637345995,
38.248328521419786,
38.32045322103805,
38.32045322103805,
38.25488531225552,
38.366350757648426,
38.269638091664106,
38.27291648709354,
38.295865255153785,
38.26144210309895,
38.28603006883064,
38.310618034671236,
38.38602113059877,
38.20079178809075,
37.810662750206156,
38.304061243769745,
38.34176279155959,
38.37290754862404,
38.33520600062112,
38.2925868597108,
38.3319276051548,
38.476177007528335,
38.62698320503382,
38.38274273510215,
36.461603281997846,
38.21882296275427,
38.35487637345995,
38.26799889395011,
38.312257232397826,
38.32864920969044,
38.297504452876005,
38.264720498523566,
38.241771730591765,
38.24505012600482,
38.2811124756756,
38.38274273510215,
38.36143316442186,
38.28930846426975,
38.348319582505866,
38.404052305865335,
38.307339639219514,
38.32209241876756,
38.3532371757207,
38.3319276051548,
38.33848439608938,
38.310618034671236,
38.349958780243654,
38.69091192048382,
38.2925868597108,
38.304061243769745,
38.32537081422803,
38.34176279155959,
38.36962915313525,
38.36962915313525,
38.26635969623659,
38.19259579962647,
],
/* x: [
1.55,
1.58,
1.61,
1.6,
1.6,
1.58,
1.63,
1.63,
1.62,
1.63,
1.62,
1.63,
1.62,
1.59,
1.58,
1.58,
1.6,
1.61,
1.62,
1.63,
1.58,
1.64,
1.63,
1.62,
1.62,
1.62,
1.62,
1.63,
1.61,
1.57,
1.64,
1.62,
1.61,
1.6,
1.58,
1.57,
1.59,
1.61,
1.62,
1.63,
1.58,
1.61,
1.6,
1.62,
1.63,
1.6,
1.61,
1.64,
1.64,
1.63,
1.58,
1.6,
1.62,
1.63,
1.65,
1.62,
1.58,
1.59,
1.57,
1.58,
1.57,
1.57,
1.58,
1.59,
1.64,
1.61,
1.64,
1.62,
1.6,
1.59,
1.65,
1.62,
1.62,
1.6,
1.58,
1.57,
1.59,
1.57,
1.59,
1.62,
1.56,
1.57,
1.57,
1.61,
1.62,
1.56,
1.58,
1.59,
1.6,
1.62,
1.58,
1.6,
1.6,
1.62,
1.63,
1.58,
1.59,
1.6,
1.63,
1.62,
1.58,
1.59,
1.62,
1.63,
1.64,
1.58,
1.59,
1.62,
1.63,
1.61,
1.58,
1.59,
1.6,
1.61,
1.63,
1.57,
1.59,
1.61,
1.61,
1.62,
1.58,
1.58,
1.6,
1.61,
1.63,
1.62,
1.58,
1.58,
1.58,
1.57,
1.63,
1.59,
1.57,
1.58,
1.57,
1.58,
1.62,
1.61,
1.63,
1.61,
1.58,
1.57,
1.59,
1.6,
1.62,
1.62,
1.6,
1.6,
1.57,
1.57,
], */
},
},
};