Przeglądaj źródła

来自自动化测试的页面跳转

洪海涛 4 lat temu
rodzic
commit
08fadef18b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/business/bizIdSelect.vue

+ 2 - 2
src/views/business/bizIdSelect.vue

@@ -102,8 +102,8 @@ export default {
       this.settingUserSetBiz(biz.code)
       // 如果是其他业务过来的,优先回到其他业务的主页面中
       if (fromPath) {
-        // const url = `${location.origin}/${fromPath}/#/env?bizId=${biz.code}`
-        const url = `http://localhost:7101/#/env?bizId=${biz.code}`
+        const url = `${location.origin}/${fromPath}/#/env?bizId=${biz.code}`
+        // const url = `http://localhost:7101/#/env?bizId=${biz.code}`
         // 如果是来自自动化的,
         location.href = url
         return