diff --git a/yudao-ui/yudao-ui-admin-vue3/.env.local b/yudao-ui/yudao-ui-admin-vue3/.env.local index cf199d08a4c44387d885e95cee95afffca40074d..7896e2d49097758fb8da2c3b3b3079c02627c7f8 100644 --- a/yudao-ui/yudao-ui-admin-vue3/.env.local +++ b/yudao-ui/yudao-ui-admin-vue3/.env.local @@ -4,8 +4,8 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.0.182:48080' -# VITE_BASE_URL='https://hntqwl.com' +# VITE_BASE_URL='http://192.168.0.182:48080' +VITE_BASE_URL='https://hntqwl.com' # VITE_BASE_URL='http://localhost:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务