shared-ritm 1.0.91 → 1.0.93
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.
package/dist/shared-ritm.es.js
CHANGED
|
@@ -9640,7 +9640,7 @@ function j1(e, t) {
|
|
|
9640
9640
|
mt(e.$slots, "default", {}, void 0, !0)
|
|
9641
9641
|
]);
|
|
9642
9642
|
}
|
|
9643
|
-
const Ah = /* @__PURE__ */ ue(D1, [["render", j1], ["__scopeId", "data-v-
|
|
9643
|
+
const Ah = /* @__PURE__ */ ue(D1, [["render", j1], ["__scopeId", "data-v-373877d7"]]);
|
|
9644
9644
|
function ma(e, t) {
|
|
9645
9645
|
return function() {
|
|
9646
9646
|
return e.apply(t, arguments);
|
|
@@ -11633,6 +11633,9 @@ class kh extends Cn {
|
|
|
11633
11633
|
logout() {
|
|
11634
11634
|
return this.post("/logout", null);
|
|
11635
11635
|
}
|
|
11636
|
+
userInfo() {
|
|
11637
|
+
return this.get("/users/auth");
|
|
11638
|
+
}
|
|
11636
11639
|
configs() {
|
|
11637
11640
|
return this.get("/configs");
|
|
11638
11641
|
}
|