diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue
index 5b6799f6..51ced626 100644
--- a/project/oms/apps/develop/AppDeployCustom/add.vue
+++ b/project/oms/apps/develop/AppDeployCustom/add.vue
@@ -145,6 +145,9 @@
+
+
+
@@ -290,7 +293,22 @@ export default {
if (v) {
const {
tabBar,
- form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}
+ form: {
+ type,
+ appId,
+ embeddedAppIdList,
+ isSingleService,
+ homePage,
+ hmt,
+ dv,
+ downloadCenter,
+ showTool,
+ helpDoc,
+ customerService,
+ sysInfo,
+ appQRCode,
+ customLogin
+ }
} = this
if (type == 'mp') {
this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService}
@@ -299,7 +317,7 @@ export default {
sysInfo.desc = JSON.parse(desc || null)
this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}
} else if (type == 'wxwork') {
- this.form.extra = {isSingleService, homePage, hmt}
+ this.form.extra = {isSingleService, homePage, hmt, customLogin}
}
this.instance.post("/node/custom/addOrUpdate", this.form).then(res => {
if (res?.code == 0) {