diff --git a/manifest.json b/manifest.json index 5666d1d..2b453d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { - "name" : "立讯手持", - "appid" : "__UNI__A3EEF18", - "description" : "立讯手持系统", - "versionName" : "1.0.0", + "name" : "超威手持", + "appid" : "__UNI__E097C21", + "description" : "超威手持系统", + "versionName" : "1.0.1", "versionCode" : 101, "transformPx" : false, /* 5+App特有相关 */ diff --git a/utils/jsencrypt.js b/utils/jsencrypt.js index 29008d4..820344b 100644 --- a/utils/jsencrypt.js +++ b/utils/jsencrypt.js @@ -1,4 +1,4 @@ -import JSEncrypt from '../node_modules/jsencrypt/bin/jsencrypt.js' +import JSEncrypt from './jsencrypt2.js' let publicKey = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANL378k3RiZHWx5AfJqdH9xRNBmD9wGD\n' + '2iRe41HdTNF8RUhNnHit5NpMNtGL0NPTSSpPjjI1kJfVorRvaQerUgkCAwEAAQ=='; function RSAencrypt(pas){