|
@@ -11,7 +11,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import { mapGetters } from 'vuex'
|
|
|
-import { host } from '@/apiConfig/requestIP'
|
|
|
+// import { host } from '@/apiConfig/requestIP'
|
|
|
// import addDOMEventListener from 'add-dom-event-listener'
|
|
|
// import { EncryptId, desDecryptId } from '@/utils/crypto-js.js'
|
|
|
import { getUrlSearch, getUrlParamsObj } from '@/utils'
|
|
@@ -42,8 +42,8 @@ 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&dp=${dp}&caseRoute=${caseRoute}`
|
|
|
- const src = `${host}/usecase/#${this.$route.query.detailCaseUrl || this.path}?bizId=${this.bizId}&hiddenNav=true&dp=${dp}&caseRoute=${caseRoute}`
|
|
|
+ const src = `http://localhost:7100/#${this.$route.query.detailCaseUrl || this.path}?bizId=${this.bizId}&hiddenNav=true&dp=${dp}&caseRoute=${caseRoute}`
|
|
|
+ // const src = `${host}/usecase/#${this.$route.query.detailCaseUrl || this.path}?bizId=${this.bizId}&hiddenNav=true&dp=${dp}&caseRoute=${caseRoute}`
|
|
|
return src
|
|
|
}
|
|
|
},
|