@feedmepos/mf-miniprogram-v2 0.1.0-dev.0 → 0.1.0-dev.1
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.
|
@@ -6885,7 +6885,7 @@ function tc(t) {
|
|
|
6885
6885
|
return t.replace(/\/+$/, "");
|
|
6886
6886
|
}
|
|
6887
6887
|
function nc() {
|
|
6888
|
-
return tc("");
|
|
6888
|
+
return tc("https://miniprogram-v2-control-plane.feedme-dev.workers.dev");
|
|
6889
6889
|
}
|
|
6890
6890
|
function Ht(t) {
|
|
6891
6891
|
const e = nc();
|
|
@@ -6911,7 +6911,7 @@ function ic(t) {
|
|
|
6911
6911
|
}
|
|
6912
6912
|
function is() {
|
|
6913
6913
|
var e;
|
|
6914
|
-
return ((e = Gn().sessionUser.value) == null ? void 0 : e.token) || Oi.token ||
|
|
6914
|
+
return ((e = Gn().sessionUser.value) == null ? void 0 : e.token) || Oi.token || "";
|
|
6915
6915
|
}
|
|
6916
6916
|
async function ni() {
|
|
6917
6917
|
let t = is();
|
package/dist/app.js
CHANGED
package/dist/package.json
CHANGED