Skip to content

Commit

Permalink
修改url
Browse files Browse the repository at this point in the history
  • Loading branch information
tinarooot committed Mar 11, 2022
1 parent 992aed9 commit 11d39c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/services/date/takeAHoliday.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const BASE_URL = 'http://tina.tinaroot.cn/date/takeAHoliday/';
const PY_API = 'http://py.tinaroot.cn/api/date/';
import {request, METHOD} from '@/utils/request'



/**
* 节假日安排
* @returns list
Expand Down
4 changes: 2 additions & 2 deletions src/services/language/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const BASE_URL = 'http://127.0.0.1:5000/api/language/';
// const BASE_URL = 'http://py.tinaroot.cn/api/language/';
// const BASE_URL = 'http://127.0.0.1:5000/api/language/';
const BASE_URL = 'http://py.tinaroot.cn/api/language/';
import {request, METHOD} from '@/utils/request'

/**
Expand Down

0 comments on commit 11d39c0

Please sign in to comment.