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:
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user