Initial commit

This commit is contained in:
cuihongwei
2026-05-23 13:29:43 +08:00
commit 784e2cedeb
125 changed files with 75356 additions and 0 deletions

6
public/config.js Normal file
View File

@@ -0,0 +1,6 @@
window.dt_Config = {
titleText: '智能制造数字孪生系统',
iframeAddress: 'http://127.0.0.1:10061/#?transparent=true',
serverAddress: 'http://127.0.0.1:10057/submit/MESCommonBase.ashx'
}