Commit 196b8cfb090f36d4d126baf327ff2642efcde135

Authored by liuqimichale
1 parent a9e1eea9

first

index.html
@@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
7 <meta name="renderer" content="webkit"> 7 <meta name="renderer" content="webkit">
8 <meta name="viewport" content="width=1200"> 8 <meta name="viewport" content="width=1200">
9 <meta http-equiv="refresh" content="180"> 9 <meta http-equiv="refresh" content="180">
10 - <title>赤峰停车运营监控中心</title>  
11 - <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=cuMSxNl5LOY6sf1M3nDGtG6tGXl5a0Bb"></script> 10 + <title>黄石停车运营监控中心</title>
  11 + <script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=cuMSxNl5LOY6sf1M3nDGtG6tGXl5a0Bb"></script>
12 </head> 12 </head>
13 <body> 13 <body>
14 <div id="app"></div> 14 <div id="app"></div>
src/api/variables.js
1 -const paramsvariables = [10003] 1 +const paramsvariables = [10079]
2 2
3 export default { paramsvariables } 3 export default { paramsvariables }
src/components/headerCommon.vue
1 <template> 1 <template>
2 <div class="headercommon"> 2 <div class="headercommon">
3 - <h3>赤峰停车运营监控中心</h3> 3 + <h3>黄石停车运营监控中心</h3>
4 <div class="header-fullscreen" @click="handleFullScreen"></div> 4 <div class="header-fullscreen" @click="handleFullScreen"></div>
5 <div class="time-wrap"> 5 <div class="time-wrap">
6 <p>{{timedate}}</p> 6 <p>{{timedate}}</p>
src/utils/request.js
@@ -76,7 +76,7 @@ axios.interceptors.response.use(response =&gt; { @@ -76,7 +76,7 @@ axios.interceptors.response.use(response =&gt; {
76 //axios.defaults.baseURL = '/api' 76 //axios.defaults.baseURL = '/api'
77 77
78 // axios.defaults.baseURL = 'http://106.15.191.5:8093/'; 78 // axios.defaults.baseURL = 'http://106.15.191.5:8093/';
79 -axios.defaults.baseURL = 'http://test.renniting.cn/bcp/';//测试地址 79 +axios.defaults.baseURL = 'https://bcp.huangshiparking.com/';//测试地址
80 //设置默认请求头 80 //设置默认请求头
81 // axios.defaults.withCredentials=true;//让ajax携带cookie 81 // axios.defaults.withCredentials=true;//让ajax携带cookie
82 82
src/views/mapsection.vue
@@ -95,7 +95,7 @@ export default { @@ -95,7 +95,7 @@ export default {
95 this.incometotal = Math.round(data.totalPay/100) 95 this.incometotal = Math.round(data.totalPay/100)
96 }) 96 })
97 serviceAddress({ 97 serviceAddress({
98 - orgId: '10003' 98 + orgId: '10079'
99 }).then((response)=>{ 99 }).then((response)=>{
100 const data = response.data.data 100 const data = response.data.data
101 console.log(data) 101 console.log(data)
src/views/youdaopingsection.vue
@@ -86,11 +86,12 @@ export default { @@ -86,11 +86,12 @@ export default {
86 width: 50%; 86 width: 50%;
87 >div{ 87 >div{
88 height: 50%; 88 height: 50%;
  89 + position: relative;
89 .bg-wrap{ 90 .bg-wrap{
90 width: 115px; 91 width: 115px;
91 height: 59px; 92 height: 59px;
92 padding: 13px 0 0 0; 93 padding: 13px 0 0 0;
93 - position: relative; 94 + position: absolute;
94 top:50%; 95 top:50%;
95 left: 50%; 96 left: 50%;
96 transform: translate(-50%,-50%); 97 transform: translate(-50%,-50%);