Commit 0e2be0fc authored by zhang's avatar zhang

feat: 更改生产、开发环境地址为http

parent 66e31685
......@@ -11,6 +11,6 @@ VUE_APP_BASE_API = '/dev-api'
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 图片服务器地址
# VUE_APP_IMAGE_API ='http://106.3.99.64:22013'
VUE_APP_IMAGE_API ='https://10.12.48.77'
VUE_APP_IMAGE_API ='http://10.12.48.77'
VUE_APP_CLIENT_API = 'https://10.12.48.77/vvmpapi'
VUE_APP_CLIENT_API = 'http://10.12.48.77/vvmpapi'
......@@ -9,6 +9,6 @@ ENV = 'production'
VUE_APP_BASE_API = '/prod-api'
# 图片服务器地址
VUE_APP_IMAGE_API ='https://10.12.48.77'
VUE_APP_IMAGE_API ='http://10.12.48.77'
VUE_APP_CLIENT_API = 'https://10.12.48.77/vvmpapi'
VUE_APP_CLIENT_API = 'http://10.12.48.77/vvmpapi'
......@@ -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.77:8090/car/complianceTestingCenter/projectOverView/${id}`
this.url = `http://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.77:8090/car/complianceTestingCenter/projectOverView/${id}`
this.url = `http://10.12.48.77:8090/car/complianceTestingCenter/projectOverView/${id}`
},
methods: {
goBack() {
......
......@@ -22,7 +22,7 @@ export default {
},
mounted() {
const id = this.$route.query.id
this.url = `https://10.12.48.77:8090/car/caseManage/case/casePublishDetail/${id}`
this.url = `http://10.12.48.77:8090/car/caseManage/case/casePublishDetail/${id}`
},
methods: {}
}
......
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