From 637cacad48370b6378337ff58a7880b145ff5b40 Mon Sep 17 00:00:00 2001 From: myTest383
Date: Wed, 27 Nov 2024 08:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=AE=9A=E5=95=86=E5=9F=8E=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- src/layout/components/Navbar.vue | 305 ++++++++++++++++--------------- src/settings.js | 24 +-- 3 files changed, 167 insertions(+), 166 deletions(-) diff --git a/.env.production b/.env.production index 0e5f539..3714a9c 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ ENV = 'production' VUE_APP_BASE_API = '/lpkapi' ## 配置 正式接口地址 -VUE_APP_URL = "" -VUE_APP_REPORT_URL = "" +VUE_APP_URL = "https://ordermall.yxtsoft.com" +VUE_APP_REPORT_URL = "https://ordermall.yxtsoft.com" diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index b5e6257..5901a5c 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,168 +1,169 @@ -