From 018b6f9dbbaed096f3adb1c370956eb87581e85a Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期一, 04 十二月 2023 09:31:42 +0800 Subject: [PATCH] 修改视频专网 --- src/components/FileUpload/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 2fd98b9..addabca 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -46,7 +46,10 @@ const emit = defineEmits(['update:modelValue','closePopup']); const number = ref(0); const uploadList = ref<any[]>([]); - +//浜掕仈缃戠 +// const baseUrl = import.meta.env.VITE_APP_BASE_API; +// const uploadFileUrl = ref('http://10.248.255.130:18080' + "/resource/oss/upload"); // 涓婁紶鏂囦欢鏈嶅姟鍣ㄥ湴鍧� +// 鍐呯綉绔� const baseUrl = import.meta.env.VITE_APP_BASE_API; const uploadFileUrl = ref(baseUrl + "/resource/oss/upload"); // 涓婁紶鏂囦欢鏈嶅姟鍣ㄥ湴鍧� const headers = ref(globalHeaders()); -- Gitblit v1.8.0