From 71ac571768baab6ca36057be77075b80cfe74739 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 29 Jul 2022 15:25:21 +0800
Subject: [PATCH] 地址更换
---
src/views/riskEarlyWarning/mediumOrSmallRivers.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/riskEarlyWarning/mediumOrSmallRivers.vue b/src/views/riskEarlyWarning/mediumOrSmallRivers.vue
index ce400c6..b927f58 100644
--- a/src/views/riskEarlyWarning/mediumOrSmallRivers.vue
+++ b/src/views/riskEarlyWarning/mediumOrSmallRivers.vue
@@ -174,7 +174,7 @@
<el-upload
ref="uploadExcel"
- action=" http://192.168.0.110:85/smariver/import-mgr"
+ action="http://10.36.98.39:85/smariver/import-mgr"
accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel"
:before-upload="beforeUploadFile"
:on-preview="handlePreview"
@@ -408,7 +408,7 @@
exportWordData: {},
dataType: '实时',
- upload_url: ' http://192.168.0.110:85/smariver/import-mgr',
+ upload_url: 'http://10.36.98.39:85/smariver/import-mgr',
fileList: [],
// 是否显示时间搜索
realShow: true,
--
Gitblit v1.9.3