Commit 443048fd authored by 刘斌's avatar 刘斌

fix: 测试文件预览

parent 535cbc70
......@@ -74,7 +74,7 @@ const [BasicModal, modalApi] = useVbenModal({
if (ossId) {
const resp = await ossInfo(ossId);
const ossData = resp[0];
url.value = `http://172.16.200.110:8012/onlinePreview?url=${encodeURIComponent(urlToBase64(ossData.url))}`;
url.value = `http://119.184.127.215:8012/onlinePreview?url=${encodeURIComponent(urlToBase64(ossData.url))}`;
// console.log('[url.value]', url.value);
// formData.value = data;
// await formApi.setValues(formData.value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment