yangjie #41

Merged
yangqiang merged 20 commits from yangjie into master 2024-12-11 14:52:08 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 234665d08d - Show all commits

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: '',