chore: .local.config.js.example

This commit is contained in:
2026-01-15 14:37:39 +08:00
parent 0ed0789528
commit b3cc86d088

View File

@@ -38,6 +38,10 @@ const localDevConfig = ({
uniacid: 1, uniacid: 1,
domain: 'https://test.aigc-quickapp.com', domain: 'https://test.aigc-quickapp.com',
}, },
'local-2': { // 测试平台
uniacid: 2,
domain: 'http://localhost:8050/',
},
})['2811']; // 选择要使用的环境配置 })['2811']; // 选择要使用的环境配置
export default localDevConfig; export default localDevConfig;