去除加密

This commit is contained in:
zhangyichen
2022-04-13 13:55:41 +08:00
parent 0e2af584cc
commit 7d9d1d6a1f
+1 -1
View File
@@ -28,7 +28,7 @@ export default {
let Base64 = require('js-base64').Base64 let Base64 = require('js-base64').Base64
const str = Base64.encode(this.$route.query.username) const str = Base64.encode(this.$route.query.username)
const params = { const params = {
username: str username: this.$route.query.username
} }
checkPage(params).then(res => { checkPage(params).then(res => {
if (res.ok) { if (res.ok) {