From 853eabd98afb2fd27539a90d47fb9f6c7cf16530 Mon Sep 17 00:00:00 2001
From: wangxulei <727869402@qq.com>
Date: Fri, 10 Jan 2025 23:04:00 +0800
Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/.env.production | 2 +-
web/src/views/dashboard/index.vue | 444 +++++++++++++++++++++++++++---
web/src/views/login/login.vue | 6 +-
3 files changed, 406 insertions(+), 46 deletions(-)
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 @@