From ce70bc450a2401997bb850f89f3c4dc0a23e0a72 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 05 九月 2025 18:38:13 +0800 Subject: [PATCH] 31 数字化口腔修复技术 整本 --- src/assets/methods/resources.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/assets/methods/resources.js b/src/assets/methods/resources.js index 7f245ad..2413503 100644 --- a/src/assets/methods/resources.js +++ b/src/assets/methods/resources.js @@ -1,7 +1,7 @@ import fileApi from "@/assets/js/middleGround/api/file"; import identityApi from "../js/middleGround/api/identity"; import { tokenKey } from "../js/config"; -export const getResourcePath = async (md5, appRefCode = "jingshieke") => { +export const getResourcePath = async (md5, appRefCode = "PUMC") => { // const res = fileApi.getAliVod({ // md5, // appRefCode, @@ -16,7 +16,6 @@ md5, appRefCode, }); - console.log("res", res); if (typeof res === "string" && res.includes("http")) { return res; } else if (typeof res === "object" && res.data != "") { -- Gitblit v1.9.1