From 4ced4e40cc7b0e24ec4e555e38948a48b3ebb942 Mon Sep 17 00:00:00 2001 From: luanss Date: Wed, 17 Mar 2021 08:58:16 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +-- .env.production | 2 +- src/layout/components/Navbar.vue | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 121d960..6ed09c1 100644 --- a/.env.development +++ b/.env.development @@ -3,8 +3,7 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'test' # base api -# VUE_APP_BASE_API = 'http://101.201.121.115:8093' -VUE_APP_BASE_API = 'http://192.168.31.35:8093' +VUE_APP_BASE_API = 'http://101.201.121.115:8093' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/.env.production b/.env.production index 896e836..5bb7aae 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ VUE_APP_ENV = 'Prod' NODE_ENV = 'production' # base api -# VUE_APP_BASE_API = 'http://10.122.64.86:8093' +# VUE_APP_BASE_API = 'http://10.122.64.86:8095' VUE_APP_BASE_API = 'http://192.168.3.22:8095' \ No newline at end of file diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index d702d86..c30a70a 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -113,7 +113,8 @@ export default { height: 80px; overflow: hidden; position: relative; - background: url('../../assets/imgs/bg_nav.png'); + // background: url('../../assets/imgs/bg_nav.png'); + background: #1467ff; box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); .top { height: 80px;