This commit is contained in:
5
App.vue
5
App.vue
@@ -9,6 +9,11 @@ export default {
|
||||
this.$i18n.locale = this.vuex_locale;
|
||||
this.$u.api.lang({lang: this.vuex_locale});
|
||||
}
|
||||
|
||||
//只有在基座运行的情况下才能打印看到
|
||||
const clientInfo = plus.push.getClientInfo()
|
||||
console.log(clientInfo)
|
||||
|
||||
// 设置底部导航栏角标
|
||||
// uni.setTabBarBadge({
|
||||
// index: 0,
|
||||
|
@@ -28,7 +28,8 @@
|
||||
"modules" : {
|
||||
"Payment" : {},
|
||||
"Camera" : {},
|
||||
"Barcode" : {}
|
||||
"Barcode" : {},
|
||||
"Push" : {}
|
||||
},
|
||||
"distribute" : {
|
||||
"android" : {
|
||||
@@ -72,6 +73,18 @@
|
||||
"UniversalLinks" : ""
|
||||
},
|
||||
"appleiap" : {}
|
||||
},
|
||||
"push" : {
|
||||
"unipush" : {
|
||||
"version" : "2",
|
||||
"offline" : true,
|
||||
"honor" : {},
|
||||
"meizu" : {},
|
||||
"mi" : {},
|
||||
"vivo" : {},
|
||||
"oppo" : {},
|
||||
"hms" : {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons" : {
|
||||
|
Reference in New Issue
Block a user