在搞加密解密

This commit is contained in:
xk_guohonglei
2020-09-01 10:17:18 +08:00
parent 95d1376376
commit e29760f1cb
29 changed files with 2139 additions and 406 deletions

View File

@@ -1,5 +1,6 @@
<script>
import Vue from 'vue'
import utils from '@/utils/encode'
export default {
onLaunch: function() {
uni.getSystemInfo({
@@ -29,6 +30,9 @@
},
onShow: function() {
console.log('App Show')
const JSESSIONID = utils.uuid()
console.log(JSESSIONID)
console.log(utils.bcrypt(JSESSIONID))
uni.getLocation({
type: 'wgs84',
success: function (res) {