清除异常
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user