dfs-page-config 0.1.53 → 0.1.54
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
|
@@ -55232,7 +55232,7 @@ const Jq = /* @__PURE__ */ qn(Qq, [["render", Zq]]), eX = (r) => {
|
|
|
55232
55232
|
r.baseState = a.state;
|
|
55233
55233
|
},
|
|
55234
55234
|
useI18n(r, a) {
|
|
55235
|
-
a && (r.useI18n = a);
|
|
55235
|
+
console.log(a, 222), a && (r.useI18n = a);
|
|
55236
55236
|
},
|
|
55237
55237
|
// 储存页面配置数据
|
|
55238
55238
|
savaPageConfigData(r, a) {
|
|
@@ -57153,7 +57153,7 @@ const eQ = (r, a) => {
|
|
|
57153
57153
|
Object.keys(Pi[l]).forEach((c) => {
|
|
57154
57154
|
a.store[l][c] = Pi[l][c];
|
|
57155
57155
|
});
|
|
57156
|
-
}), a.store.state._BASE_URL = a.baseUrl, Pi.commit("saveUrl", a.baseUrl), Pi.commit("saveState", a.store), Pi.commit("useI18n", a.useI18n), eX(r), r.component("DfsPageConfig", CX);
|
|
57156
|
+
}), a.store.state._BASE_URL = a.baseUrl, Pi.commit("saveUrl", a.baseUrl), Pi.commit("saveState", a.store), console.log(a.useI18n, 111), Pi.commit("useI18n", a.useI18n), eX(r), r.component("DfsPageConfig", CX);
|
|
57157
57157
|
};
|
|
57158
57158
|
export {
|
|
57159
57159
|
Kc as AgTable,
|