📝 修改文档.

This commit is contained in:
lijiahang
2024-05-24 10:47:28 +08:00
parent 532c4afeaa
commit c28c12ee01
19 changed files with 64 additions and 63 deletions

View File

@@ -12,6 +12,9 @@ export const isStandaloneMode = (() => (
|| document.referrer.includes('android-app://')
) === true)();
// 是否为 demo 环境
export const isDemoMode = (() => import.meta.env.VITE_DEMO_MODE === 'true')();
// http base url
export const httpBaseUrl = (() => {
const configBase = import.meta.env.VITE_API_BASE_URL;