You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
3.1 KiB
52 lines
3.1 KiB
// dev_win
|
|
window.SITE_CONFIG['baseApi'] = 'http://dev.ccwin-in.com:60022'
|
|
window.SITE_CONFIG['authApi'] = 'http://dev.ccwin-in.com:60020'
|
|
// window.SITE_CONFIG['baseApi'] = 'http://192.168.0.190:60078'//http://dev.ccwin-in.com:60022
|
|
// window.SITE_CONFIG['authApi'] = 'http://192.168.0.190:60065'//http://dev.ccwin-in.com:60020
|
|
window.SITE_CONFIG['businessApi'] = 'http://dev.ccwin-in.com:10097'
|
|
//是否登录配置信息【loginName】
|
|
window.SITE_CONFIG['isConfigLogin'] = false
|
|
//如果【isConfigLogin】为true则使用【loginName】登录
|
|
window.SITE_CONFIG['configLoginName'] = 'admin'
|
|
// 默认登录密码(isConfigLogin为true或者链接参数存在loginName使用)
|
|
window.SITE_CONFIG['configLoginPass'] = '1q2w3E*'
|
|
// 是否单页面(不显示菜单头部等部分)
|
|
window.SITE_CONFIG['isSinglePage'] = false
|
|
// 项目配置
|
|
window.SITE_CONFIG['appClientId'] = 'Z_App'
|
|
// 项目配置内部名称
|
|
window.SITE_CONFIG['appClientScope'] = 'Store'
|
|
// 浏览器名称
|
|
window.SITE_CONFIG['browserTitle'] = 'STORE-QAD&WMS'
|
|
// 单点登录使用数据
|
|
window.SITE_CONFIG['oidcLogin_url'] = 'http://dev.ccwin-in.com:60065',
|
|
window.SITE_CONFIG['oidcLogin_clientId'] = 'InterfaceDash_App'
|
|
window.SITE_CONFIG['oidcLogin_scopes'] = 'offline_access Store profile'
|
|
// 隐藏的页面
|
|
window.SITE_CONFIG['menuHiddenConfig'] = [
|
|
'ArriveNoticeDetail','ContainerBindNoteDetail','CountAdjustNoteDetail',
|
|
'CountNoteDetail','CountPlanDetail','CustomerAsnDetail',
|
|
'CustomerReturnNoteDetail','DeliverNoteDetail','DeliverPlanDetail',
|
|
'DeliverRequestDetail','InspectAbnormalNoteDetail','InspectNoteDetail',
|
|
'InspectNoticeDetail','InventoryTransferNoteDetail','IPurchaseOrderDetailRepository',
|
|
'IsolationNoteDetail','IssueNoteDetail','IssueNoteDetailToMes',
|
|
'JisDeliverNoteDetail','JisProductDetail','JisProductReceiptNoteDetail',
|
|
'JisProductRecycleNoteDetail','JisProductReturnNoteDetail','JisProductTransferNoteDetail',
|
|
'MaterialRequestDetail','OfflineSettlementNoteDetail','OuterJisDeliverNoteDetail',
|
|
'OuterJisUnplannedIssueNoteDetail','OuterJisUnplannedReceiptNoteDetail','OuterPillarDeliverNoteDetail',
|
|
'PillarDeliverNoteDetail','PreparationPlanDetail','ProductionPlanDetail',
|
|
'ProductL7PartsNoteDetail','ProductReceiptLogDetail','ProductReceiptNoteDetail',
|
|
'ProductRecycleNoteDetail','PurchaseOrderDetail','PurchaseReceiptNoteDetail',
|
|
'PurchaseReturnNoteDetail','PutawayNoteDetail','ReceiptAbnormalNoteDetail',
|
|
'ReworkNoteDetail','SaleOrderDetail','ScrapNoteDetail',
|
|
'ScrapOutNoteDetail','SingleDoorPanelCustomerReturnNoteDetail','SingleDoorPanelDeliverNoteDetail',
|
|
'SingleDoorPanelProductAdjustNoteDetail','SingleDoorPanelProductReceiptNoteDetail','SingleDoorPanelProductTransferNoteDetail',
|
|
'StockReturnNoteDetail','SupplierAsnDetail','TracebackNoteDetail',
|
|
'UnplannedIssueNoteDetail','UnplannedReceiptNoteDetail','WarehouseTransferNoteDetail',
|
|
'WorkOrderDetail'
|
|
]
|
|
|
|
// window.SITE_CONFIG['isAutoLogin'] = true
|
|
// window.SITE_CONFIG['userNameOrEmailAddress'] = 'admin'
|
|
// window.SITE_CONFIG['client_secret'] = '1q2w3E*'
|
|
// window.SITE_CONFIG['columnsApiNamesZh'] = 'Z'
|