yqform-h5 0.1.34 → 0.1.36
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/style.css +1 -1
- package/dist/yqform-h5.es.js +3 -3
- package/dist/yqform-h5.umd.js +2 -2
- package/package.json +1 -1
package/dist/yqform-h5.es.js
CHANGED
|
@@ -11773,7 +11773,7 @@ Ft.AxiosHeaders = Ir;
|
|
|
11773
11773
|
Ft.formToJSON = (e) => om(J.isHTMLForm(e) ? new FormData(e) : e);
|
|
11774
11774
|
Ft.HttpStatusCode = xE;
|
|
11775
11775
|
Ft.default = Ft;
|
|
11776
|
-
const Zo = Ft, SE = { VITE_DOMAIN_URL: "", VITE_ENV: "
|
|
11776
|
+
const Zo = Ft, SE = { VITE_DOMAIN_URL: "", VITE_ENV: "prod", VITE_VIDEO_APP_ID: "1500014793", BASE_URL: "/", MODE: "prod", DEV: !1, PROD: !0, SSR: !1 }, AE = `${SE.VITE_DOMAIN_URL}`, hc = 3e4;
|
|
11777
11777
|
Zo.defaults.withCredentials = !0;
|
|
11778
11778
|
Zo.defaults.baseURL = AE;
|
|
11779
11779
|
const ph = (e, t, n, o) => new Promise((a, s) => {
|
|
@@ -15025,7 +15025,7 @@ const TS = {
|
|
|
15025
15025
|
},
|
|
15026
15026
|
methods: {
|
|
15027
15027
|
handleItem(e) {
|
|
15028
|
-
emit("handle", e);
|
|
15028
|
+
this.$emit("handle", e);
|
|
15029
15029
|
},
|
|
15030
15030
|
isShow(e) {
|
|
15031
15031
|
var t;
|
|
@@ -15091,7 +15091,7 @@ function DS(e, t, n, o, a, s) {
|
|
|
15091
15091
|
])) : Ce("", !0)
|
|
15092
15092
|
]);
|
|
15093
15093
|
}
|
|
15094
|
-
const xm = /* @__PURE__ */ po(TS, [["render", DS], ["__scopeId", "data-v-
|
|
15094
|
+
const xm = /* @__PURE__ */ po(TS, [["render", DS], ["__scopeId", "data-v-edcda82f"]]);
|
|
15095
15095
|
const tt = (e) => e != null, go = (e) => typeof e == "function", er = (e) => e !== null && typeof e == "object", Vd = (e) => er(e) && go(e.then) && go(e.catch), oo = (e) => Object.prototype.toString.call(e) === "[object Date]" && !Number.isNaN(e.getTime());
|
|
15096
15096
|
function PS(e) {
|
|
15097
15097
|
return e = e.replace(/[^-|\d]/g, ""), /^((\+86)|(86))?(1)\d{10}$/.test(e) || /^0[0-9-]{10,13}$/.test(e);
|