Browse Source

feat: url: 'https://test.4dkankan.com' +

tangning 2 năm trước cách đây
mục cha
commit
fe99374ebe
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/api/statistics/index.ts

+ 4 - 4
src/api/statistics/index.ts

@@ -128,7 +128,7 @@ export const buryPointList = (params: PageParams) =>
   
   export const workType = (params) =>
   defHttp.get<Result>({
-    url: Api.workType,
+    url: 'https://test.4dkankan.com' + Api.workType,
     params,
     data: params,
     headers: {
@@ -140,7 +140,7 @@ export const buryPointList = (params: PageParams) =>
     
   export const workTrend = (params) =>
   defHttp.post<Result>({
-    url: Api.workTrend,
+    url: 'https://test.4dkankan.com' + Api.workTrend,
     params,
     data: params,
     headers: {
@@ -151,7 +151,7 @@ export const buryPointList = (params: PageParams) =>
   });    
   export const qjuserTrend = (params) =>
   defHttp.post<Result>({
-    url: Api.qjuserTrend,
+    url: 'https://test.4dkankan.com' + Api.qjuserTrend,
     params,
     data: params,
     headers: {
@@ -162,7 +162,7 @@ export const buryPointList = (params: PageParams) =>
   });    
   export const volumeTrend = (params) =>
   defHttp.post<Result>({
-    url: Api.volumeTrend,
+    url: 'https://test.4dkankan.com' + Api.volumeTrend,
     params,
     data: params,
     headers: {