wenbobowen 4 năm trước cách đây
mục cha
commit
addfa9ce2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/useCase/components/requirementCase.vue

+ 1 - 1
src/views/useCase/components/requirementCase.vue

@@ -28,7 +28,7 @@ export default {
       const host = getEnv() === 'test'
         ? 'http://10.96.83.94:9000/index.html#'
         : getEnv() === 'pre'
-          ? 'http://agiletc-pre.intra.xiaojukeji.com/'
+          ? 'http://agiletc-pre.intra.xiaojukeji.com/#'
           : 'http://agiletc.intra.xiaojukeji.com/#'
       const src = `${host}${this.srcHost}${encodeURIComponent(bizId)}`
       return src