家谱APP首页样式设计完成,落地80%

This commit is contained in:
2026-07-13 00:23:04 +08:00
commit 1da4d8cf1f
117 changed files with 9476 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export const runtimeConfig = {
mode: 'mock',
baseUrl: 'http://182.61.18.23:8080',
clientId: '428a8310cd442757ae699df5d894f051',
tenantId: '000000'
}
export const isMockMode = () => runtimeConfig.mode === 'mock'
export const hasRemoteConfig = () => runtimeConfig.mode === 'remote' && Boolean(runtimeConfig.baseUrl && runtimeConfig.clientId)