|
@@ -31,7 +31,7 @@ export default {
|
|
|
src() {
|
|
|
const { caseRoute } = getUrlParamsObj(['caseRoute'])
|
|
|
// const bizId = EncryptId(`${this.bizId}`)
|
|
|
- // const host =
|
|
|
+// host = // const
|
|
|
// getEnv() === 'test'
|
|
|
// ? 'http://10.96.83.94:9000/index.html#'
|
|
|
// : getEnv() === 'pre'
|
|
@@ -42,6 +42,7 @@ export default {
|
|
|
// ? '/case/caseManager/zhihui/'
|
|
|
// : this.srcHost
|
|
|
// }${this.$route.query.detailCaseUrl || encodeURIComponent(bizId)}`
|
|
|
+ // const src = `http://localhost:7100/#${this.$route.query.detailCaseUrl || this.path}?bizId=${this.bizId}&hiddenNav=true&caseRoute=${caseRoute}`
|
|
|
const src = `${host}/usecase/#${this.$route.query.detailCaseUrl || this.path}?bizId=${this.bizId}&hiddenNav=true&caseRoute=${caseRoute}`
|
|
|
return src
|
|
|
}
|