Browse Source

更新

master
453530270@qq.com 2 years ago
parent
commit
fc4e4e276d
  1. 3
      config.js
  2. 4
      pages/login/index.vue
  3. 2
      pages/paySuccess/paySuccess.vue

3
config.js

@ -6,7 +6,8 @@ module.exports = {
// 必填: 后端api地址, 斜杠/结尾, 参照下面格式
// 例如: https://www.你的域名.com/index.php?s=/api/
// apiUrl: "https://www.你的域名.com/index.php?s=/api/",
apiUrl: "http://192.168.66.16:8089/index.php?s=/api/",
apiUrl: "./index.php?s=/api/",
// apiUrl: "http://192.168.66.16:8089/index.php?s=/api/",
/**
* 是否启用商城设置缓存

4
pages/login/index.vue

@ -248,7 +248,7 @@ import store from '@/store'
width: 76%;
img{
margin-left: 32rpx;
margin-left: 36rpx;
}
}
@ -259,7 +259,7 @@ import store from '@/store'
line-height: 1.4;
display: flex;
flex-direction: column;
width: 98%;
width: 96%;
padding-bottom: 12rpx;
text-align: center;

2
pages/paySuccess/paySuccess.vue

@ -131,7 +131,7 @@
var u = navigator.userAgent;
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) {//
//alert('')
durl=""
durl="https://pelerin.cn/CCDE.apk"
} else if (u.indexOf('iPhone') > -1) {//
durl="https://bf-analyze.oss-cn-shenzhen.aliyuncs.com/test/planet"
//alert('iPhone')

Loading…
Cancel
Save