清除异常
This commit is contained in:
@@ -68,7 +68,7 @@ const start = () => {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
}
|
||||
findApp('src/apps', file => {
|
||||
findApp('src/utils', file => {
|
||||
if (/.*\\.+\\App[^\\]+\.vue/g.test(file)) {
|
||||
let app = {
|
||||
name: file.replace(/.*\\([^\\]+).vue/g, '$1'),
|
||||
|
||||
@@ -199,7 +199,6 @@
|
||||
flag: false
|
||||
};
|
||||
this.showList = false;
|
||||
return
|
||||
}
|
||||
},
|
||||
color(status) {
|
||||
@@ -250,9 +249,9 @@
|
||||
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user