Commit 66e31685 authored by zhang's avatar zhang

feat: 实行实验方案url78改为77

parent b9a05081
......@@ -47,12 +47,12 @@ export default {
mounted() {
const id = this.$route.query.id
this.dialogManger.dialogEditId = this.$route.query.taskid
this.url = `https://10.12.48.78:8090/car/complianceTestingCenter/projectOverView/${id}`
this.url = `https://10.12.48.77:8090/car/complianceTestingCenter/projectOverView/${id}`
},
activated() {
const id = this.$route.query.id
this.dialogManger.dialogEditId = this.$route.query.taskid
this.url = `https://10.12.48.78:8090/car/complianceTestingCenter/projectOverView/${id}`
this.url = `https://10.12.48.77:8090/car/complianceTestingCenter/projectOverView/${id}`
},
methods: {
goBack() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment