Commit 92544c76ba47cbb0989e2cbe13e7d13e4a21a262
1 parent
42d99196
西城 静态码
Showing
3 changed files
with
10 additions
and
9 deletions
src/components/plateNumber.vue
| ... | ... | @@ -63,7 +63,7 @@ |
| 63 | 63 | <div class="first-word" |
| 64 | 64 | @click="selectFirstWord($event)"> |
| 65 | 65 | <div class="word"> |
| 66 | - <span>蒙</span> | |
| 66 | + <span>京</span> | |
| 67 | 67 | </div> |
| 68 | 68 | <div class="word"> |
| 69 | 69 | <span>湘</span> |
| ... | ... | @@ -144,7 +144,7 @@ |
| 144 | 144 | <div class="first-word" |
| 145 | 145 | @click="selectFirstWord($event)"> |
| 146 | 146 | <div class="word"> |
| 147 | - <span>京</span> | |
| 147 | + <span>蒙</span> | |
| 148 | 148 | </div> |
| 149 | 149 | <div class="word"> |
| 150 | 150 | <span>赣</span> | ... | ... |
src/router/index.js
| ... | ... | @@ -2,7 +2,7 @@ import Vue from 'vue' |
| 2 | 2 | import Router from 'vue-router' |
| 3 | 3 | import plateNumber from '@/components/plateNumber' |
| 4 | 4 | import parkRecord from '@/components/parkRecord' |
| 5 | -import navigation from '@/components/navigation' | |
| 5 | +// import navigation from '@/components/navigation' | |
| 6 | 6 | |
| 7 | 7 | Vue.use(Router) |
| 8 | 8 | |
| ... | ... | @@ -14,11 +14,11 @@ export default new Router({ |
| 14 | 14 | name: 'plateNumber' |
| 15 | 15 | } |
| 16 | 16 | }, |
| 17 | - { | |
| 18 | - path: '/navigation', | |
| 19 | - name: 'navigation', | |
| 20 | - component: navigation | |
| 21 | - }, | |
| 17 | + // { | |
| 18 | + // path: '/navigation', | |
| 19 | + // name: 'navigation', | |
| 20 | + // component: navigation | |
| 21 | + // }, | |
| 22 | 22 | { |
| 23 | 23 | path: '/plateNumber', |
| 24 | 24 | name: 'plateNumber', | ... | ... |
src/utils/utils.js
| ... | ... | @@ -122,7 +122,8 @@ export default { |
| 122 | 122 | |
| 123 | 123 | myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 |
| 124 | 124 | |
| 125 | - myVxAppId: 'wx2af2bab90d433c86', | |
| 125 | + myVxAppId: 'wx78702b90dadb9586', | |
| 126 | + // 西城 wx78702b90dadb9586 | |
| 126 | 127 | // 测试环境 微信赤峰 appid wxff4cebaedbf4f886 |
| 127 | 128 | // 微信赤峰 appid wx2af2bab90d433c86 |
| 128 | 129 | // 黄石 appid wxa1a66cc7d263afe6 | ... | ... |