diff --git a/examples/main.js b/examples/main.js
index 1772d983..08b4bf8d 100644
--- a/examples/main.js
+++ b/examples/main.js
@@ -18,7 +18,6 @@ Vue.config.productionTip = false;
Vue.prototype.$axios = axios;
Vue.prototype.formatContent = (val) => val.replace(/(\r\n)|(\n)/g, '
');
Object.keys(utils).map((e) => (Vue.prototype[e] = utils[e]));
-utils.$store.init(store);
new Vue({
router,
store,
diff --git a/packages/meta/AppResident/AppResident.vue b/packages/meta/AppResident/AppResident.vue
index 4bc6f930..3332461e 100644
--- a/packages/meta/AppResident/AppResident.vue
+++ b/packages/meta/AppResident/AppResident.vue
@@ -77,25 +77,7 @@ export default {
this.activeName = this.$route.query?.type
this.areaId = JSON.parse(JSON.stringify(this.user.info.areaId))
this.dict.load('residentType', "sex", "faithType", "fileStatus",
- "legality",
- "education",
- "maritalStatus",
- "politicsStatus",
- "householdName",
- "nation",
- "liveReason",
- "certificateType",
- "job",
- "militaryStatus",
- "householdRelation",
- "logoutReason",
- "nation",
- "registerStatus",
- "residentTipType",
- "liveCategory",
- "livePeriod",
- "language",
- "nationality");
+ "legality", "education", "maritalStatus", "politicsStatus", "householdName", "nation", "liveReason", "certificateType", "job", "militaryStatus", "householdRelation", "logoutReason", "nation", "registerStatus", "residentTipType", "liveCategory", "livePeriod", "language", "nationality");
},
}
diff --git a/packages/meta/AppResident/components/AiEditCard.vue b/packages/meta/AppResident/components/AiEditCard.vue
new file mode 100644
index 00000000..adff852e
--- /dev/null
+++ b/packages/meta/AppResident/components/AiEditCard.vue
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+