📝 去除 demo.

This commit is contained in:
lijiahang
2024-12-19 11:26:32 +08:00
parent 7fb17a173e
commit b2341ce62e
7 changed files with 1 additions and 13 deletions

View File

@@ -12,9 +12,6 @@ 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;