帆软决策平台数据连接界面库
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.

15 lines
587 B

const fineServletURL = Dec ? Dec.fineServletURL : '/webroot/decision';
export const ReqPrefix = `${fineServletURL}/v10/config/connection`;
export const ImgPrefix = `${fineServletURL}/resources?path=/com/fr/web/resources/dist/images/2x/icon/database/`;
export const PluginImgPrefix = `${fineServletURL}/resources?path=`;
export const connectionType = DecCst ? DecCst.Connect.ConnectionType : {
JDBC: 'jdbc',
JNDI: 'jndi',
};
export const editStatusEvent = DecCst ? DecCst.Connect.EditStatusEvent : {
OPEN: 'getConnectionStatus',
SHUTDOWN: 'shutdownConnectionStatus',
};