Commit 196b8cfb090f36d4d126baf327ff2642efcde135

Authored by liuqimichale
1 parent a9e1eea9

first

index.html
... ... @@ -7,8 +7,8 @@
7 7 <meta name="renderer" content="webkit">
8 8 <meta name="viewport" content="width=1200">
9 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 12 </head>
13 13 <body>
14 14 <div id="app"></div>
... ...
src/api/variables.js
1   -const paramsvariables = [10003]
  1 +const paramsvariables = [10079]
2 2  
3 3 export default { paramsvariables }
... ...
src/components/headerCommon.vue
1 1 <template>
2 2 <div class="headercommon">
3   - <h3>赤峰停车运营监控中心</h3>
  3 + <h3>黄石停车运营监控中心</h3>
4 4 <div class="header-fullscreen" @click="handleFullScreen"></div>
5 5 <div class="time-wrap">
6 6 <p>{{timedate}}</p>
... ...
src/utils/request.js
... ... @@ -76,7 +76,7 @@ axios.interceptors.response.use(response =&gt; {
76 76 //axios.defaults.baseURL = '/api'
77 77  
78 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 81 // axios.defaults.withCredentials=true;//让ajax携带cookie
82 82  
... ...
src/views/mapsection.vue
... ... @@ -95,7 +95,7 @@ export default {
95 95 this.incometotal = Math.round(data.totalPay/100)
96 96 })
97 97 serviceAddress({
98   - orgId: '10003'
  98 + orgId: '10079'
99 99 }).then((response)=>{
100 100 const data = response.data.data
101 101 console.log(data)
... ...
src/views/youdaopingsection.vue
... ... @@ -86,11 +86,12 @@ export default {
86 86 width: 50%;
87 87 >div{
88 88 height: 50%;
  89 + position: relative;
89 90 .bg-wrap{
90 91 width: 115px;
91 92 height: 59px;
92 93 padding: 13px 0 0 0;
93   - position: relative;
  94 + position: absolute;
94 95 top:50%;
95 96 left: 50%;
96 97 transform: translate(-50%,-50%);
... ...