第一次提交

This commit is contained in:
caolc
2023-02-15 09:25:11 +08:00
commit ea8e9f9eb7
202 changed files with 38601 additions and 0 deletions

16
api/global.js Normal file
View File

@@ -0,0 +1,16 @@
const baseURL = 'https://www.51xingka.net/LSMDRIVER/'
const starUrl = 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/'
const mainURL = 'https://xingka51.oss-cn-hangzhou.aliyuncs.com/applets/cloudSite/'
const imgURL = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/'
const qqMapKey = 'NYEBZ-YURY3-XTU3N-YBR54-PKW6E-ROB2F'
const newImgURL = 'https://xoil-public.oss-cn-beijing.aliyuncs.com/enterprise_startoil/'
const otherImgURL = 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/'
export default {
baseURL,
starUrl,
mainURL,
imgURL,
qqMapKey,
newImgURL,
otherImgURL
}