From a00e7ebc03619915f7b81213c86b203ff0a27055 Mon Sep 17 00:00:00 2001 From: Yuan Date: Wed, 12 Oct 2022 10:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E5=A2=9E=E5=8A=A0=E5=A4=8D=E5=88=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/baseUrl.js | 4 ++-- src/views/system/fileUploadManage/create.vue | 25 +++++++++++--------- src/views/system/fileUploadManage/index.vue | 18 +++++++++++--- 3 files changed, 31 insertions(+), 16 deletions(-) diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 0929e8877..5317762c9 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -23,13 +23,13 @@ export function handlerUrl() { let OSS_URL; if (process.env.NODE_ENV === 'development') { // 开发分支 - // BASE_API = 'http://192.168.3.233/rtss-server'; + BASE_API = 'http://192.168.3.233/rtss-server'; // BASE_API = 'https://joylink.club/jlcloud'; // BASE_API = 'https://test.joylink.club/jlcloud'; // BASE_API = 'http://114.116.51.125/jlcloud'; // BASE_API = 'http://192.168.3.90:9100'; // 周寅 // BASE_API = 'http://192.168.3.94:9000'; // 旭强 - BASE_API = 'http://192.168.3.15:9000'; // 张赛 + // BASE_API = 'http://192.168.3.15:9000'; // 张赛 // BASE_API = 'http://192.168.3.5:9000'; // 夏增彬 // BASE_API = 'http://192.168.3.37:9000'; // 卫志宏 // BASE_API = 'http://b29z135112.zicp.vip'; diff --git a/src/views/system/fileUploadManage/create.vue b/src/views/system/fileUploadManage/create.vue index cd4dc8edc..4e1b281e1 100644 --- a/src/views/system/fileUploadManage/create.vue +++ b/src/views/system/fileUploadManage/create.vue @@ -6,8 +6,8 @@ - - + +
@@ -20,14 +20,14 @@
{{ fileType }}
-
{{ formData.fileName }}
+
{{ formData.title }}.{{ ext }}
-
文件存储路径: {{ formData.directory }}/{{ formData.fileName }}
+
文件存储路径: {{ formData.directory }}/{{ formData.title }}.{{ ext }}