|
@ -1,5 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div v-if="isShowLogin" class="aui-wrapper aui-page__login"> |
|
|
<div v-if="isShowLogin" |
|
|
|
|
|
class="aui-wrapper aui-page__login"> |
|
|
|
|
|
|
|
|
<div class="aui-content__wrapper"> |
|
|
<div class="aui-content__wrapper"> |
|
|
<main class="aui-content"> |
|
|
<main class="aui-content"> |
|
@ -324,7 +325,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 加密 |
|
|
// 加密 |
|
|
encryptedData (key, data) { |
|
|
encryptedData (key, data) { |
|
|
debugger |
|
|
|
|
|
// 新建JSEncrypt对象 |
|
|
// 新建JSEncrypt对象 |
|
|
let encryptor = new JSEncrypt(); |
|
|
let encryptor = new JSEncrypt(); |
|
|
// 设置公钥 |
|
|
// 设置公钥 |
|
|