jufubao-admin-library 1.1.227 → 1.1.229
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.
|
@@ -452,6 +452,7 @@ export default {
|
|
|
452
452
|
],
|
|
453
453
|
openInfoData: null,
|
|
454
454
|
typeData: [],
|
|
455
|
+
phone_collect_url_data: "",
|
|
455
456
|
};
|
|
456
457
|
},
|
|
457
458
|
async created() {
|
|
@@ -686,6 +687,8 @@ export default {
|
|
|
686
687
|
console.log(res, "sss");
|
|
687
688
|
if (this.searchParams.tabType == 1) {
|
|
688
689
|
this.openDialogForm = res["data"]["open_app_form"];
|
|
690
|
+
this.phone_collect_url_data = res["data"]["phone_collect_url_data"];
|
|
691
|
+
console.log(this.phone_collect_url_data, "phone_collect_url_data");
|
|
689
692
|
this.tableHeader = this.insertArrayAt(
|
|
690
693
|
this.headers,
|
|
691
694
|
2,
|
|
@@ -1184,7 +1187,7 @@ export default {
|
|
|
1184
1187
|
},
|
|
1185
1188
|
],
|
|
1186
1189
|
},
|
|
1187
|
-
|
|
1190
|
+
this.phone_collect_url_data==='Y'&¶ms.site_id&&{
|
|
1188
1191
|
label: "手机号收集页:",
|
|
1189
1192
|
ele: "xd-select-site-path",
|
|
1190
1193
|
className: "input100",
|
package/package.json
CHANGED
|
Binary file
|