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 }}