From e33672cf85da88d515d5fe6ccc0a139c3cfaa5db Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 28 八月 2025 22:53:54 +0800
Subject: [PATCH] 8.28更新

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