韩飞给的全部页面

This commit is contained in:
xk_guohonglei
2020-08-18 18:17:09 +08:00
parent 3b284be832
commit 68565b60b2
7 changed files with 313 additions and 17 deletions

9
api/global.js Normal file
View File

@@ -0,0 +1,9 @@
const baseURL = 'https://www.51xingka.net/LSMOIL/'
const token = '123456'
const userSite = '林花落了春红,太匆匆'
export default {
baseURL,
token,
userSite
}