Commit 7ff80de5 authored by 王向前's avatar 王向前

界面调整

parent 5312dc15
let BASE_URL = ''
if (process.env.NODE_ENV == 'development') {
BASE_URL = 'http://119.3.92.249:18080/dmg' /* 开发环境*/
BASE_URL = 'https://www.gavelinfo.com/dmg'
} else {
BASE_URL = 'http://119.3.92.249:18080/dmg'// 生产环境
BASE_URL = 'https://www.gavelinfo.com/dmg'
}
let staticDomainURL = BASE_URL+ '/sys/common/static';
......
//APP更新
import api from 'api/api.js'
export default function appUpdate() {
/* let url="http://119.3.92.249:17007/app/download/datacenter.apk";
plus.runtime.openURL(url, function(ress) {
console.log(ress);
}); */
export default function appUpdate() {
api.postData('/getAppVersion',{
/* version: plus.runtime.version,
imei: plus.device.imei, */
......
......@@ -45,7 +45,8 @@
},
/* ios打包配置 */
"ios" : {
"dSYMs" : false
"dSYMs" : false,
"idfa" : false
},
/* SDK配置 */
"sdkConfigs" : {
......
......@@ -28,7 +28,7 @@
<view></view>
<checkbox class='round' :class="checkbox[0].checked?'checked':''"
:checked="checkbox[0].checked?true:false" value="Y"></checkbox>
<view class="title margin-left">记住密码
<view class="title margin-left text-white">记住密码
</view>
</checkbox-group>
......@@ -478,7 +478,7 @@
left: 50upx;
top: -90upx;
font-size: 46upx;
color: #555;
color: white;
text-shadow: 1px 0px 1px rgba(0, 0, 0, .3);
}
......
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