zhongshujie
11 小时以前 e33672cf85da88d515d5fe6ccc0a139c3cfaa5db
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 != "") {