Browse Source

baseurl,media

luyanan 6 years ago
parent
commit
22e9a79add
2 changed files with 3 additions and 3 deletions
  1. 1 1
      config/prod.env.js
  2. 2 2
      src/styles/sidebar.scss

+ 1 - 1
config/prod.env.js

@ -1,5 +1,5 @@
1 1
'use strict'
2 2
module.exports = {
3 3
  NODE_ENV: '"production"',
4
  BASE_API: '"http://47.100.53.9"'
4
  BASE_API: '""'
5 5
}

+ 2 - 2
src/styles/sidebar.scss

@ -94,7 +94,7 @@
94 94
  }
95 95
96 96
  //适配移动端
97
  .mobile {
97
  /*.mobile {
98 98
    .main-container {
99 99
      margin-left: 0px;
100 100
    }
@ -114,5 +114,5 @@
114 114
    .sidebar-container {
115 115
      transition: none;
116 116
    }
117
  }
117
  }*/
118 118
}