Add all dashboard projects
This commit is contained in:
25
test/MES_Manage_View_V20/static/config.js
Normal file
25
test/MES_Manage_View_V20/static/config.js
Normal file
@@ -0,0 +1,25 @@
|
||||
window.dt_Config = {
|
||||
serverAddress: 'https://192.168.2.228:10101/submit/MESCommonBase.ashx',
|
||||
baseURL: 'https://192.168.2.228:10101',
|
||||
// serverAddress: 'https://124.220.15.242:10100/submit/MESCommonBase.ashx',
|
||||
// baseURL: 'https://124.220.15.242:10100',
|
||||
// baseURLB1: 'https://192.168.2.90:50000/b1s/v1',
|
||||
// baseURLtm: 'http://192.168.2.90:8082/openapi/v1',
|
||||
baseURLB1: 'https://192.168.2.228:9996/b1s',
|
||||
// baseURLB1: 'https://172.31.21.34:9996/b1s',
|
||||
// baseURLtm: 'http://192.168.2.90:8082/openapi/v1',
|
||||
baseURLtm: 'https://192.168.2.228:9996/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' }
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user