@bsgoal/common 2.31.1 → 2.31.2
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/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5075,7 +5075,7 @@ const X0 = { class: "bsgoal-base-table-content" }, q0 = { class: "base_table_con
|
|
|
5075
5075
|
option: { label: c = "", privacyRegex: v = "" },
|
|
5076
5076
|
data: A = ""
|
|
5077
5077
|
} = s;
|
|
5078
|
-
f.value = c, _.value = A, r.value = /.*(电话|手机|证件|身份证)(号码|号)*.*/.test(c), v && v instanceof RegExp && (r.value = v.test(A));
|
|
5078
|
+
f.value = c, _.value = A, r.value = /.*(电话|手机|证件|身份证)(号码|号)*.*/.test(c), v && v instanceof RegExp && (console.log("data", A), console.log("privacyRegex.test(data)", v.test(A)), r.value = v.test(A));
|
|
5079
5079
|
});
|
|
5080
5080
|
const M = de(() => {
|
|
5081
5081
|
const {
|