Commit ff859556 authored by caicaicai's avatar caicaicai

修改

parent b8cc0333
// 项目配置相关
const config = {
BASE_URL: 'http://8.143.203.103:9090', //线上地址2
REAL_URL: 'http://8.143.203.103:9090', //线上地址2
// BASE_URL: 'http://8.143.203.103:9090', //线上地址2
// REAL_URL: 'http://8.143.203.103:9090', //线上地址2
// BASE_URL: 'http://192.168.0.108:8001',
// REAL_URL: 'http://192.168.0.108:8001',
BASE_URL: 'http://192.168.0.108:8001',
REAL_URL: 'http://192.168.0.108:8001',
TOKEN_KEY: 'token',
USER_KEY: 'userInfo',
......
......@@ -3,10 +3,10 @@
<div class="achievementSmallTitle">绩效统计</div>
<img src="../../../../assets/images/truckTuPian/close.png" class="achievementClose" @click="achievementCloseFn()">
<div class="achievementContent">
<div style="display: flex;margin-top:10px;">
<!-- <div style="display: flex;margin-top:10px;">
<el-radio v-model="from.selectModel" label="司机日派单" border>司机日派单</el-radio>
<el-radio v-model="from.selectModel" label="司机产量报表" border>司机产量报表</el-radio>
</div>
</div> -->
<div style="display: flex;justify-content: space-between;margin-top:10px;">
<el-date-picker v-model="startTime" type="date" placeholder="选择开始日期" style="width:19vw;"></el-date-picker>
<div style="color: rgb(24,228,240);line-height:40px;font-weight:600;">——</div>
......@@ -304,7 +304,7 @@ dd>div{
color: rgb(24,228,240);
}
.rolling{
height: 21vh;
height: 36vh;
overflow-y:auto;
}
.rolling::-webkit-scrollbar {
......
......@@ -17,30 +17,30 @@ module.exports = {
open: true, // 配置自动启动浏览器
proxy: {
'/dianziweilan': {
target: 'http://8.143.203.103:9090'
},
'/auth': {
target: 'http://8.143.203.103:9090',
},
'/pic': {
target: 'http://8.143.203.103/avatar/',
pathRewrite: { '^/pic': '' },
changeOrigin: true,
},
// '/dianziweilan': {
// target: 'http://192.168.0.108:8001'
// target: 'http://8.143.203.103:9090'
// },
// '/auth': {
// target: 'http://192.168.0.108:8001',
// target: 'http://8.143.203.103:9090',
// },
// '/pic': {
// target: 'http://192.168.0.108/avatar/',
// target: 'http://8.143.203.103/avatar/',
// pathRewrite: { '^/pic': '' },
// changeOrigin: true,
// },
'/dianziweilan': {
target: 'http://192.168.0.108:8001'
},
'/auth': {
target: 'http://192.168.0.108:8001',
},
'/pic': {
target: 'http://192.168.0.108/avatar/',
pathRewrite: { '^/pic': '' },
changeOrigin: true,
},
},
//https: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment