清除异常

This commit is contained in:
aixianling
2021-11-30 15:25:24 +08:00
parent 1c3a641cf4
commit 86b7e3f190
2 changed files with 295 additions and 296 deletions

View File

@@ -68,7 +68,7 @@ const start = () => {
navigationStyle: "custom" navigationStyle: "custom"
} }
} }
findApp('src/apps', file => { findApp('src/utils', file => {
if (/.*\\.+\\App[^\\]+\.vue/g.test(file)) { if (/.*\\.+\\App[^\\]+\.vue/g.test(file)) {
let app = { let app = {
name: file.replace(/.*\\([^\\]+).vue/g, '$1'), name: file.replace(/.*\\([^\\]+).vue/g, '$1'),

View File

@@ -199,7 +199,6 @@
flag: false flag: false
}; };
this.showList = false; this.showList = false;
return
} }
}, },
color(status) { color(status) {
@@ -250,9 +249,9 @@
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
} }
}) })
}
}, },
} }
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>