Browse Source

替换请求地址

xjj 1 năm trước cách đây
mục cha
commit
c381bdfa34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/services/ReportDaily.js

+ 1 - 1
src/services/ReportDaily.js

@@ -2,7 +2,7 @@ import axios from 'axios';
 const moment = require('moment');
 
 let api = axios.create({
-  baseURL: 'http://192.168.20.107:8010/api',
+  baseURL: 'http://47.96.12.136:8123/api',
 });
 
 async function getToken() {