zy-asrs-flow/src/config/setting.ts
@@ -1,8 +1,14 @@ // 接口地址 export const API_BASE_URL: string = 'http://localhost:9090/wcs'; export const IP: string = '10.0.100.140'; export const PORT: number = 8088; export const API_BASE_URL: string = 'http://' + IP + ':' + PORT + '/wcs'; export const WEBSOCKET_BASE_URL: string = 'ws://' + IP + ':' + PORT + '/wcs'; export const API_TIMEOUT: number = 60; // 项目名称 export const PROJECT_NAME: string = ''; export const PROJECT_NAME: string = 'admin'; // 页签同路由不同参数可重复打开的路由 export const REPEATABLE_TABS: string[] = [];