diff --git a/config/env.js b/config/env.js
index 43c7ad5..c98ce7b 100644
--- a/config/env.js
+++ b/config/env.js
@@ -1,8 +1,8 @@
const envConf = {
// 开发版-本地环境
develop: {
- // BASE_URL: 'http://192.168.10.8:8361',
- BASE_URL: 'https://cytx.csybhelp.com',
+ BASE_URL: 'http://192.168.10.8:8361',
+ // BASE_URL: 'https://cytx.csybhelp.com',
},
// 体验版-测试环境
trial: {
diff --git a/pages/myinfo/myinfo.vue b/pages/myinfo/myinfo.vue
index bc00ca0..90a7161 100644
--- a/pages/myinfo/myinfo.vue
+++ b/pages/myinfo/myinfo.vue
@@ -51,7 +51,12 @@
医院名称
-
+
+
+ {{ form.hospital || '请选择医院' }}
+ ›
+
+
癌种
@@ -149,6 +154,43 @@
+
+
+
+
+
+
+
+
+
+