style:调整代码格式

This commit is contained in:
weifashi 2023-09-01 17:52:04 +08:00
parent 9796e104a5
commit 7b2b026bad

View File

@ -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) {
// //