新增:移动配置文件

This commit is contained in:
2025-07-24 20:26:16 +08:00
parent c94eb1dcd1
commit c3eb7b63b2
12 changed files with 14 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import dayjs from 'dayjs';
import crypto from 'crypto-js';
import {Base64} from 'js-base64';
import {FileRecord} from "@/api/system/file/model";
import {TenantId} from "@/utils/config";
import {TenantId} from "@/config/app";
export async function uploadOssByPath(filePath: string) {
return new Promise(async (resolve) => {