mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-16 05:52:49 +00:00
style:调整代码格式
This commit is contained in:
parent
9796e104a5
commit
7b2b026bad
@ -142,13 +142,12 @@ export default {
|
||||
methods: {
|
||||
handleCreate(e) {
|
||||
// 创建前
|
||||
this.showSpin = window.eventCenterForAppNameViteLoad ? false : true
|
||||
window.eventCenterForAppNameVite = new EventCenterForMicroApp(this.name)
|
||||
window.eventCenterForAppNameVite = new EventCenterForMicroApp(e.detail.name)
|
||||
this.appData = this.getAppData
|
||||
this.showSpin = window["eventCenterForAppNameViteLoad-" + e.detail.name] ? false : true
|
||||
},
|
||||
handleBeforeMount(e) {
|
||||
// 加载前
|
||||
window.eventCenterForAppNameViteLoad = 1;
|
||||
window["eventCenterForAppNameViteLoad-" + e.detail.name] = 1;
|
||||
},
|
||||
handleMount(e) {
|
||||
// 加载完成
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user