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