Merge branch 'dev-3.2' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.3
# Conflicts: # nezha-fronted/src/components/chart/chart/chartGauge.vue # nezha-fronted/src/components/chart/chart/chartHexagonD3.vue
This commit is contained in:
@@ -347,7 +347,10 @@ export default {
|
||||
}
|
||||
},
|
||||
created () {
|
||||
const path = this.$route.fullPath.match(/\/(\S*)\?/)[1]
|
||||
let path = ''
|
||||
if (this.$route.fullPath.match(/\/(\S*)\?/)) {
|
||||
path = this.$route.fullPath.match(/\/(\S*)\?/)[1]
|
||||
}
|
||||
if (this.$route.query.orderBy && !this.isSubList) {
|
||||
this.orderBy = this.$route.query.orderBy
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user