ss-component-new 1.3.789 → 1.3.791
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.
|
@@ -937,7 +937,7 @@ const Ge = () => ({ initUrlInfo: () => ({
|
|
|
937
937
|
if (v.value = !0, await Se(l)) {
|
|
938
938
|
if (l != null && l.account) {
|
|
939
939
|
const m = [l.account, ...h.value.filter((s) => s !== l.account)];
|
|
940
|
-
m.length > 10 && m.pop(), h.value = m, localStorage.setItem("lastLoginAccount", JSON.stringify(m));
|
|
940
|
+
m.length > 10 && m.pop(), h.value = m, console.log("lastLoginAccount.value", h.value), localStorage.setItem("lastLoginAccount", JSON.stringify(m));
|
|
941
941
|
}
|
|
942
942
|
w("projectLogin", l);
|
|
943
943
|
let ee = await qe();
|
|
@@ -1034,7 +1034,7 @@ const Ge = () => ({ initUrlInfo: () => ({
|
|
|
1034
1034
|
])
|
|
1035
1035
|
]));
|
|
1036
1036
|
}
|
|
1037
|
-
}), jt = /* @__PURE__ */ K(Nt, [["__scopeId", "data-v-
|
|
1037
|
+
}), jt = /* @__PURE__ */ K(Nt, [["__scopeId", "data-v-385bf107"]]);
|
|
1038
1038
|
export {
|
|
1039
1039
|
jt as default
|
|
1040
1040
|
};
|