You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
312 B
JavaScript

// API配置文件
export const API_CONFIG = {
// API服务器基础地址
3 months ago
// BASE_URL: 'http://192.168.110.38:8100',
BASE_URL: 'http://localhost:8100',
// API端点
ENDPOINTS: {
HELLO: '/api/hello',
PARETO_ANALYSIS: '/api/qc/pareto',
WORKBENCH_BADNESS: '/api/qc/badness/workbench'
}
}