diff --git a/web/.env.production b/web/.env.production
index 89f2b52..5939ecc 100644
--- a/web/.env.production
+++ b/web/.env.production
@@ -2,7 +2,7 @@
ENV = 'production'
# base api
-VUE_APP_BASE_API = '/api'
+VUE_APP_BASE_API = 'http://8.146.211.120:8080/api'
# system name
VUE_APP_SYSTEM_NAME = 'DD STORE'
diff --git a/web/src/views/dashboard/index.vue b/web/src/views/dashboard/index.vue
index 72db72a..ddd020d 100644
--- a/web/src/views/dashboard/index.vue
+++ b/web/src/views/dashboard/index.vue
@@ -1,58 +1,418 @@