|
@@ -8,6 +8,7 @@ const local = {
|
|
api:'https://openapi.dev.bozedu.net/',
|
|
api:'https://openapi.dev.bozedu.net/',
|
|
uc: 'https://uc.dev.bozedu.net/',
|
|
uc: 'https://uc.dev.bozedu.net/',
|
|
origin: window.location.origin,
|
|
origin: window.location.origin,
|
|
|
|
+ tiny: '',
|
|
}
|
|
}
|
|
|
|
|
|
// 测试服环境
|
|
// 测试服环境
|
|
@@ -18,6 +19,7 @@ const development = {
|
|
yzy: 'https://yzy.dev.bozedu.net/',
|
|
yzy: 'https://yzy.dev.bozedu.net/',
|
|
api:'https://openapi.dev.bozedu.net/',
|
|
api:'https://openapi.dev.bozedu.net/',
|
|
uc: 'https://uc.dev.bozedu.net/',
|
|
uc: 'https://uc.dev.bozedu.net/',
|
|
|
|
+ tiny: '/webapps/page/liankao',
|
|
}
|
|
}
|
|
|
|
|
|
// // 正式服环境
|
|
// // 正式服环境
|
|
@@ -28,6 +30,7 @@ const production = {
|
|
yzy: 'https://yzy.bozedu.net/',
|
|
yzy: 'https://yzy.bozedu.net/',
|
|
api:'https://openapi.bozedu.net/',
|
|
api:'https://openapi.bozedu.net/',
|
|
uc: 'https://uc.bozedu.net/',
|
|
uc: 'https://uc.bozedu.net/',
|
|
|
|
+ tiny: '/webapps/page/liankao',
|
|
}
|
|
}
|
|
|
|
|
|
function isWhich() {
|
|
function isWhich() {
|