Unify frontend config, fix marketing tracking field mismatch, expose customer notes in API
Centralizes all hardcoded page paths, storage keys, external URLs, and branding into a single uni-app/src/config.js. Fixes trackMarketingEffect sending wrong field names (action/content_preview -> event_type/content) that silently dropped tracking data. Adds notes, estimated_value, next_followup_at to Customer response. Removes '翻译' from bottom tab nav (5 tabs now), adds quick translate card on home page. Makes profile page header color consistent with app theme (#1890ff).
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<template>
|
||||
<!-- Uni-app manages its own page/tabbar structure. App.vue only provides global styles. -->
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// App root - uni-app framework handles page layout and tab bar
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user