diff --git a/aliasPassword.txt b/aliasPassword.txt new file mode 100644 index 0000000..22147f9 --- /dev/null +++ b/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//还没弄 \ No newline at end of file diff --git a/pdatest.keystore b/pdatest.keystore new file mode 100644 index 0000000..e2133f2 Binary files /dev/null and b/pdatest.keystore differ diff --git a/src/App.vue b/src/App.vue index 01203cc..31b5d75 100644 --- a/src/App.vue +++ b/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(() => { })