星油企业版

This commit is contained in:
caolc
2022-08-08 09:17:43 +08:00
commit e3238cb907
517 changed files with 80472 additions and 0 deletions

15
api/global.js Normal file
View File

@@ -0,0 +1,15 @@
const baseURL = 'https://www.51xingka.net/LSMDRIVER/'
const starUrl = 'https://xingka51.oss-cn-hangzhou.aliyuncs.com/applets/starOil/'
const mainURL = 'https://xingka51.oss-cn-hangzhou.aliyuncs.com/applets/cloudSite/'
const imgURL = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/'
const yellowURL = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-xq/'
const qqMapKey = 'NYEBZ-YURY3-XTU3N-YBR54-PKW6E-ROB2F'
export default {
baseURL,
starUrl,
mainURL,
imgURL,
qqMapKey,
yellowURL
}