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