| | |
| | | line-height: 38px; |
| | | } |
| | | .el-menu-item.is-active { |
| | | background-color: rgba(0,0,0,.1) !important; |
| | | background-color: rgb(163, 44, 48) !important; |
| | | color: #fff !important; |
| | | } |
| | | .el-button { |
| | | padding: 10px 20px; |
| | |
| | | // change xxx-api/login => mock/login |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target: 'http://120.24.23.155:8301/', |
| | | target: 'http://127.0.0.1:8301/', |
| | | target: 'http://120.24.23.155:8301/', |
| | | // target: 'http://127.0.0.1:8301/', |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | ['^' + process.env.VUE_APP_BASE_API]: '' |