updated
This commit is contained in:
@@ -7,9 +7,6 @@ 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