Implement login functionality and UI updates across the application. Added silent login process in App.vue, updated styles for various components, and integrated smoke record dialog. Enhanced onboarding and profile pages with improved layouts and user experience. Updated manifest and configuration files for deployment. Added easycom configuration for component auto-import.

This commit is contained in:
nepiedg
2026-01-25 14:48:20 +08:00
parent c883ae7b17
commit 661f39dfd7
24 changed files with 4569 additions and 572 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const ENV = {
development: {
BASE_URL: 'http://127.0.0.1:8080/api/v1',
BASE_URL: 'http://192.168.214.3:8080/api/v1',
MINI_PROGRAM_ID: 1
},
production: {