diff --git a/supervise-organizational-ui/.env.development b/supervise-organizational-ui/.env.development index aa41dc13..541a84e8 100644 --- a/supervise-organizational-ui/.env.development +++ b/supervise-organizational-ui/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://192.168.1.104:7008" +VUE_APP_URL = "http://192.168.0.105:7008" ##VUE_APP_URL = "http://8.130.39.13:8112" diff --git a/supervise-organizational-ui/src/layout/components/Navbar.vue b/supervise-organizational-ui/src/layout/components/Navbar.vue index c10fe18a..4dcd4272 100644 --- a/supervise-organizational-ui/src/layout/components/Navbar.vue +++ b/supervise-organizational-ui/src/layout/components/Navbar.vue @@ -1,8 +1,8 @@