dfs-page-config 0.0.94 → 0.0.95
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/dfs-page-config.js
CHANGED
|
@@ -21170,6 +21170,7 @@ const fY = (r) => {
|
|
|
21170
21170
|
// 页面配置数据
|
|
21171
21171
|
_CONFIG_DATA: {},
|
|
21172
21172
|
_BASE_URL: "https://gateway-c1.doublefs.com",
|
|
21173
|
+
loading: !1,
|
|
21173
21174
|
baseState: {}
|
|
21174
21175
|
},
|
|
21175
21176
|
getters: {
|
|
@@ -23760,9 +23761,7 @@ const Lq = /* @__PURE__ */ RE(UO), xq = _e({
|
|
|
23760
23761
|
}
|
|
23761
23762
|
},
|
|
23762
23763
|
setup(r) {
|
|
23763
|
-
const a = xi()
|
|
23764
|
-
console.log(a);
|
|
23765
|
-
const l = te(), c = r.componentOption, d = Sn({
|
|
23764
|
+
const a = xi(), l = te(), c = r.componentOption, d = Sn({
|
|
23766
23765
|
open: !0,
|
|
23767
23766
|
fileUrlUploadImg: a.state._BASE_URL + "/media-management-service/v2/image/upload/",
|
|
23768
23767
|
labelWidth: c.labelWidth || "110px",
|
|
@@ -23810,7 +23809,7 @@ const Lq = /* @__PURE__ */ RE(UO), xq = _e({
|
|
|
23810
23809
|
return !0;
|
|
23811
23810
|
}
|
|
23812
23811
|
function y(b) {
|
|
23813
|
-
a.
|
|
23812
|
+
a.state.loading = !0;
|
|
23814
23813
|
let _ = c.method == "GET" ? "params" : "data";
|
|
23815
23814
|
ws({
|
|
23816
23815
|
url: a.state._BASE_URL + c.url,
|
|
@@ -23821,7 +23820,7 @@ const Lq = /* @__PURE__ */ RE(UO), xq = _e({
|
|
|
23821
23820
|
}).catch((R) => {
|
|
23822
23821
|
console.log(R);
|
|
23823
23822
|
}).finally(() => {
|
|
23824
|
-
a.
|
|
23823
|
+
a.state.loading = !0;
|
|
23825
23824
|
});
|
|
23826
23825
|
}
|
|
23827
23826
|
function E() {
|
|
@@ -24083,7 +24082,7 @@ function Vq(r, a, l, c, d, f) {
|
|
|
24083
24082
|
_: 3
|
|
24084
24083
|
}, 8, ["locale"]);
|
|
24085
24084
|
}
|
|
24086
|
-
const Hq = /* @__PURE__ */ co(xq, [["render", Vq], ["__scopeId", "data-v-
|
|
24085
|
+
const Hq = /* @__PURE__ */ co(xq, [["render", Vq], ["__scopeId", "data-v-db11dcec"]]), kq = _e({
|
|
24087
24086
|
props: {
|
|
24088
24087
|
url: String,
|
|
24089
24088
|
text: {
|
|
@@ -56869,7 +56868,7 @@ const MX = /* @__PURE__ */ co(FX, [["render", IX]]), LX = (r) => {
|
|
|
56869
56868
|
r.component(l.name, l);
|
|
56870
56869
|
});
|
|
56871
56870
|
}, VX = (r, a) => {
|
|
56872
|
-
["_actions"].forEach((c) => {
|
|
56871
|
+
["getters", "_actions"].forEach((c) => {
|
|
56873
56872
|
Object.keys(rs[c]).forEach((d) => {
|
|
56874
56873
|
a.store[c][d] = rs[c][d];
|
|
56875
56874
|
});
|