From b5d1cc7fde9823f39c0c9595f21c7aee2582ac59 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 28 四月 2025 18:12:37 +0800 Subject: [PATCH] 合并 --- src/assets/methods/resources.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/assets/methods/resources.js b/src/assets/methods/resources.js index 35d10ff..2178480 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 = "tourismWebsite") => { const res = fileApi.getAliVod({ md5, appRefCode, -- Gitblit v1.9.1