perf: 优化app功能

This commit is contained in:
kuaifan 2024-03-06 11:47:05 +08:00
parent 52171b794a
commit e24978fdd7
2 changed files with 22 additions and 0 deletions

View File

@ -406,6 +406,15 @@ class IndexController extends InvokeController
abort(404);
}
/**
* 保存配置 (已废弃 Deprecated)
* @return string
*/
public function storage__synch()
{
return '<!-- Deprecated -->';
}
/**
* 提取所有中文
* @return array|string

View File

@ -318,6 +318,19 @@ export default {
this.autoTheme()
}
}
//
window.__onCreateTarget = (url) => {
this.$store.dispatch('openAppChildPage', {
pageType: 'app',
pageTitle: ' ',
url: 'web.js',
params: {
url,
browser: true,
showProgress: true,
},
})
}
//
window.__onMeetingEvent = ({act,uuid,meetingid}) => {
switch (act) {