diff --git a/src/api/index.js b/src/api/index.js index 245c3ed..b37ccc9 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,6 +1,7 @@ import Setting from '@/setting' // let host = 'http://192.168.31.125:9090'//林 // let host = 'http://192.168.31.152:9090'//榕 + let host = Setting.apiBaseURL let uploadURL = Setting.upload.apiURL let host1 = 'http://39.108.250.202:8080/' diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 13f2744..f38093c 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -1,8 +1,9 @@