|
@@ -309,18 +309,18 @@ export default {
|
|
|
storage.set('appsItem', obj)
|
|
|
this.$store.commit('alias/setCurrentAlias', this.currentAlias)
|
|
|
this.$router.push({
|
|
|
- //监理测试环境默认跳转路径,其他情况打开下面注释
|
|
|
- path: '/business-analysis/topology/index',
|
|
|
- // path: '/business-analysis/system-space/index',
|
|
|
- // query: {
|
|
|
- // id: this.appId,
|
|
|
- // app_alias: this.currentAlias,
|
|
|
- // name: this.appName,
|
|
|
- // start_time: this.$store.state.time.globalTimes.startTime,
|
|
|
- // end_time: this.$store.state.time.globalTimes.endTime
|
|
|
- // // item: val,
|
|
|
- // // live: val.live
|
|
|
- // }
|
|
|
+ // //监理测试环境默认跳转路径,其他情况打开下面注释
|
|
|
+ // path: '/business-analysis/topology/index',
|
|
|
+ path: '/business-analysis/system-space/index',
|
|
|
+ query: {
|
|
|
+ id: this.appId,
|
|
|
+ app_alias: this.currentAlias,
|
|
|
+ name: this.appName,
|
|
|
+ start_time: this.$store.state.time.globalTimes.startTime,
|
|
|
+ end_time: this.$store.state.time.globalTimes.endTime
|
|
|
+ // item: val,
|
|
|
+ // live: val.live
|
|
|
+ }
|
|
|
}).catch(err => err)
|
|
|
} else {
|
|
|
this.$message.error('请先配置此应用')
|