This commit is contained in:
yj 2024-12-09 11:09:27 +08:00
parent 4528696ec7
commit 234665d08d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import { GetRoomRtcToken, GetAgoraConf } from "@/api/Home/Index";
import { storage } from '@/utils'; import { storage } from '@/utils';
import { role } from "@/config/role"; import { role } from "@/config/role";
import path from "path"; import path from "path";
import os from "os"; const os = require("os");
const option: any = { const option: any = {
appId: '', appId: '',
token: '', token: '',