feat: 10.10线上最新代码提交
This commit is contained in:
3
src/services/industryService.js
Normal file → Executable file
3
src/services/industryService.js
Normal file → Executable file
@@ -7,6 +7,9 @@ const isProduction = process.env.NODE_ENV === 'production';
|
||||
|
||||
const API_BASE_URL = isProduction ? "" : process.env.REACT_APP_API_URL;
|
||||
|
||||
// 配置 axios 默认包含 credentials
|
||||
axios.defaults.withCredentials = true;
|
||||
|
||||
export const industryService = {
|
||||
// 获取所有行业分类体系
|
||||
async getClassifications() {
|
||||
|
||||
Reference in New Issue
Block a user