lw-cdp-ui 1.2.26 → 1.2.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -324,10 +324,9 @@ export default {
|
|
|
324
324
|
username: this.ruleForm.user,
|
|
325
325
|
password: this.ruleForm.password,
|
|
326
326
|
};
|
|
327
|
-
|
|
327
|
+
|
|
328
328
|
if (this.isEncryption) {
|
|
329
329
|
const publicKey = await this.$api.auth.key()
|
|
330
|
-
console.log(publicKey)
|
|
331
330
|
if (publicKey) {
|
|
332
331
|
data = {
|
|
333
332
|
username: this.encrypt(publicKey, this.ruleForm.user),
|
package/dist/lw-cdp-ui.esm.js
CHANGED
|
@@ -3477,9 +3477,9 @@ const gv = /* @__PURE__ */ Yh(mv), vv = "/static/images/logo1.svg", bv = "/stati
|
|
|
3477
3477
|
username: this.ruleForm.user,
|
|
3478
3478
|
password: this.ruleForm.password
|
|
3479
3479
|
};
|
|
3480
|
-
if (
|
|
3480
|
+
if (this.isEncryption) {
|
|
3481
3481
|
const i = await this.$api.auth.key();
|
|
3482
|
-
|
|
3482
|
+
i && (t = {
|
|
3483
3483
|
username: this.encrypt(i, this.ruleForm.user),
|
|
3484
3484
|
password: this.encrypt(i, this.ruleForm.password)
|
|
3485
3485
|
});
|
|
@@ -3794,7 +3794,7 @@ function Rv(e, t, n, a, r, o) {
|
|
|
3794
3794
|
])
|
|
3795
3795
|
]);
|
|
3796
3796
|
}
|
|
3797
|
-
const Av = /* @__PURE__ */ me(_v, [["render", Rv], ["__scopeId", "data-v-
|
|
3797
|
+
const Av = /* @__PURE__ */ me(_v, [["render", Rv], ["__scopeId", "data-v-69973ac3"]]), Fv = {
|
|
3798
3798
|
emits: ["update:modelValue", "change"],
|
|
3799
3799
|
name: "Input",
|
|
3800
3800
|
props: {
|