diff --git a/packages/2.0.5/AppForm/components/BasicInfo.vue b/packages/2.0.5/AppForm/components/BasicInfo.vue
index bebf86fe..f70fa292 100644
--- a/packages/2.0.5/AppForm/components/BasicInfo.vue
+++ b/packages/2.0.5/AppForm/components/BasicInfo.vue
@@ -29,6 +29,14 @@
+
+
+
+
@@ -59,7 +67,8 @@
saasPlatformName: '',
menuLevel1Name: '',
menuLevel2Lable: '',
- menuLevel2Name: ''
+ menuLevel2Name: '',
+ appType: ''
},
sassList: []
}
@@ -71,6 +80,10 @@
}
},
+ created () {
+ this.dict.load('diyAppType')
+ },
+
mounted () {
this.getSassList()
this.form = JSON.parse(JSON.stringify(this.value))