Browse Source

自动化

洪海涛 4 years ago
parent
commit
8f7a5f383b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/bizIdSelect.vue

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

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