diff --git a/src/pages_template/common/area.js b/src/components/u-city-select/area.js
similarity index 100%
rename from src/pages_template/common/area.js
rename to src/components/u-city-select/area.js
diff --git a/src/pages_template/common/city.js b/src/components/u-city-select/city.js
similarity index 100%
rename from src/pages_template/common/city.js
rename to src/components/u-city-select/city.js
diff --git a/src/pages_template/common/province.js b/src/components/u-city-select/province.js
similarity index 100%
rename from src/pages_template/common/province.js
rename to src/components/u-city-select/province.js
diff --git a/src/pages_template/pages/citySelect/u-city-select.vue b/src/components/u-city-select/u-city-select.vue
similarity index 96%
rename from src/pages_template/pages/citySelect/u-city-select.vue
rename to src/components/u-city-select/u-city-select.vue
index 382276f..348b3a4 100644
--- a/src/pages_template/pages/citySelect/u-city-select.vue
+++ b/src/components/u-city-select/u-city-select.vue
@@ -64,9 +64,9 @@
+const form = reactive({
+ name: '',
+ sex: '',
+ age: '',
+ phone: '',
+ service: '',
+ years: '',
+ profession: '',
+ region: '',
+ address: '',
+ id_number: '',
+ alipay: '',
+ id_card: '',
+ face: '',
+ skill: ''
+})
+const rules = reactive({
-
diff --git a/src/pages_template/pages/citySelect/index.vue b/src/pages_template/pages/citySelect/index.vue
index 9577dd2..c2d4989 100644
--- a/src/pages_template/pages/citySelect/index.vue
+++ b/src/pages_template/pages/citySelect/index.vue
@@ -18,7 +18,7 @@