diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index abb97d4..af0322b 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = 'http://192.168.110.3:9099/ruoyi' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true