11.26 修改K线图样式
This commit is contained in:
@@ -108,7 +108,7 @@ export const calendarDataList = param => get('/api/calendar/data',param)
|
||||
*/
|
||||
export const investEventDetails = (id,param) => get('/api/calendar/detail/'+id,param)
|
||||
/**
|
||||
* 获取当前月的每一天的时间数量
|
||||
* 获取当前月的每一天的事件数量
|
||||
*/
|
||||
export const calendarEventCount = param => get('/api/calendar-event-counts',param)
|
||||
|
||||
@@ -137,6 +137,6 @@ export const userActivityList = param => get('/api/user/activities',param)
|
||||
*/
|
||||
export const feedback = param => post('/api/user/feedback',param)
|
||||
/**
|
||||
* 意见反馈
|
||||
* 协议
|
||||
*/
|
||||
export const agreements = () => get('/api/agreements')
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
let baseURL = ''
|
||||
|
||||
if (process.env.NODE_ENV==='development') {
|
||||
// baseURL = 'https://valuefrontier.cn'
|
||||
baseURL = 'http://43.143.189.195:5002'
|
||||
// baseURL = 'https://app.valuefrontier.cn:5002'
|
||||
baseURL = 'https://api.valuefrontier.cn:5002'
|
||||
// baseURL = 'http://43.143.189.195:5002'
|
||||
} else{
|
||||
// baseURL = 'https://valuefrontier.cn'
|
||||
baseURL = 'http://43.143.189.195:5002'
|
||||
// baseURL = 'https://app.valuefrontier.cn:5002'
|
||||
baseURL = 'https://api.valuefrontier.cn:5002'
|
||||
// baseURL = 'http://43.143.189.195:5002'
|
||||
}
|
||||
|
||||
export function getBaseURL() {
|
||||
|
||||
Reference in New Issue
Block a user