main
liudan 1 year ago
parent 2f639735b1
commit e7e4499395
  1. 2
      .hbuilderx/launch.json
  2. 8
      App.vue
  3. 12
      manifest.json

@ -19,7 +19,7 @@
"type" : "uniCloud"
},
{
"playground" : "standard",
"playground" : "custom",
"type" : "uni-app:app-android"
},
{

@ -8,10 +8,10 @@
}
},
async mounted() {
this.onlineStatus()
this.timer = setInterval(()=>{
this.onlineStatus()
},300000)
// this.onlineStatus()
// this.timer = setInterval(()=>{
// this.onlineStatus()
// },300000)
// #ifdef H5
if (typeof window.entryUrl === 'undefined' || window.entryUrl === '') {
window.entryUrl = window.location.href.split('#')[0]

@ -3,14 +3,14 @@
"appid" : "__UNI__3303922",
// "appid" : "__UNI__AE4A250",
"description" : "希希到家",
"versionName" : "1.0.1",
"versionCode" : 102,
"versionName" : "1.0.3",
"versionCode" : 103,
"transformPx" : false,
"uniStatistics" : {
"enable" : false //
},
"mp-weixin" : {
"appid" : "wx581f0c1732ae745f",
"appid" : "wx5ee422c9373d262e",
"setting" : {
"urlCheck" : true,
"postcss" : true,
@ -106,7 +106,7 @@
"sdkConfigs" : {
"oauth" : {
"weixin" : {
"appid" : "wxe58f2d0fb0800868",
"appid" : "wx5ee422c9373d262e",
"appsecret" : "86122c9823f78cdd6304695061d2424f",
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/"
}
@ -127,13 +127,13 @@
"payment" : {
"weixin" : {
"__platform__" : [ "ios", "android" ],
"appid" : "wxe58f2d0fb0800868",
"appid" : "wx5ee422c9373d262e",
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/"
}
},
"share" : {
"weixin" : {
"appid" : "wxe58f2d0fb0800868",
"appid" : "wx5ee422c9373d262e",
"UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/"
}
},

Loading…
Cancel
Save