diff --git a/public/config.json b/public/config.json
index f987e7a..1a40d85 100644
--- a/public/config.json
+++ b/public/config.json
@@ -1,6 +1,6 @@
{
- "BASE_URL": "http://192.168.0.109:9906",
- "SERVER_IP": "http://192.168.0.109:9906",
+ "BASE_URL": "http://192.168.1.9:9906",
+ "SERVER_IP": "http://192.168.1.9:9906",
"hosp_name": "福建省XX市医院"
}
diff --git a/src/store/index.js b/src/store/index.js
index 11a58c6..adcc3ee 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -16,7 +16,7 @@ export default new Vuex.Store({
getters,
modules: {
app,
- admin
+ admin,
},
strict: debug
// plugins: debug ? [createLogger()] : []
diff --git a/src/views/home/index-3.0.1.vue b/src/views/home/index-3.0.1.vue
index f4caa94..455fa04 100644
--- a/src/views/home/index-3.0.1.vue
+++ b/src/views/home/index-3.0.1.vue
@@ -375,6 +375,7 @@ export default {
height: 130%;
line-height: 60px;
@include clearfix;
+ background: #FFFFFF;
}
.header-right {
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 00f0314..1b6d2be 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -66,9 +66,14 @@