代码合并

master
徐景良 2023-08-22 08:27:09 +08:00
parent f2d7065260
commit 038954eb17
1 changed files with 6 additions and 6 deletions

View File

@ -306,12 +306,12 @@ export default {
_this = this;
// setTimeout(function(){
// localStorage.setItem("userName","123456");
// localStorage.setItem("callerName","456789");
// _this.videoCallShow = true;
// alert(111);
// },5000)
setTimeout(function(){
localStorage.setItem("userName","123456");
localStorage.setItem("callerName","456789");
_this.videoCallShow = true;
alert(111);
},5000)
},
created(){
window.AppConfig = AppConfigInfo[localStorage.getItem("areaName")];