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 @@ + + .footer { + position: fixed; + bottom: 0; + width: 100%; + line-height: 40px; + background: #E9F1F7; + text-align: center; + font-size: 14px; + color: #666; + } + \ No newline at end of file diff --git a/src/settings.js b/src/settings.js index 03a773e..0446137 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,16 +1,16 @@ module.exports = { - title: '惠享', + title: '预定商城系统', - /** - * @type {boolean} true | false - * @description Whether fix the header - */ - fixedHeader: false, + /** + * @type {boolean} true | false + * @description Whether fix the header + */ + fixedHeader: false, - /** - * @type {boolean} true | false - * @description Whether show the logo in sidebar - */ - sidebarLogo: false -} + /** + * @type {boolean} true | false + * @description Whether show the logo in sidebar + */ + sidebarLogo: false +} \ No newline at end of file