diff --git a/.env.pro b/.env.pro index 8348e02e3cd3e49afd22fb5d9a6affb57068cd30..80bf456a69ef11cbd655a019d2edf1af511b2f96 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 3f0aafe12901fad3f4697538c6fb9156d7ca3df7..78788f0dfde672b32d9ab3b79beb29f112d982c0 100644 --- a/src/views/system/notify/template/NotifyTemplateSendForm.vue +++ b/src/views/system/notify/template/NotifyTemplateSendForm.vue @@ -44,7 +44,6 @@