diff --git a/.env.development b/.env.development index dbc8548..0b4293a 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 开发环境标识(Vite 内置变量,无需修改) NODE_ENV = development -# 开发环境接口基础地址(对应你配置的 192.168.10.10:8085/api) -VITE_API_BASE_URL = http://192.168.10.10:8085/api +# 开发环境接口基础地址(192.168.11.183:8085/api) +VITE_API_BASE_URL = http://192.168.11.183:8085/api # 请求超时时间(毫秒) VITE_REQUEST_TIMEOUT = 10000 diff --git a/src/components/layout/Sidebar.vue b/src/components/layout/Sidebar.vue index 73cddc0..f3cc575 100644 --- a/src/components/layout/Sidebar.vue +++ b/src/components/layout/Sidebar.vue @@ -9,7 +9,7 @@ -