添加mock数据

This commit is contained in:
2026-04-13 11:32:31 +08:00
parent 334e5936c9
commit 37141c1d6b
17 changed files with 1843 additions and 330 deletions

View File

@@ -6,7 +6,10 @@ export { supa }
import type { OrderOptions } from '@/components/supadb/aksupa.uts'
const OLD_URL = '192.168.1.61:18000'
const NEW_URL = '119.146.131.237:9126'
// const NEW_URL = '119.146.131.237:9126'
// 医疗项目 Supabase 实例地址(与 ak/config.uts 中的 SUPA_URL 保持一致,去掉 http:// 前缀)
const NEW_URL = '119.146.131.237:9127'
function fixImageUrl(url: string | null): string {
if (url == null) return ''