瀏覽代碼

优化扁鹊

qinzhipeng_v@didiglobal.com 4 年之前
父節點
當前提交
78dd806d5d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/automation/index.vue

+ 1 - 1
src/views/automation/index.vue

@@ -16,7 +16,7 @@ export default {
   },
   computed: {
     envUrl() {
-      return `http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_dev_multi_service_support_test#` + this.$route.name
+      return `http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_mars_test#` + this.$route.name
       //   return envTag === 'test' ? ' http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_dev_multi_service_support_test' : ' http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_mars_test'
     }
   },