Browse Source

update:更新环境变量

feature_newLogin
luanss 4 years ago
parent
commit
4ced4e40cc
3 changed files with 4 additions and 4 deletions
  1. +1
    -2
      .env.development
  2. +1
    -1
      .env.production
  3. +2
    -1
      src/layout/components/Navbar.vue

+ 1
- 2
.env.development View File

@ -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.


+ 1
- 1
.env.production View File

@ -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'

+ 2
- 1
src/layout/components/Navbar.vue View File

@ -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;


Loading…
Cancel
Save