diff --git a/.env.pro b/.env.pro index 8348e02e3..80bf456a6 100644 --- a/.env.pro +++ b/.env.pro @@ -4,10 +4,10 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://localhost:48080' +VITE_BASE_URL='http://172.26.6.130:8888' # 上传路径 -VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://172.26.6.130:8888/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH= diff --git a/src/views/system/notify/template/NotifyTemplateSendForm.vue b/src/views/system/notify/template/NotifyTemplateSendForm.vue index 3f0aafe12..78788f0df 100644 --- a/src/views/system/notify/template/NotifyTemplateSendForm.vue +++ b/src/views/system/notify/template/NotifyTemplateSendForm.vue @@ -44,7 +44,6 @@