mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
perf: 优化app功能
This commit is contained in:
parent
52171b794a
commit
e24978fdd7
@ -406,6 +406,15 @@ class IndexController extends InvokeController
|
|||||||
abort(404);
|
abort(404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 保存配置 (已废弃 Deprecated)
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function storage__synch()
|
||||||
|
{
|
||||||
|
return '<!-- Deprecated -->';
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提取所有中文
|
* 提取所有中文
|
||||||
* @return array|string
|
* @return array|string
|
||||||
|
|||||||
@ -318,6 +318,19 @@ export default {
|
|||||||
this.autoTheme()
|
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}) => {
|
window.__onMeetingEvent = ({act,uuid,meetingid}) => {
|
||||||
switch (act) {
|
switch (act) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user