From 6e8d0b7babefeff5efa895cf9af8f2f63141eebb Mon Sep 17 00:00:00 2001 From: wangxy Date: Thu, 22 Apr 2021 13:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.staging | 4 +- src/layout/components/Sidebar/Logo.vue | 4 +- src/views/property/pay.vue | 172 ++++++++++++++++++------- 3 files changed, 128 insertions(+), 52 deletions(-) diff --git a/.env.staging b/.env.staging index af242d3..2faa01a 100644 --- a/.env.staging +++ b/.env.staging @@ -5,7 +5,7 @@ NODE_ENV = 'production' # base api 玫苑 -# VUE_APP_BASE_API = 'http://101.201.121.115:8092' +VUE_APP_BASE_API = 'http://101.201.121.115:8092' # 和瑞 -VUE_APP_BASE_API = 'http://101.201.121.115:8094' +# VUE_APP_BASE_API = 'http://101.201.121.115:8094' diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 6c43dc3..85b0a9a 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -37,8 +37,8 @@ export default { }, data() { return { - title: `和瑞物业`, - // title: `玫苑物业`, + // title: `和瑞物业`, + title: `玫苑物业`, logo: '@/assets/logo/logo.png' } } diff --git a/src/views/property/pay.vue b/src/views/property/pay.vue index 28f705d..4f76465 100644 --- a/src/views/property/pay.vue +++ b/src/views/property/pay.vue @@ -1,9 +1,7 @@