update 增加了查询分析详情页的文件
This commit is contained in:
@@ -17,7 +17,7 @@ import { message as Message, notification } from 'antd'
|
||||
|
||||
const STATUS = status
|
||||
|
||||
axios.defaults.baseURL = '/api'
|
||||
axios.defaults.baseURL = process.env.NODE_ENV === 'development' ? '/api' : process.env.REACT_APP_BASE_URL
|
||||
|
||||
const initInstance = (options) => {
|
||||
const instance = axios
|
||||
|
||||
Reference in New Issue
Block a user