fix(miniapp): point API client at portal domain

This commit is contained in:
john
2026-07-11 09:32:33 +08:00
parent 0fd34a5644
commit b17b2f18cb
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
API_BASE_URL: 'https://h5.tkmind.cn',
API_BASE_URL: 'https://m.tkmind.cn',
MINIAPP_LOGIN_PATH: '/auth/wechat-miniapp/login',
SELECTED_SESSION_KEY: 'tkmind_selected_session_id',
AGENT_RUN_POLL_MS: 1200,