Files
yl/MacroinfManage_MES/static/config.js
2026-05-23 14:07:11 +08:00

25 lines
853 B
JavaScript

window.dt_Config = {
serverAddress: 'http://192.168.2.92:10100/submit/MESCommonBase.ashx',
baseURL: 'http://192.168.2.92:10100',
// serverAddress: 'http://124.220.15.242:10100/submit/MESCommonBase.ashx',
// baseURL: 'http://124.220.15.242:10100',
// baseURLB1: 'https://192.168.2.90:50000/b1s/v1',
// baseURLtm: 'http://192.168.2.90:8082/openapi/v1',
baseURLB1: 'http://192.168.2.92:9991/b1s',
// baseURLtm: 'http://192.168.2.90:8082/openapi/v1',
baseURLtm: 'http://192.168.2.92:9991/openapi',
// baseURL:'http://llx021:9999',
constantRouter: {
path: '主页',
title: '主页',
meta: { title: '主页', icon: 'MaterialManagement' },
alwaysShow: true,
// children: [
// {
// path: 'http://127.0.0.1:1997/',
// meta: { title: '主页', icon: 'MaterialManagement' }
// }
// ]
}
}