fix: CORS/API 500 issues, switch to native tabbar, restore quick-actions

- Backend: guest UUID format fix, /auth/me guest branch, UUID validation in deps.py, CORS config fix
- Frontend: switch to native tabbar (custom: false), cleanup App.vue, redesign quick-actions with colored icons, conditional wechat login, proxy API requests via Vite
This commit is contained in:
TradeMate Dev
2026-05-13 17:54:13 +08:00
parent 7b62c2f8b4
commit 04f7ff0317
8 changed files with 101 additions and 66 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export const BASE_URL = 'http://localhost:8000/api/v1'
export const BASE_URL = '/api/v1'
const getAuthHeader = () => {
const token = uni.getStorageSync('token')