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