Browse Source

证书信息

master
zhang_li 5 months ago
parent
commit
9bca9a57c8
  1. 8
      aliasPassword.txt
  2. BIN
      pdatest.keystore
  3. 28
      src/App.vue

8
aliasPassword.txt

@ -0,0 +1,8 @@
证书名称:pdatest.keystore
证书别名:pdatestalias
证书密码:092134
SHA1: 53:30:B7:A6:0B:10:FA:0A:5A:3A:2F:4A:E5:21:96:EC:79:5B:41:C1
SHA256: C4:85:45:66:D5:FC:6E:FB:C8:45:5D:FA:41:8D:94:6D:E5:C1:41:CE:D0:E3:4D:B3:F9:3B:68:6A:1B:E2:43:86
Android 包名:com.eampda.uniapp
Android 应用签名:aa65e187685c2088b82d1a8c143bbabe//还没弄
ios 包名:com.eam.bundleld//还没弄

BIN
pdatest.keystore

Binary file not shown.

28
src/App.vue

@ -51,6 +51,34 @@
})
}
// #endif
// plus.runtime.getProperty(plus.runtime.appid, function(widgetInfo) {
// _this.$post('common/upApp', {
// version: widgetInfo.version,
// }).then(res => {
// if (res.status == 0) {
// if (res.data.code == 0) {
// uni.downloadFile({
// url: res.data.download,
// success: (downloadResult) => {
// if (downloadResult.statusCode === 200) {
// plus.runtime.install(downloadResult
// .tempFilePath, {
// force: true
// },
// function() {
// plus.runtime.restart();
// },
// function(e) {
// });
// }
// }
// });
// }
// }
// })
// });
if (getAccessToken()) {
await store.GetPermissionInfo().then(res => {
}).catch(() => { })

Loading…
Cancel
Save