From c862472dee3ca938d25ee00e97e465d93a8073ba Mon Sep 17 00:00:00 2001 From: dqz Date: Tue, 11 Mar 2025 08:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +- index.html | 161 ++++++++++++++++++------------------ public/serverConfig.json | 4 +- src/views/login/index.vue | 120 ++++++--------------------- src/views/welcome/index.vue | 1 - 5 files changed, 112 insertions(+), 180 deletions(-) diff --git a/.env.production b/.env.production index 6ecab1d..6b969f3 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ # 线上环境平台打包路径 -VITE_PUBLIC_PATH = ./ +VITE_PUBLIC_PATH = /shop-admin/ -# 线上环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数") +# 预发布环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数") VITE_ROUTER_HISTORY = "hash" # 是否在打包时使用cdn替换本地库 替换 true 不替换 false @@ -13,4 +13,4 @@ VITE_CDN = false VITE_COMPRESSION = "none" # 后端地址 -VITE_APP_BASE_API = '/prod-api' \ No newline at end of file +VITE_APP_BASE_API = '/shop-back-end' \ No newline at end of file diff --git a/index.html b/index.html index 7aad001..24dc43c 100644 --- a/index.html +++ b/index.html @@ -1,87 +1,88 @@ - - - - - - Agileboot管理系统 - - - - -
- +
+
+ + - .loader { - position: relative; - top: 0; - margin: 80px auto; - font-size: 10px; - color: #406eeb; - text-indent: -9999em; - transform: translateZ(0); - transform: translate(-50%, 0); - animation-delay: -0.16s; - } - - .loader::before, - .loader::after { - position: absolute; - top: 0; - content: ""; - } - - .loader::before { - left: -3.5em; - animation-delay: -0.32s; - } - - .loader::after { - left: 3.5em; - } - - @keyframes load-animation { - 0%, - 80%, - 100% { - box-shadow: 0 2.5em 0 -1.3em; - } - - 40% { - box-shadow: 0 2.5em 0 0; - } - } - -
- - - - + \ No newline at end of file diff --git a/public/serverConfig.json b/public/serverConfig.json index 4aaef6f..b815c52 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,6 +1,6 @@ { "Version": "4.4.0", - "Title": "Agileboot", + "Title": "微商城后台管理系统", "FixedHeader": true, "HiddenSideBar": false, "MultiTagsCache": false, @@ -19,4 +19,4 @@ "CachingAsyncRoutes": false, "TooltipEffect": "light", "ResponsiveStorageNameSpace": "responsive-" -} +} \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 007bb6f..d64e2f1 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -158,13 +158,8 @@ onBeforeUnmount(() => {
- +
@@ -181,63 +176,36 @@ onBeforeUnmount(() => { - + - - + + - + - + diff --git a/src/views/welcome/index.vue b/src/views/welcome/index.vue index db2bd3c..05d4e2b 100644 --- a/src/views/welcome/index.vue +++ b/src/views/welcome/index.vue @@ -5,5 +5,4 @@ defineOptions({