diff --git a/supervise-business-ui/.env.development b/supervise-business-ui/.env.development index 09337635..c5db958e 100644 --- a/supervise-business-ui/.env.development +++ b/supervise-business-ui/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://127.0.0.1:8112" +VUE_APP_URL = "http://192.168.0.105:8112" ##VUE_APP_URL = "http://120.46.172.184:8111" diff --git a/supervise-business-ui/src/layout/components/Navbar.vue b/supervise-business-ui/src/layout/components/Navbar.vue index 81ab7d11..b5fa0eeb 100644 --- a/supervise-business-ui/src/layout/components/Navbar.vue +++ b/supervise-business-ui/src/layout/components/Navbar.vue @@ -1,8 +1,8 @@