| | |
| | | "name" : "育英中学停车", |
| | | "appid" : "__UNI__EDF0B5C", |
| | | "description" : "", |
| | | "versionName" : "1.0.2", |
| | | "versionCode" : 102, |
| | | "versionName" : "1.1.0", |
| | | "versionCode" : 110, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | background-repeat: no-repeat; |
| | | background-position: center; |
| | | background-size: 70%; |
| | | |
| | | &.gray{ |
| | | background-image: url(../../static/parking/u308.png); |
| | | } |
| | | &.blue{ |
| | | background: linear-gradient(135deg, #7ccef9 0%, #7ccef9 0%, #7590fd 100%, #7590fd 100%); |
| | | background-size: 100%; |
| | | color: #ffffffa3; |
| | | line-height: 90rpx; |
| | | text-align: center; |
| | | font-family: auto; |
| | | } |
| | | &.red{ |
| | | background-image: url(../../static/parking/u392.png); |
| | |
| | | background-position: center; |
| | | background-size: 56%; |
| | | font-size: 36rpx; |
| | | color: #ffffffa3; |
| | | line-height: 60rpx; |
| | | text-align: center; |
| | | font-family: auto; |
| | | &.whitespace{ |
| | | background: none; |
| | | box-shadow: none; |
| | |
| | | export default class Api { |
| | | syncRequest = function(option){ |
| | | //正式 |
| | | const BASEURL = 'http://111.205.161.131:5116'; |
| | | const BASEURL = 'http://yyparking.smartai.com:5116'; |
| | | //测试 |
| | | //const BASEURL = 'http://192.168.20.10:7006'; |
| | | //处理请求url |
| | | // const BASEURL = 'http://58.118.176.201:5116'; |
| | | |
| | | if(option.url.indexOf('weather')<0 && option.url.indexOf('smartai')<0){ |
| | | option.url = BASEURL+option.url; |